@@ -1427,8 +1427,13 @@ WPA2 Enterprise (802.1x) client
14271427 " protocol" : " wpa2_enterprise" ,
14281428 " cipher" : " auto" ,
14291429 " eap_type" : " tls" ,
1430+ " anonymous_identity" : " anonymous" ,
14301431 " identity" : " test-identity" ,
14311432 " password" : " test-password" ,
1433+ " ca_cert_usesystem" : True ,
1434+ " subject_match" : " CN = wifi.openwisp.io" ,
1435+ " altsubject_match" : [" DNS Name: wifi.openwisp.io" ],
1436+ " domain_match" : [" wifi.openwisp.io" ],
14321437 },
14331438 },
14341439 }
@@ -1442,15 +1447,20 @@ UCI Output:
14421447 package wireless
14431448
14441449 config wifi-iface 'wifi_wlan0'
1450+ list altsubject_match 'DNS Name: wifi.openwisp.io'
1451+ option anonymous_identity 'anonymous'
14451452 option bssid '00:26:b9:20:5f:09'
1453+ option ca_cert_usesystem '1'
14461454 option device 'radio0'
1455+ list domain_match 'wifi.openwisp.io'
14471456 option eap_type 'tls'
14481457 option encryption 'wpa2'
14491458 option identity 'test-identity'
14501459 option ifname 'wlan0'
14511460 option mode 'sta'
14521461 option password 'test-password'
14531462 option ssid 'enterprise-client'
1463+ option subject_match 'CN = wifi.openwisp.io'
14541464
14551465WPA3 Personal (Simultaneous Authentication of Equals)
14561466~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments