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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Doffchannel.c80 "Off-channel: Send Action callback (without_roc=%d pending_action_tx=%p pending_action_tx_done=%d)",
82 !!wpa_s->pending_action_tx_done);
84 if (wpa_s->pending_action_tx == NULL || wpa_s->pending_action_tx_done)
286 wpa_s->pending_action_tx_done = 0;
324 wpa_s->pending_action_tx_done = 1;
H A Dwpa_supplicant_i.h842 unsigned int pending_action_tx_done:1; member in struct:wpa_supplicant

Completed in 65 milliseconds