OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_action_state
(Results
1 - 8
of
8
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c
91
p2p->
pending_action_state
= P2P_PENDING_DEV_DISC_REQUEST;
150
p2p->
pending_action_state
= P2P_PENDING_DEV_DISC_RESPONSE;
p2p_go_neg.c
248
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_REQUEST;
839
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_RESPONSE;
853
p2p->
pending_action_state
=
[
all
...]
p2p_sd.c
203
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
302
p2p->
pending_action_state
= P2P_PENDING_SD;
455
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
660
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
p2p.c
[
all
...]
p2p_pd.c
679
p2p->
pending_action_state
= P2P_PENDING_PD_RESPONSE;
857
if (p2p->
pending_action_state
== P2P_PENDING_PD) {
859
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
1069
p2p->
pending_action_state
= P2P_PENDING_PD;
[
all
...]
p2p_invitation.c
409
p2p->
pending_action_state
= P2P_PENDING_INVITATION_RESPONSE;
573
p2p->
pending_action_state
= P2P_PENDING_INVITATION_REQUEST;
p2p_i.h
380
}
pending_action_state
;
member in struct:p2p_data
p2p_group.c
923
p2p->
pending_action_state
= P2P_PENDING_GO_DISC_REQ;
Completed in 35 milliseconds