Searched refs:p2ps_parse_event (Results 1 – 1 of 1) sorted by relevance
| /hostap-latest/tests/hwsim/ |
| D | test_p2ps.py | 132 def p2ps_parse_event(ev, *args): function 157 p2ps_parse_event(ev_pd_start, "adv_id", "adv_mac", "session", "mac") 255 …p2ps_parse_event(ev0, "status", "conncap", "adv_id", "adv_mac", "mac", "session", "dev_passwd_id",… 257 …p2ps_parse_event(ev1, "status", "conncap", "adv_id", "adv_mac", "mac", "session", "dev_passwd_id",… 1156 status0, fcap0 = p2ps_parse_event(ev0, "status", "feature_cap") 1157 status1, fcap1 = p2ps_parse_event(ev0, "status", "feature_cap")
|