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

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dgas_query.c43 unsigned int offchannel_tx_started:1; member in struct:gas_query_pending
164 if (query->offchannel_tx_started)
321 query->offchannel_tx_started = 1;
338 wait_time = (query->retry || !query->offchannel_tx_started) ?
397 if (comeback_delay > 1 && query->offchannel_tx_started) {
399 query->offchannel_tx_started = 0;
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dgas_query_ap.c42 unsigned int offchannel_tx_started:1; member in struct:gas_query_pending
292 wait_time = (query->retry || !query->offchannel_tx_started) ?

Completed in 40 milliseconds