Searched refs:keytype (Results 1 – 1 of 1) sorted by relevance
| /hostap-latest/tests/hwsim/ |
| D | test_ap_ciphers.py | 522 def get_rx_spec(phy, keytype=KT_PTK): argument 529 if keytype in (KT_PTK, KT_GTK) and keyid not in (0, 1, 2, 3): 531 if keytype == KT_IGTK and keyid not in (4, 5): 533 if keytype == KT_BIGTK and keyid not in (6, 7): 536 if keytype == KT_PTK and "station" not in files: 538 if keytype != KT_PTK and "station" in files: 546 def get_tk_replay_counter(phy, keytype=KT_PTK): argument 553 if keytype in (KT_PTK, KT_GTK) and keyid not in (0, 1, 2, 3): 555 if keytype == KT_IGTK and keyid not in (4, 5): 557 if keytype == KT_BIGTK and keyid not in (6, 7): [all …]
|