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

  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 613 "pending_action_tx=%p)",
614 without_roc, wpa_s->pending_action_tx);
616 if (wpa_s->pending_action_tx == NULL)
670 wpabuf_head(wpa_s->pending_action_tx),
671 wpabuf_len(wpa_s->pending_action_tx));
681 wpabuf_head(wpa_s->pending_action_tx),
682 wpabuf_len(wpa_s->pending_action_tx),
697 if (wpa_s->pending_action_tx == NULL) {
709 wpabuf_free(wpa_s->pending_action_tx);
710 wpa_s->pending_action_tx = NULL
    [all...]
wpa_supplicant_i.h 487 struct wpabuf *pending_action_tx; member in struct:wpa_supplicant
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 115 struct wpabuf *pending_action_tx; member in struct:wpa_driver_test_data
492 if (drv->pending_action_tx == NULL) {
505 wpabuf_free(drv->pending_action_tx);
506 drv->pending_action_tx = NULL;
    [all...]

Completed in 46 milliseconds