Home
last modified time | relevance | path

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

/hostap-latest/wlantest/
Drx_tdls.c145 elems->timeout_int == NULL || elems->ftie == NULL || in tdls_verify_mic()
172 os_memcpy(pos, elems->timeout_int - 2, 2 + 5); in tdls_verify_mic()
Drx_mgmt.c1384 if (!elems.timeout_int || in rx_mgmt_assoc_resp()
1385 elems.timeout_int[0] != WLAN_TIMEOUT_ASSOC_COMEBACK) { in rx_mgmt_assoc_resp()
2145 if (!elems.timeout_int || in rx_mgmt_reassoc_resp()
2146 elems.timeout_int[0] != WLAN_TIMEOUT_ASSOC_COMEBACK) { in rx_mgmt_reassoc_resp()
/hostap-latest/src/common/
Dieee802_11_common.h56 const u8 *timeout_int; member
Dieee802_11_common.c535 elems->timeout_int = pos; in __ieee802_11_parse_elems()
782 elems->timeout_int = NULL; in ieee802_11_elems_clear_ids()
/hostap-latest/wpa_supplicant/
Dsme.c2844 if (!elems.timeout_int) { in sme_try_assoc_comeback()
2850 if (elems.timeout_int[0] != type) { in sme_try_assoc_comeback()
2856 timeout_interval = WPA_GET_LE32(&elems.timeout_int[1]); in sme_try_assoc_comeback()