We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba7ead commit 1ce6262Copy full SHA for 1ce6262
1 file changed
tests/airos/test_aaa.py
@@ -58,7 +58,7 @@ def test_ap_psk_authentication(self):
58
"radio": "ath0",
59
"ssid": "i-like-pasta",
60
"encryption": {
61
- "proto": "wpa2_personal",
+ "protocol": "wpa2_personal",
62
"key": "and-pizza-too",
63
},
64
@@ -100,6 +100,7 @@ def test_sta_no_authentication(self):
100
"mode": "station",
101
102
103
+ "bssid": "00:11:22:33:44:55",
104
105
106
],
@@ -129,8 +130,9 @@ def test_sta_psk_authentication(self):
129
130
131
132
133
134
135
136
137
138
0 commit comments