Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c43 unsigned int offchannel_tx_started:1; member
165 if (query->offchannel_tx_started) in gas_query_done()
322 query->offchannel_tx_started = 1; in gas_query_tx()
339 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req()
398 if (comeback_delay > 1 && query->offchannel_tx_started) { in gas_query_tx_comeback_req_delay()
400 query->offchannel_tx_started = 0; in gas_query_tx_comeback_req_delay()
/external/wpa_supplicant_8/src/ap/
Dgas_query_ap.c42 unsigned int offchannel_tx_started:1; member
292 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req()