Browse Source

netifd-wireless: parse 'osen' encryption

Support Hotspot 2.0 online signup with encryption, either as only
encryption type of a dedicated SSID or together with WPA-EAP for
single SSID setups.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle 3 years ago
parent
commit
d7b614a86b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      scripts/netifd-wireless.sh

+ 6 - 0
scripts/netifd-wireless.sh

@@ -275,6 +275,12 @@ wireless_vif_parse_encryption() {
 			esac
 		;;
 	esac
+
+	case "$encryption" in
+		*osen*)
+			auth_osen=1
+		;;
+	esac
 }
 
 _wireless_set_brsnoop_isolation() {