Re: wpa_supplicant config for ap with no ssid

2023-10-14 Thread David Wright
On Sat 14 Oct 2023 at 22:27:07 (+), fxkl4...@protonmail.com wrote: > how do i configure wpa_supplicant for a ap that does not advertise ssid > i normally use > > network={ > ssid="ap" > psk="passphrase" > id_str="ap" > } You need to add: scan_ssid=1 for hidden SSIDs. http://w1.fi/cgit/ho

wpa_supplicant config for ap with no ssid

2023-10-14 Thread fxkl47BF
how do i configure wpa_supplicant for a ap that does not advertise ssid i normally use network={ ssid="ap" psk="passphrase" id_str="ap" } i tried network={ bssid=12:34:56:78:90:ab psk="passphrase" id_str="ap" } with no success i read that a hex passphrase is required i found references to pbkdf