Description of the bug
Sample application (hello_wlan) can't connect to a hidden Wifi. Connecting to the very same network made 'visible' on the router works.
Affected version(s) and hardware
Tested on a Pi3 B+, 32bit kernel, tested with current 'master' 50.0.1 + the workaround to avoid crash with mesh-networks (#616)
and with current develop branch.
Log output or screenshots
wpa_supplicant.conf:
#
# wpa_supplicant.conf
#
country=AT
network={
ssid="pottendo-lte"
scan_ssid=1
psk="xxxMYPWxxx"
proto=WPA2
key_mgmt=WPA-PSK
}
Maybe hidden networks are anyway unsupported or for good reason not available - So let me know if
I should provide more logs by switching to MSG_DEBUG level.
int wpa_supplicant_main (const char *confname)
{
[...]
params.wpa_debug_level = MSG_DEBUG;
Description of the bug
Sample application (hello_wlan) can't connect to a hidden Wifi. Connecting to the very same network made 'visible' on the router works.
Affected version(s) and hardware
Tested on a Pi3 B+, 32bit kernel, tested with current 'master' 50.0.1 + the workaround to avoid crash with mesh-networks (#616)
and with current
developbranch.Log output or screenshots
wpa_supplicant.conf:
Maybe hidden networks are anyway unsupported or for good reason not available - So let me know if
I should provide more logs by switching to MSG_DEBUG level.