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 32 wpabuf_len(wpa_s->pending_action_tx) >= 2 &&
33 *wpabuf_head_u8(wpa_s->pending_action_tx) !=
80 "Off-channel: Send Action callback (without_roc=%d pending_action_tx=%p pending_action_tx_done=%d)",
81 without_roc, wpa_s->pending_action_tx,
84 if (wpa_s->pending_action_tx == NULL || wpa_s->pending_action_tx_done)
142 MACSTR " using interface %s (pending_action_tx=%p)",
144 wpa_s->pending_action_tx);
149 wpabuf_head(wpa_s->pending_action_tx),
150 wpabuf_len(wpa_s->pending_action_tx),
161 wpabuf_head(wpa_s->pending_action_tx),
    [all...]
wpa_supplicant_i.h 816 struct wpabuf *pending_action_tx; member in struct:wpa_supplicant
    [all...]

Completed in 77 milliseconds