Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dgas_query_ap.c43 unsigned int wait_comeback:1; member
241 if (query->wait_comeback && !query->retry) { in gas_query_ap_tx_status()
326 query->wait_comeback = 0; in gas_query_rx_comeback_timeout()
380 query->wait_comeback = 1; in gas_query_rx_initial()
510 if (query->wait_comeback && action == WLAN_PA_GAS_INITIAL_RESP) { in gas_query_ap_rx()
517 if (!query->wait_comeback && action == WLAN_PA_GAS_COMEBACK_RESP) { in gas_query_ap_rx()
/hostap-latest/wpa_supplicant/
Dgas_query.c44 unsigned int wait_comeback:1; member
269 if (query->wait_comeback && !query->retry) { in gas_query_tx_status()
369 query->wait_comeback = 0; in gas_query_rx_comeback_timeout()
428 query->wait_comeback = 1; in gas_query_rx_initial()
561 if (query->wait_comeback && action == WLAN_PA_GAS_INITIAL_RESP) { in gas_query_rx()
568 if (!query->wait_comeback && action == WLAN_PA_GAS_COMEBACK_RESP) { in gas_query_rx()