90fa45c545
Red Bear OS Team
1.8 KiB
1.8 KiB
wifictl: Scheme Reference
This document describes the current bounded /scheme/wifictl surface exposed by
redbear-wifictl.
It is a reference for validation and debugging of the current Intel Wi‑Fi slice. It does not imply that Wi‑Fi connectivity is fully supported.
Root Layout
Top-level entries:
wifictl:/ifaceswifictl:/capabilities
Per-interface entries
For each interface under wifictl:/ifaces/<iface>/, the scheme currently exposes:
Read-only status/state nodes
statuslink-statefirmware-statustransport-statustransport-init-statusactivation-statusconnect-resultdisconnect-resultscan-resultslast-error
Read/write profile/config nodes
ssidsecuritykey
Write-triggered control nodes
scanpreparetransport-probeinit-transportactivate-nicconnectdisconnectretry
Current bounded lifecycle
The bounded Intel path currently treats the Wi‑Fi lifecycle as:
preparetransport-probeinit-transportactivate-nicconnectdisconnectretry
The scheme records the last reported bounded connect/disconnect metadata in connect-result and
disconnect-result.
Interpretation guidance
- Presence of the scheme means the control surface exists, not that a real Wi‑Fi link is proven.
connect-resultanddisconnect-resultare lifecycle evidence surfaces, not proof of real AP authentication or real packet flow.scan-resultsmay reflect bounded or synthetic runtime outcomes unless and until hardware-backed scan evidence is captured on a real target.
Related documents
local/docs/WIFI-IMPLEMENTATION-PLAN.mdlocal/docs/WIFI-VALIDATION-RUNBOOK.mdlocal/docs/SCRIPT-BEHAVIOR-MATRIX.md