Module wifi

Module wifi 

Expand description

WiFi public function declarations.

See: <ql_wifi.h>

Structs§

ApAuth
ApAuthWep
ApAuthWpaPsk
ApIndex
ApStaInfo
ApStaInfoInner
Auth
AuthWpaPsk
Bandwidth
Event
EventApStaInfo
EventType
Mode
StaAuth
StaAuthWep
StaAuthWpaPsk
StaStatus
StationRouter
StationScanInfo
StationScanList
StationStatus
Status
WorkMode

Constants§

MAX_SCAN_INFO_COUNT

Functions§

ap_auth_getNon-ag35
Get the WiFi configuration: IEEE 802.11 specifies two authentication algorithms and WPA/IEEE 802.11i configuration.
ap_auth_setNon-ag35
Set the WiFi configuration: IEEE 802.11 specifies two authentication algorithms and WPA/IEEE 802.11i configuration.
ap_bandwidth_getNon-ag35
Get the WiFi configuration: HT or VHT capabilities (20MHz, 40MHz, 80MHz).
ap_bandwidth_setNon-ag35
Set the WiFi configuration: HT or VHT capabilities (20MHz, 40MHz, 80MHz).
ap_channel_getNon-ag35
Get the WiFi configuration: channel number configuration.
ap_channel_setNon-ag35
Set the WiFi configuration: channel number configuration.
ap_max_sta_getNon-ag35
Get the WiFi configuration: Maximum number of stations allowed in station table.
ap_max_sta_setNon-ag35
Set the WiFi configuration: Maximum number of stations allowed in station table.
ap_mode_getNon-ag35
Get the WiFi configuration: Operation mode configuration, such as 802.11a/b/n/ac.
ap_mode_setNon-ag35
Set the WiFi configuration: Operation mode configuration, such as 802.11a/b/n/ac.
ap_restartNon-ag35
Restart the hostapd configuration after the appropriate hostapd.conf is modified.
ap_ssid_getNon-ag35
Get the WiFi configuration: the hotspot ssid mode configuration.
ap_ssid_hide_getNon-ag35
Get the WiFi configuration: hidden hotspot configuration.
ap_ssid_hide_setNon-ag35
Set the WiFi configuration: hidden hotspot configuration.
ap_ssid_setNon-ag35
Set the WiFi configuration: the hotspot ssid mode configuration.
ap_sta_info_getNon-ag35
Get the WiFi configuration: the station information.
ap_startNon-ag35
Start the hostapd configuration after the appropriate hostapd.conf is modified.
ap_stopNon-ag35
Stop the hostapd configuration.
disableNon-ag35
Disables the WLAN.
disable_asyncNon-ag35
Create thread to disables the WLAN.
enableNon-ag35
Enables the WLAN.
enable_asyncNon-ag35
Create thread to enables the WLAN.
module_disableNon-ag35
Removes the kernel module for the Wi-Fi driver.
module_enableNon-ag35
Inserts the WLAN kernel module.
register_handleNon-ag35
Registers callback with WiFi some event.
sta_auth_getNon-ag35
Get the WiFi configuration: Connect the hotspot authentication configuration.
sta_auth_setNon-ag35
Set the WiFi configuration: Connect the hotspot authentication configuration.
sta_connectNon-ag35
Activates the WPA supplicant configuration after wpa_supplicant.conf is modified.
sta_disconnectNon-ag35
Stop the WPA supplicant configuration.
sta_get_ap_infoNon-ag35
Gets the WiFi station mode ap info.
sta_ssid_getNon-ag35
Get the WiFi configuration: Connect the hotspot ssid name.
sta_ssid_setNon-ag35
Set the WiFi configuration: Connect the hotspot ssid name.
sta_start_scanNon-ag35
Configure WiFi STA to turn on SCAN
sta_statusNon-ag35
Gets the status of the WiFi station mode connection.
status_getNon-ag35
Get the WiFi status.
unregister_handleNon-ag35
Unregister callback with WiFi some event.
work_mode_getNon-ag35
Get the WiFi work mode configuration.
work_mode_setNon-ag35
Set the WiFi work mode configuration.

Type Aliases§

EventCallback

Unions§

ApAuthInner
EventInner
StaAuthInner