HomeSort by relevance Sort by last modified time
    Searched refs:offchannel_tx_started (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 43 unsigned int offchannel_tx_started:1; member in struct:gas_query_pending
161 if (query->offchannel_tx_started)
317 query->offchannel_tx_started = 1;
334 wait_time = (query->retry || !query->offchannel_tx_started) ?
393 if (comeback_delay > 1 && query->offchannel_tx_started) {
395 query->offchannel_tx_started = 0;
  /external/wpa_supplicant_8/src/ap/
gas_query_ap.c 42 unsigned int offchannel_tx_started:1; member in struct:gas_query_pending
292 wait_time = (query->retry || !query->offchannel_tx_started) ?

Completed in 48 milliseconds