Module wifi
Expand description
WiFi module.
Generally it looks like Quectel is just wrapping wpa_supplicant and
hostapd with their own API here.
I would like to just use the native wpa_supplicant and hostapd APIs,
but we also need to load a kernel module for the WiFi and I haven’t found
out which one it is.
§Differences between EVA and EVD
- Only the EVD variant supports scanning for access points.
- The EVA variant doesn’t support WPA2-PSK authentication in station mode.
Modules§
Structs§
- ApIndex
- ApSta
Info - Auth
- Bandwidth
- Mode
- Station
Scan Info - Access point scan information.
- Station
Status - Status
- Work
Mode
Enums§
- Event
- WiFi event.
Functions§
- disable
- Disables the WiFi module.
- enable
- Enables the WiFi module.
- get_
status - Returns the current WiFi status.
- set_
event_ handler - Sets the global handler for WiFi events.
- set_
event_ 🔒handler_ inner - set_
work_ mode - Sets the WiFi work mode.