tests: wpa_supplicant STATUS output and ieee80211ac=1
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
d7f038ded2
commit
f98fdc4e4b
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ def test_ap_vht80(dev, apdev):
|
|||
est = dev[0].get_bss(bssid)['est_throughput']
|
||||
if est != "390001":
|
||||
raise Exception("Unexpected BSS est_throughput: " + est)
|
||||
status = dev[0].get_status()
|
||||
if status["ieee80211ac"] != "1":
|
||||
raise Exception("Unexpected STATUS ieee80211ac value (STA)")
|
||||
status = hapd.get_status()
|
||||
logger.info("hostapd STATUS: " + str(status))
|
||||
if status["ieee80211n"] != "1":
|
||||
|
|
Loading…
Reference in a new issue