RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
Papers & Presentations Archive
...
rdkb-halif-wifi/
├── build_ut.sh
├── CHANGELOG.md
├── configure.ac
├── CONTRIBUTING.md
├── COPYING -> LICENSE
├── LICENSE
├── NOTICE
├── README.md -> ./docs/pages/halSpec.md
├── docs/
│ ├── pages/
│ ├── generate_docs.sh
├── include/
│ ├── wifi_hal.h
│ ├── wifi_hal_ap.h
│ ├── wifi_hal_client_mgt.h
│ ├── wifi_hal_deprecated.h
│ ├── wifi_hal_emu.h
│ ├── wifi_hal_extender.h
│ ├── wifi_hal_generic.h
│ ├── wifi_hal_radio.h
│ ├── wifi_hal_sta.h
│ ├── wifi_hal_telemetry.h
wifi_hal.h
- Core WiFi HAL (Relevant to RPi4)wifi_hal_client_mgt.h
- Wifi client management specific APIs.wifi_hal_extender.h
- Includes API's used by Plume Mesh.
wifi_hal_generic.h - Wifi generic API and types definition used across multiples modules. Includes below API's.
wifi_hal_radio.h
- Includes API to configure and read configuration, factory-reset and reset of the radio.
wifi_hal_sta.h
- Includes API to create, configure and read configuration the STA VAP.
wifi_hal_telemetry.h
- Wifi measurement and Telemetry specific APIs.
...
Powered by a free Atlassian Confluence Open Source Project License granted to RDKCentral. Evaluate Confluence today.