WiFi Scan - security models is there a mapping
-
when you run .scan() on WLAN classes you get a bunch of information including security model which includes a security model
is there a mapping of the numbers to wifi types
e.g. 0 = open WLAN, 1 = WPA, 2 = WPA2
etc etc
Andrei
-
@livius thank you muchly
-
@ahaw021 said in WiFi Scan - security models is there a mapping:
#define WLAN_SEC_UNSEC (0)
#define WLAN_SEC_WEP (1)
#define WLAN_SEC_WPA (2)
#define WLAN_SEC_WPA2 (3)