Home
last modified time | relevance | path

Searched refs:pending_action_tx (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Doffchannel.c60 without_roc, wpa_s->pending_action_tx, in wpas_send_action_cb()
63 if (wpa_s->pending_action_tx == NULL || wpa_s->pending_action_tx_done) in wpas_send_action_cb()
123 wpa_s->pending_action_tx); in wpas_send_action_cb()
128 wpabuf_head(wpa_s->pending_action_tx), in wpas_send_action_cb()
129 wpabuf_len(wpa_s->pending_action_tx), in wpas_send_action_cb()
140 wpabuf_head(wpa_s->pending_action_tx), in wpas_send_action_cb()
141 wpabuf_len(wpa_s->pending_action_tx), in wpas_send_action_cb()
162 if (wpa_s->pending_action_tx == NULL) { in offchannel_send_action_tx_status()
175 if (data_len - wpabuf_len(wpa_s->pending_action_tx) != 24 || in offchannel_send_action_tx_status()
176 os_memcmp(data + 24, wpabuf_head(wpa_s->pending_action_tx), in offchannel_send_action_tx_status()
[all …]
Dwpa_supplicant_i.h780 struct wpabuf *pending_action_tx; member