awkman / pywifi

A cross-platform module for manipulating WiFi devices.
MIT License
447 stars 154 forks source link

win: Added check for NULL SSID in scan_results() #16

Closed mill1000 closed 7 years ago

mill1000 commented 7 years ago

In my area I was receiving networks with non-zero SSID length but NULL SSID strings. This change catches this condition and prevents a index out of bound exception.

awkman commented 7 years ago

@mill1000 Thanks for your help! I already manually merged your PR with some tiny modification