From: Robert Marko Date: Thu, 14 Mar 2019 10:03:16 +0000 (+0100) Subject: netifd: wireless: Add support for GCMP cipher X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a8cf037604c4a7f58ff54339b359c62c73d32ad4;p=project%2Fnetifd.git netifd: wireless: Add support for GCMP cipher This patch will add support for using GCMP as cipher suite. This is not a strong cipher but is only one supported by wil6210 driver in order to have encrypted traffic. Signed-off-by: Robert Marko --- diff --git a/scripts/netifd-wireless.sh b/scripts/netifd-wireless.sh index 991544e..4c64e25 100644 --- a/scripts/netifd-wireless.sh +++ b/scripts/netifd-wireless.sh @@ -200,6 +200,7 @@ wireless_vif_parse_encryption() { *tkip+aes|*tkip+ccmp|*aes+tkip|*ccmp+tkip) wpa_cipher="CCMP TKIP";; *aes|*ccmp) wpa_cipher="CCMP";; *tkip) wpa_cipher="TKIP";; + *gcmp) wpa_cipher="GCMP";; esac # 802.11n requires CCMP for WPA