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()
127 wpabuf_head(wpa_s->pending_action_tx), in wpas_send_action_cb()
128 wpabuf_len(wpa_s->pending_action_tx), in wpas_send_action_cb()
139 wpabuf_head(wpa_s->pending_action_tx), in wpas_send_action_cb()
140 wpabuf_len(wpa_s->pending_action_tx), in wpas_send_action_cb()
161 if (wpa_s->pending_action_tx == NULL) { in offchannel_send_action_tx_status()
174 if (data_len - wpabuf_len(wpa_s->pending_action_tx) != 24 || in offchannel_send_action_tx_status()
175 os_memcmp(data + 24, wpabuf_head(wpa_s->pending_action_tx), in offchannel_send_action_tx_status()
176 wpabuf_len(wpa_s->pending_action_tx)) != 0) { in offchannel_send_action_tx_status()
[all …]
Dwpa_supplicant_i.h727 struct wpabuf *pending_action_tx; member