Skip to content

Instantly share code, notes, and snippets.

@ironpillow
Last active December 9, 2017 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ironpillow/e0779261f6d045a6883f5dbd6ae81c1f to your computer and use it in GitHub Desktop.
Save ironpillow/e0779261f6d045a6883f5dbd6ae81c1f to your computer and use it in GitHub Desktop.
Sat Dec 9 11:58:45 2017 daemon.notice netifd: radio0 (1086): Successfully initialized wpa_supplicant
Sat Dec 9 11:58:45 2017 daemon.notice netifd: radio0 (1086): Line 6: invalid key_mgmt 'SAE'
Sat Dec 9 11:58:45 2017 daemon.notice netifd: radio0 (1086): Line 6: no key_mgmt values configured.
Sat Dec 9 11:58:45 2017 daemon.notice netifd: radio0 (1086): Line 6: failed to parse key_mgmt 'SAE'.
Sat Dec 9 11:58:45 2017 daemon.notice netifd: radio0 (1086): Line 7: too large mode (value=5 max_value=4)
Sat Dec 9 11:58:45 2017 daemon.notice netifd: radio0 (1086): Line 7: failed to parse mode '5'.
Sat Dec 9 11:58:46 2017 daemon.notice netifd: radio0 (1086): Line 10: failed to parse network block.
Sat Dec 9 11:58:46 2017 daemon.notice netifd: radio0 (1086): Failed to read or parse configuration '/var/run/wpa_supplicant-wlan0-mesh.conf'.
Sat Dec 9 11:58:46 2017 daemon.notice netifd: radio0 (1086): cat: can't open '/var/run/wpa_supplicant-wlan0-mesh.pid': No such file or directory
Sat Dec 9 11:58:46 2017 daemon.notice netifd: radio0 (1086): Command failed: Invalid argument
Sat Dec 9 11:58:46 2017 daemon.notice netifd: radio0 (1086): Interface 1 setup failed: WPA_SUPPLICANT_FAILED
Sat Dec 9 11:58:46 2017 daemon.notice netifd: radio0 (1086): command failed: Link has been severed (-67)
Sat Dec 9 11:58:46 2017 daemon.notice netifd: Network device 'wlan0-ap' link is up
11:20 root@meter-ap-72e0:~# cat /var/run/wpa_supplicant-wlan0-mesh.conf
country=US
network={
ssid="mt_beta1_mesh"
key_mgmt=SAE
mode=5
frequency=5200
psk="betaYmeterY"
}
config wifi-iface 'wlan0_ap_radio0'
option mode 'ap'
option device 'radio0'
option distance '1000'
option network 'lan'
option ifname 'wlan0-ap'
option ssid 'ap_testing'
option encryption 'psk2+aes'
option key 'aptesting'
config wifi-iface 'wlan0_mesh_radio0'
option mode 'mesh'
option device 'radio0'
option distance '1000'
option network 'wlan0_mesh_if'
option ifname 'wlan0-mesh'
option mesh_id 'mesh_testing'
option encryption 'psk2+aes'
option key 'meshtesting'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment