Module wifi
Expand description
WiFi public function declarations.
See: <ql_wifi.h>
Structs§
- ApAuth
- ApAuth
Wep - ApAuth
WpaPsk - ApIndex
- ApSta
Info - ApSta
Info Inner - Auth
- Auth
WpaPsk - Bandwidth
- Event
- Event
ApSta Info - Event
Type - Mode
- StaAuth
- StaAuth
Wep - StaAuth
WpaPsk - StaStatus
- Station
Router - Station
Scan Info - Station
Scan List - Station
Status - Status
- Work
Mode
Constants§
Functions§
- ap_
auth_ ⚠get Non- ag35 - Get the WiFi configuration: IEEE 802.11 specifies two authentication algorithms and WPA/IEEE 802.11i configuration.
- ap_
auth_ ⚠set Non- ag35 - Set the WiFi configuration: IEEE 802.11 specifies two authentication algorithms and WPA/IEEE 802.11i configuration.
- ap_
bandwidth_ ⚠get Non- ag35 - Get the WiFi configuration: HT or VHT capabilities (20MHz, 40MHz, 80MHz).
- ap_
bandwidth_ ⚠set Non- ag35 - Set the WiFi configuration: HT or VHT capabilities (20MHz, 40MHz, 80MHz).
- ap_
channel_ ⚠get Non- ag35 - Get the WiFi configuration: channel number configuration.
- ap_
channel_ ⚠set Non- ag35 - Set the WiFi configuration: channel number configuration.
- ap_
max_ ⚠sta_ get Non- ag35 - Get the WiFi configuration: Maximum number of stations allowed in station table.
- ap_
max_ ⚠sta_ set Non- ag35 - Set the WiFi configuration: Maximum number of stations allowed in station table.
- ap_
mode_ ⚠get Non- ag35 - Get the WiFi configuration: Operation mode configuration, such as 802.11a/b/n/ac.
- ap_
mode_ ⚠set Non- ag35 - Set the WiFi configuration: Operation mode configuration, such as 802.11a/b/n/ac.
- ap_
restart ⚠Non- ag35 - Restart the hostapd configuration after the appropriate hostapd.conf is modified.
- ap_
ssid_ ⚠get Non- ag35 - Get the WiFi configuration: the hotspot ssid mode configuration.
- ap_
ssid_ ⚠hide_ get Non- ag35 - Get the WiFi configuration: hidden hotspot configuration.
- ap_
ssid_ ⚠hide_ set Non- ag35 - Set the WiFi configuration: hidden hotspot configuration.
- ap_
ssid_ ⚠set Non- ag35 - Set the WiFi configuration: the hotspot ssid mode configuration.
- ap_
sta_ ⚠info_ get Non- ag35 - Get the WiFi configuration: the station information.
- ap_
start ⚠Non- ag35 - Start the hostapd configuration after the appropriate hostapd.conf is modified.
- ap_stop⚠
Non- ag35 - Stop the hostapd configuration.
- disable⚠
Non- ag35 - Disables the WLAN.
- disable_
async ⚠Non- ag35 - Create thread to disables the WLAN.
- enable⚠
Non- ag35 - Enables the WLAN.
- enable_
async ⚠Non- ag35 - Create thread to enables the WLAN.
- module_
disable ⚠Non- ag35 - Removes the kernel module for the Wi-Fi driver.
- module_
enable ⚠Non- ag35 - Inserts the WLAN kernel module.
- register_
handle ⚠Non- ag35 - Registers callback with WiFi some event.
- sta_
auth_ ⚠get Non- ag35 - Get the WiFi configuration: Connect the hotspot authentication configuration.
- sta_
auth_ ⚠set Non- ag35 - Set the WiFi configuration: Connect the hotspot authentication configuration.
- sta_
connect ⚠Non- ag35 - Activates the WPA supplicant configuration after wpa_supplicant.conf is modified.
- sta_
disconnect ⚠Non- ag35 - Stop the WPA supplicant configuration.
- sta_
get_ ⚠ap_ info Non- ag35 - Gets the WiFi station mode ap info.
- sta_
ssid_ ⚠get Non- ag35 - Get the WiFi configuration: Connect the hotspot ssid name.
- sta_
ssid_ ⚠set Non- ag35 - Set the WiFi configuration: Connect the hotspot ssid name.
- sta_
start_ ⚠scan Non- ag35 - Configure WiFi STA to turn on SCAN
- sta_
status ⚠Non- ag35 - Gets the status of the WiFi station mode connection.
- status_
get ⚠Non- ag35 - Get the WiFi status.
- unregister_
handle ⚠Non- ag35 - Unregister callback with WiFi some event.
- work_
mode_ ⚠get Non- ag35 - Get the WiFi work mode configuration.
- work_
mode_ ⚠set Non- ag35 - Set the WiFi work mode configuration.