Home
last modified time | relevance | path

Searched refs:P2P_DEV_WAIT_GO_NEG_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_go_neg.c254 dev->flags |= P2P_DEV_WAIT_GO_NEG_RESPONSE; in p2p_connect_send()
1063 dev->flags &= ~P2P_DEV_WAIT_GO_NEG_RESPONSE; in p2p_process_go_neg_req()
1172 if (!(dev->flags & P2P_DEV_WAIT_GO_NEG_RESPONSE)) { in p2p_process_go_neg_resp()
1177 dev->flags &= ~P2P_DEV_WAIT_GO_NEG_RESPONSE; in p2p_process_go_neg_resp()
Dp2p_i.h108 #define P2P_DEV_WAIT_GO_NEG_RESPONSE BIT(10) macro
Dp2p.c1620 dev->flags &= ~P2P_DEV_WAIT_GO_NEG_RESPONSE; in p2p_connect()
3076 dev->flags &= ~P2P_DEV_WAIT_GO_NEG_RESPONSE; in p2p_unauthorize()
4332 dev->flags & P2P_DEV_WAIT_GO_NEG_RESPONSE ? in p2p_get_peer_info_txt()