OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p2p_send_action_work
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c
960
if (!wpa_s->
p2p_send_action_work
)
964
os_free(wpa_s->
p2p_send_action_work
->ctx);
965
radio_work_done(wpa_s->
p2p_send_action_work
);
966
wpa_s->
p2p_send_action_work
= NULL;
972
if (wpa_s->
p2p_send_action_work
) {
974
awork = wpa_s->
p2p_send_action_work
->ctx;
977
radio_work_done(wpa_s->
p2p_send_action_work
);
978
wpa_s->
p2p_send_action_work
= NULL;
1049
wpa_s->
p2p_send_action_work
= NULL;
1064
wpa_s->
p2p_send_action_work
= work
[
all
...]
wpa_supplicant_i.h
766
struct wpa_radio_work *
p2p_send_action_work
;
member in struct:wpa_supplicant
Completed in 40 milliseconds