On Tue, Jun 12, 2018 at 02:45:58PM +0200, Leonardo Taccari wrote: > Can you please share relevant part of /etc/wpa_supplicant.conf (probably > just the: > > | network={ > | ... > | }
It's taken from a working conf on Linux. It's correct. > lines will be enough), `wpa_cli scan_res' output of the corresponding > ssid and more information when invoking just `wpa_cli' interactively? scan_res is blank as ifconfig does not show ssid as set. If set by running ifconfig run0 ssid, it appears for a few seconds and goes away. wpa_clie keeps repeating these: 21:33:08.812: CTRL-EVENT-SCAN-RESULTS 21:33:08.812: CTRL-EVENT-NETWORK-NOT-FOUND > (the latter will contain information if, for example, the > psk/credentials are not correct that can be missed if `wpa_cli scan' is > not called at that exact time and will hopefully help to debug that > further!) I am also sharing debug output, though I didn't find anything specific in it. # /etc/rc.d/wpa_supplicant restart Stopping wpa_supplicant. Starting wpa_supplicant. wpa_supplicant v2.6 Successfully initialized wpa_supplicant Initializing interface 'run0' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf' Reading configuration file '/etc/wpa_supplicant.conf' ctrl_interface='/var/run/wpa_supplicant' ctrl_interface_group='wheel' Line: 4 - start of a new network block ssid - hexdump_ascii(len=6): 50 68 6f 74 6f 6e Photon PSK - hexdump(len=32): [REMOVED] Priority group 0 id=0 ssid='Photon' Add interface run0 to a new radio N/A run0: Own MAC address: 00:c1:00:c1:94:b6 bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=0 bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=1 bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=2 bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=3 wpa_driver_bsd_set_countermeasures: enabled=0 run0: RSN: flushing PMKID list in the driver run0: Setting scan request: 0.100000 sec ENGINE: Loading dynamic engine ENGINE: Loading dynamic engine EAPOL: SUPP_PAE entering state DISCONNECTED EAPOL: Supplicant port status: Unauthorized EAPOL: KEY_RX entering state NO_KEY_RECEIVE EAPOL: SUPP_BE entering state INITIALIZE EAP: EAP entering state DISABLED Using existing control interface directory. ctrl_interface_group=0 (from group name 'wheel') run0: Added interface run0 run0: State: DISCONNECTED -> DISCONNECTED Daemonize.. Mayuresh