Searched refs:GAS_INITIAL_REQUEST (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_p2p_messages.py | 1991 GAS_INITIAL_REQUEST = 10 variable 2018 msg = gas_hdr(dst, src, GAS_INITIAL_REQUEST, dialog_token=None) 2022 msg = gas_hdr(dst, src, GAS_INITIAL_REQUEST) 2026 msg = gas_hdr(dst, src, GAS_INITIAL_REQUEST) 2031 msg = gas_hdr(dst, src, GAS_INITIAL_REQUEST) 2036 msg = gas_hdr(dst, src, GAS_INITIAL_REQUEST) 2041 msg = gas_hdr(dst, src, GAS_INITIAL_REQUEST) 2046 msg = gas_hdr(dst, src, GAS_INITIAL_REQUEST) 2051 msg = gas_hdr(dst, src, GAS_INITIAL_REQUEST) 2056 msg = gas_hdr(dst, src, GAS_INITIAL_REQUEST) [all …]
|
D | test_gas.py | 619 GAS_INITIAL_REQUEST = 10 variable 623 GAS_ACTIONS = [GAS_INITIAL_REQUEST, GAS_INITIAL_RESPONSE, 838 if gas['action'] != GAS_INITIAL_REQUEST or dialog_token == gas['dialog_token']: 1033 msg = struct.pack('<BBB', ACTION_CATEG_PUBLIC, GAS_INITIAL_REQUEST, 1974 msg = struct.pack('<BBB', ACTION_CATEG_PUBLIC, GAS_INITIAL_REQUEST, 2065 msg = struct.pack('<BBB', ACTION_CATEG_PUBLIC, GAS_INITIAL_REQUEST, 2067 msg2 = struct.pack('<BBB', ACTION_CATEG_PUBLIC, GAS_INITIAL_REQUEST, 2069 msg3 = struct.pack('<BBB', ACTION_CATEG_PUBLIC, GAS_INITIAL_REQUEST, 2071 msg4 = struct.pack('<BBB', ACTION_CATEG_PUBLIC, GAS_INITIAL_REQUEST, 2073 msg5 = struct.pack('<BBB', ACTION_CATEG_PUBLIC, GAS_INITIAL_REQUEST,
|