Home
last modified time | relevance | path

Searched refs:P2P_DEV_FORCE_FREQ (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/p2p/
Dp2p_go_neg.c574 if (dev->flags & P2P_DEV_FORCE_FREQ) { in p2p_go_select_channel()
583 } else if (!(dev->flags & P2P_DEV_FORCE_FREQ) && in p2p_go_select_channel()
710 (dev->flags & P2P_DEV_FORCE_FREQ) || p2p->cfg->cfg_op_channel) in p2p_check_pref_chan()
942 if (!(dev->flags & P2P_DEV_FORCE_FREQ)) { in p2p_process_go_neg_req()
Dp2p_i.h111 #define P2P_DEV_FORCE_FREQ BIT(13) macro
Dp2p_invitation.c352 } else if (go && !(dev->flags & P2P_DEV_FORCE_FREQ) && in p2p_process_invitation_req()
Dp2p.c1569 dev->flags |= P2P_DEV_FORCE_FREQ; in p2p_prepare_channel()
1571 dev->flags &= ~P2P_DEV_FORCE_FREQ; in p2p_prepare_channel()
4382 dev->flags & P2P_DEV_FORCE_FREQ ? in p2p_get_peer_info_txt()