OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_action_tx
(Results
1 - 3
of
3
) 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
),
150
if (wpa_s->
pending_action_tx
== NULL) {
162
wpabuf_free(wpa_s->
pending_action_tx
);
163
wpa_s->
pending_action_tx
= NULL
[
all
...]
wpa_supplicant_i.h
566
struct wpabuf *
pending_action_tx
;
member in struct:wpa_supplicant
/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 74 milliseconds