Home
last modified time | relevance | path

Searched refs:offchannel_tx_started (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/wpa_supplicant/
Dgas_query.c45 unsigned int offchannel_tx_started:1; member
167 if (query->offchannel_tx_started) in gas_query_done()
320 query->offchannel_tx_started = 1; in gas_query_tx()
337 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req()
396 if (comeback_delay > 1 && query->offchannel_tx_started) { in gas_query_tx_comeback_req_delay()
398 query->offchannel_tx_started = 0; in gas_query_tx_comeback_req_delay()
/hostap-latest/src/ap/
Dgas_query_ap.c44 unsigned int offchannel_tx_started:1; member
294 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req()