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_pd.c
222
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
278
if (p2p->
pending_action_state
== P2P_PENDING_PD) {
280
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
385
p2p->
pending_action_state
= P2P_PENDING_PD;
p2p_dev_disc.c
90
p2p->
pending_action_state
= P2P_PENDING_DEV_DISC_REQUEST;
146
p2p->
pending_action_state
= P2P_PENDING_DEV_DISC_RESPONSE;
p2p_go_neg.c
220
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_REQUEST;
739
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_RESPONSE;
753
p2p->
pending_action_state
=
1036
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_CONFIRM;
1039
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
1073
if (p2p->
pending_action_state
== P2P_PENDING_GO_NEG_RESPONSE) {
1075
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
[
all
...]
p2p_sd.c
157
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
256
p2p->
pending_action_state
= P2P_PENDING_SD;
411
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
631
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
p2p.c
[
all
...]
p2p_invitation.c
364
p2p->
pending_action_state
= P2P_PENDING_INVITATION_RESPONSE;
464
p2p->
pending_action_state
= P2P_PENDING_INVITATION_REQUEST;
p2p_i.h
340
}
pending_action_state
;
member in struct:p2p_data
p2p_group.c
877
p2p->
pending_action_state
= P2P_PENDING_GO_DISC_REQ;
Completed in 32 milliseconds