File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 496496 "ieee80211w" : {
497497 "type" : "string" ,
498498 "title" : "management frame protection" ,
499- "enum" : ["1" ],
499+ "enum" : ["1" , "2" ],
500500 "readOnly" : True ,
501501 "options" : {"enum_titles" : ["optional" , "required" ]},
502502 "propertyOrder" : 4 ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def test_parse_wpa3_personal(self):
7171 "protocol" : "wpa2_personal_mixed" ,
7272 "cipher" : "ccmp" ,
7373 "key" : "passphrase012345" ,
74- "ieee80211w" : "1 " ,
74+ "ieee80211w" : "2 " ,
7575 },
7676 },
7777 }
@@ -91,7 +91,7 @@ def test_parse_wpa3_personal(self):
9191config wifi-iface 'wifi_wlan0'
9292 option device 'radio0'
9393 option encryption 'sae-mixed+ccmp'
94- option ieee80211w '1 '
94+ option ieee80211w '2 '
9595 option ifname 'wlan0'
9696 option key 'passphrase012345'
9797 option mode 'ap'
You can’t perform that action at this time.
0 commit comments