Searched refs:P2P_DEV_PD_BEFORE_GO_NEG (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_pd.c344 if (dev->flags & P2P_DEV_PD_BEFORE_GO_NEG) {
347 dev->flags &= ~P2P_DEV_PD_BEFORE_GO_NEG;
H A Dp2p_i.h98 #define P2P_DEV_PD_BEFORE_GO_NEG BIT(17) macro
H A Dp2p_go_neg.c210 if (dev->flags & P2P_DEV_PD_BEFORE_GO_NEG) {
H A Dp2p.c1437 dev->flags |= P2P_DEV_PD_BEFORE_GO_NEG;
1439 dev->flags &= ~P2P_DEV_PD_BEFORE_GO_NEG;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_pd.c344 if (dev->flags & P2P_DEV_PD_BEFORE_GO_NEG) {
347 dev->flags &= ~P2P_DEV_PD_BEFORE_GO_NEG;
H A Dp2p_i.h98 #define P2P_DEV_PD_BEFORE_GO_NEG BIT(17) macro
H A Dp2p_go_neg.c210 if (dev->flags & P2P_DEV_PD_BEFORE_GO_NEG) {
H A Dp2p.c1437 dev->flags |= P2P_DEV_PD_BEFORE_GO_NEG;
1439 dev->flags &= ~P2P_DEV_PD_BEFORE_GO_NEG;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_pd.c344 if (dev->flags & P2P_DEV_PD_BEFORE_GO_NEG) {
347 dev->flags &= ~P2P_DEV_PD_BEFORE_GO_NEG;
H A Dp2p_i.h98 #define P2P_DEV_PD_BEFORE_GO_NEG BIT(17) macro
H A Dp2p_go_neg.c210 if (dev->flags & P2P_DEV_PD_BEFORE_GO_NEG) {
H A Dp2p.c1437 dev->flags |= P2P_DEV_PD_BEFORE_GO_NEG;
1439 dev->flags &= ~P2P_DEV_PD_BEFORE_GO_NEG;

Completed in 87 milliseconds