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

  /external/wpa_supplicant_8/wpa_supplicant/
offchannel.c 59 "Off-channel: Send Action callback (without_roc=%d pending_action_tx=%p pending_action_tx_done=%d)",
60 without_roc, wpa_s->pending_action_tx,
63 if (wpa_s->pending_action_tx == NULL || wpa_s->pending_action_tx_done)
121 MACSTR " using interface %s (pending_action_tx=%p)",
123 wpa_s->pending_action_tx);
128 wpabuf_head(wpa_s->pending_action_tx),
129 wpabuf_len(wpa_s->pending_action_tx),
140 wpabuf_head(wpa_s->pending_action_tx),
141 wpabuf_len(wpa_s->pending_action_tx),
162 if (wpa_s->pending_action_tx == NULL)
    [all...]
wpa_supplicant_i.h 780 struct wpabuf *pending_action_tx; member in struct:wpa_supplicant
    [all...]

Completed in 960 milliseconds