ARMmbed / wifi-ism43362

ISM43362 WiFi driver
17 stars 22 forks source link

WPA2 security level cannot be read in scan function #7

Closed adustm closed 6 years ago

adustm commented 6 years ago

Scan function parses the security level of the various APs. It calls ParseSecurity to get the security level of the current AP. This ParseSecurity function stops searching when WPA is matching. WPA2 / WPA_WPA2 cannot be found.

With this PR, we can match also WPA2 / WPA_WPA2 security levels.