Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c271 dev->flags |= P2P_DEV_WAIT_GO_NEG_RESPONSE; in p2p_connect_send()
1124 dev->flags &= ~P2P_DEV_WAIT_GO_NEG_RESPONSE; in p2p_process_go_neg_req()
1236 if (!(dev->flags & P2P_DEV_WAIT_GO_NEG_RESPONSE)) { in p2p_process_go_neg_resp()
1241 dev->flags &= ~P2P_DEV_WAIT_GO_NEG_RESPONSE; in p2p_process_go_neg_resp()
H A Dp2p_i.h108 #define P2P_DEV_WAIT_GO_NEG_RESPONSE BIT(10) macro
H A Dp2p.c1658 dev->flags &= ~P2P_DEV_WAIT_GO_NEG_RESPONSE; in p2p_connect()
3111 dev->flags &= ~P2P_DEV_WAIT_GO_NEG_RESPONSE; in p2p_unauthorize()
4376 dev->flags & P2P_DEV_WAIT_GO_NEG_RESPONSE ? in p2p_get_peer_info_txt()