You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(wifi): use 501 stub pattern for P2P POSIX path
P2P operations (scan, connect, disconnect, status) require busctl +
jq which are not available on BusyBox/POSIX path. Instead of an
opaque error, return a proper 501 "Not Implemented" JSON error
matching the established stub pattern (same as MPLS, tunnel, etc).
Consolidates the dependency check into _p2p_check_deps() shared by
all four P2P task functions. Agent-side P2P support is deferred to
the RXNM 2.0 monolithic architecture.
0 commit comments