Searched refs:GAS_INITIAL_RESPONSE (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_gas.py | 620 GAS_INITIAL_RESPONSE = 11 variable 623 GAS_ACTIONS = [GAS_INITIAL_REQUEST, GAS_INITIAL_RESPONSE, 630 return struct.pack('<BBBHH', ACTION_CATEG_PUBLIC, GAS_INITIAL_RESPONSE, 677 if action == GAS_INITIAL_RESPONSE: 775 hdr = struct.pack('<BBBHH', ACTION_CATEG_PUBLIC, GAS_INITIAL_RESPONSE,
|
D | test_ap_hs20.py | 27 …e_gas, action_response, anqp_initial_resp, send_gas_resp, ACTION_CATEG_PUBLIC, GAS_INITIAL_RESPONSE 3968 GAS_INITIAL_RESPONSE, 5783 GAS_INITIAL_RESPONSE, 5804 GAS_INITIAL_RESPONSE, 5824 GAS_INITIAL_RESPONSE, 5844 GAS_INITIAL_RESPONSE, 5868 GAS_INITIAL_RESPONSE,
|
D | test_p2p_messages.py | 1992 GAS_INITIAL_RESPONSE = 11 variable 2121 msg = gas_hdr(dst, src, GAS_INITIAL_RESPONSE)
|