Add wifi roaming #294 #270

This commit is contained in:
Robert Strouse 2024-03-09 12:45:06 -08:00
parent cb14cd42dc
commit b324f59c03
9 changed files with 124 additions and 7 deletions

View file

@ -29,6 +29,8 @@ class Network {
bool connectWiFi();
bool connectWired();
void setConnected(conn_types connType);
bool getStrongestAP(const char *ssid, uint8_t *bssid, int32_t *channel);
bool changeAP(const uint8_t *bssid, const int32_t channel);
//int getStrengthByMac(const char *mac);
int getStrengthBySSID(const char *ssid);
void updateHostname();