NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/57051: Net BSD on Rpi3 doesn't connect to hidden SSID



>Number:         57051
>Category:       kern
>Synopsis:       Net BSD on Rpi3 doesn't connect to hidden SSID
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 09 15:15:00 +0000 2022
>Originator:     Mick
>Release:        9.99.96
>Organization:
>Environment:
NetBSD armv7 9.99.96 NetBSD 9.99.96 (GENERIC) #0: Tue Apr 26 22:48:53 UTC 2022  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC evbarm
>Description:
When I try to connect to hidden SSID with wpa_supplicant I get this message from wpa_supplicant:

  14:48:57.988: CTRL-EVENT-SCAN-RESULTS 
  14:48:57.989: CTRL-EVENT-NETWORK-NOT-FOUND 

If I unhide the ssid the connection works.

This my configuration:

armv7# cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
update_config=1
country=FR

network={
	ssid="mt7612e-4C16"
	scan_ssid=1
	bssid=78:a3:51:26:4c:15
	psk="fUzLoM%UGAkI"
	key_mgmt=WPA-PSK
	auth_alg=SHARED
}


I don't know if this issue comes from wpa_supplicant or bwfm.

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index