Re: [LEDE-DEV] [PATCH] wpa_supplicant: Fix mesh encryption config

2017-01-10 Thread Stijn Tintel
On 10-01-17 11:22, Sujith wrote: > 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 SA

[LEDE-DEV] [PATCH] wpa_supplicant: Fix mesh encryption config

2017-01-10 Thread Sujith
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. Fa