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
174
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
225
if (p2p->
pending_action_state
== P2P_PENDING_PD) {
227
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
330
p2p->
pending_action_state
= P2P_PENDING_PD;
p2p_dev_disc.c
102
p2p->
pending_action_state
= P2P_PENDING_DEV_DISC_REQUEST;
161
p2p->
pending_action_state
= P2P_PENDING_DEV_DISC_RESPONSE;
p2p_go_neg.c
209
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_REQUEST;
660
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_RESPONSE;
663
p2p->
pending_action_state
=
1010
p2p->
pending_action_state
= P2P_PENDING_GO_NEG_CONFIRM;
1013
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
1046
if (p2p->
pending_action_state
== P2P_PENDING_GO_NEG_RESPONSE) {
1050
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
p2p_sd.c
152
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
287
p2p->
pending_action_state
= P2P_PENDING_SD;
452
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
694
p2p->
pending_action_state
= P2P_NO_PENDING_ACTION;
p2p.c
[
all
...]
p2p_invitation.c
277
p2p->
pending_action_state
= P2P_PENDING_INVITATION_RESPONSE;
360
p2p->
pending_action_state
= P2P_PENDING_INVITATION_REQUEST;
p2p_group.c
614
p2p->
pending_action_state
= P2P_PENDING_GO_DISC_REQ;
p2p_i.h
307
}
pending_action_state
;
member in struct:p2p_data
Completed in 27 milliseconds