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
229
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
290
if (p2p->
pending_action_state
== P2P_PENDING_PD) {
292
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
393
p2p->
pending_action_state
= P2P_PENDING_PD;
p2p_dev_disc.c
96
p2p->
pending_action_state
= P2P_PENDING_DEV_DISC_REQUEST;
155
p2p->
pending_action_state
= P2P_PENDING_DEV_DISC_RESPONSE;
p2p_go_neg.c
232
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_REQUEST;
703
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_RESPONSE;
717
p2p->
pending_action_state
=
1072
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_CONFIRM;
1075
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
1108
if (p2p->
pending_action_state
== P2P_PENDING_GO_NEG_RESPONSE) {
1112
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
[
all
...]
p2p_sd.c
157
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
259
p2p->
pending_action_state
= P2P_PENDING_SD;
429
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
676
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
p2p.c
[
all
...]
p2p_invitation.c
390
p2p->
pending_action_state
= P2P_PENDING_INVITATION_RESPONSE;
475
p2p->
pending_action_state
= P2P_PENDING_INVITATION_REQUEST;
p2p_i.h
333
}
pending_action_state
;
member in struct:p2p_data
p2p_group.c
847
p2p->
pending_action_state
= P2P_PENDING_GO_DISC_REQ;
Completed in 71 milliseconds