I see that WifiManager
has tools to initiate a WPS connection with a Wi-Fi network, but I see nothing that could actually check if WPS is available or not.
So, how to check if the current Wi-Fi network supports WPS?
I see that WifiManager
has tools to initiate a WPS connection with a Wi-Fi network, but I see nothing that could actually check if WPS is available or not.
So, how to check if the current Wi-Fi network supports WPS?
ScanResult
has capabilities
(doc) field that contains the info:
example values:
[WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP][WPS][ESS]
[WPA2-PSK-CCMP][WPS][ESS]
or without
[WPA-PSK-TKIP][ESS]
[WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP-preauth][ESS]