I've been trying to connect to a wap that does not broadcast the ssid for a while without success.
Using the same setup with wpa_supplicant manually works using the wpa_supplicant.conf below.
Apparently "scan_ssid=1" is required for non-broadcast ssid (and perhaps also ap_scan=2).
I cannot find where networkmanager/network-manager-applet stores the wpa_supplicant.conf to check if it is
using scan_ssid=1, is there a way to find out?
The connection details are also copied below and the networkmanager debug output attached - maybe
networkmanager doesn't wait long enough to connect?
Regards
John
----------
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=2
fast_reauth=1
network={
ssid="bobnet"
psk="xxxx"
scan_ssid=1
key_mgmt=WPA-PSK
proto=WPA2
pairwise=CCMP
group=CCMP
priority=5
}
----------
[connection]
id=bobnet
uuid=e7c20582-ba21-44bb-9739-32f1a7087b25
type=802-11-wireless
[802-11-wireless]
ssid=bobnet
mac-address=64:27:37:22:AB:51
security=802-11-wireless-security
[802-11-wireless-security]
key-mgmt=wpa-psk
psk=xxxx
[ipv4]
method=auto
[ipv6]
method=auto
Attachment:
networkmanager_wifi_log
Description: networkmanager_wifi_log