Home
last modified time | relevance | path

Searched refs:expect_dialog (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_wnm.py568 def rx_bss_tm_resp(hapd, expect_dialog=None, expect_status=None): argument
593 if expect_dialog is not None and dialog != expect_dialog:
638 resp = rx_bss_tm_resp(hapd, expect_dialog=2, expect_status=1)
653 resp = rx_bss_tm_resp(hapd, expect_dialog=3, expect_status=1)
673 resp = rx_bss_tm_resp(hapd, expect_dialog=4, expect_status=0)
680 resp = rx_bss_tm_resp(hapd, expect_dialog=5, expect_status=7)
696 resp = rx_bss_tm_resp(hapd, expect_dialog=6, expect_status=7)
706 resp = rx_bss_tm_resp(hapd, expect_dialog=6, expect_status=7)
717 resp = rx_bss_tm_resp(hapd, expect_dialog=7, expect_status=7)
735 resp = rx_bss_tm_resp(hapd, expect_dialog=8, expect_status=7)
[all …]