Skip to content

[Bug] Connect to 'hidden' Wifi fails #633

Description

@pottendo

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions