mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 04:56:53 +03:00
"WIFI roaming" by channel scan (AP switching at low RSSI) (#2120)
* Activate 802.11kv wifi mesh roaming * Activate roaming by scanning * Revert stack reducation
This commit is contained in:
@@ -12,4 +12,12 @@ int get_WIFI_RSSI();
|
||||
bool getWIFIisConnected();
|
||||
void WIFIDestroy();
|
||||
|
||||
#if (defined WLAN_USE_MESH_ROAMING && defined WLAN_USE_MESH_ROAMING_ACTIVATE_CLIENT_TRIGGERED_QUERIES)
|
||||
void wifiRoamingQuery(void);
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_USE_ROAMING_BY_SCANNING
|
||||
void wifiRoamByScanning(void);
|
||||
#endif
|
||||
|
||||
#endif //CONNECT_WLAN_H
|
||||
Reference in New Issue
Block a user