netifd: fix WPA3 enterprise ciphers
authorJoerg Werner <schreibubi@gmail.com>
Mon, 15 Aug 2022 12:10:22 +0000 (14:10 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 20 Aug 2022 15:56:51 +0000 (17:56 +0200)
commitbfa039c414bc6613cc5361aaf5fa6baf5fa0264b
treebaf113981559c80ee2279724d6bcd95c261563ef
parent87fbefd95043c24ccd3d5639a90721a5ed0b8267
netifd: fix WPA3 enterprise ciphers

WPA3 enterprise requires wpa_cipher to be GCMP-256 for good client/device
support, so if the user sets encryption to wpa3 or wpa3-mixed, then add
GCMP-256. Also allow explicit selection of GCMP-256/CCMP-256 ciphers by
adding gcmp256/ccmp256 at the end of the encryption value.

Signed-off-by: Joerg Werner <schreibubi@gmail.com>
scripts/netifd-wireless.sh