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

  /external/wpa_supplicant_8/wpa_supplicant/
offchannel.c 59 "(without_roc=%d pending_action_tx=%p)",
60 without_roc, wpa_s->pending_action_tx);
62 if (wpa_s->pending_action_tx == NULL)
116 wpabuf_head(wpa_s->pending_action_tx),
117 wpabuf_len(wpa_s->pending_action_tx),
128 wpabuf_head(wpa_s->pending_action_tx),
129 wpabuf_len(wpa_s->pending_action_tx),
139 if (wpa_s->pending_action_tx == NULL) {
151 wpabuf_free(wpa_s->pending_action_tx);
152 wpa_s->pending_action_tx = NULL
    [all...]
wpa_supplicant_i.h 417 struct wpabuf *pending_action_tx; member in struct:wpa_supplicant
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 108 struct wpabuf *pending_action_tx; member in struct:wpa_driver_test_data
486 if (drv->pending_action_tx == NULL) {
499 wpabuf_free(drv->pending_action_tx);
500 drv->pending_action_tx = NULL;
    [all...]

Completed in 53 milliseconds