wpa_supplicant: Fix mesh encryption config
authorSujith Manoharan <m.sujith@gmail.com>
Wed, 11 Jan 2017 02:09:22 +0000 (07:39 +0530)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 11 Jan 2017 03:01:07 +0000 (04:01 +0100)
commit593240075f8d3074164ffce99ab67a88277f9fb3
treeff03aabcd112fb9be6bc8338bf32bdf715a77731
parentb95494baedbc46d088550e18370e3507af4f732e
wpa_supplicant: Fix mesh encryption config

wpa_supplicant allows only SAE as the key management
type for mesh mode. The recent key_mgmt rework unconditionally
added WPA-PSK - this breaks interface bringup and wpa_s
throws this error message:

Line 10: key_mgmt for mesh network should be open or SAE
Line 10: failed to parse network block.
Failed to read or parse configuration '/var/run/wpa_supplicant-wlan0.conf

Fix this by making sure that only SAE is used for mesh.

Signed-off-by: Sujith Manoharan <m.sujith@gmail.com>
package/network/services/hostapd/files/netifd.sh