Home
last modified time | relevance | path

Searched refs:P2P_MANAGE (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dbeacon.c549 if ((hapd->conf->p2p & (P2P_MANAGE | P2P_ENABLED | P2P_GROUP_OWNER)) == in hostapd_gen_probe_resp()
550 P2P_MANAGE) in hostapd_gen_probe_resp()
1267 if ((hapd->conf->p2p & (P2P_MANAGE | P2P_ENABLED | P2P_GROUP_OWNER)) == in ieee802_11_build_ap_params()
1268 P2P_MANAGE) in ieee802_11_build_ap_params()
Dap_drv_ops.c121 if (hapd->conf->p2p & P2P_MANAGE) { in hostapd_build_ap_extra_ies()
147 if (hapd->conf->p2p & P2P_MANAGE) { in hostapd_build_ap_extra_ies()
Dap_config.h512 #define P2P_MANAGE BIT(3) macro
Dieee802_11.c3690 if (hapd->conf->p2p & P2P_MANAGE) in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dbeacon.c618 if ((hapd->conf->p2p & (P2P_MANAGE | P2P_ENABLED | P2P_GROUP_OWNER)) == in hostapd_gen_probe_resp()
619 P2P_MANAGE) in hostapd_gen_probe_resp()
1640 if ((hapd->conf->p2p & (P2P_MANAGE | P2P_ENABLED | P2P_GROUP_OWNER)) == in ieee802_11_build_ap_params()
1641 P2P_MANAGE) in ieee802_11_build_ap_params()
Dap_drv_ops.c126 if (hapd->conf->p2p & P2P_MANAGE) { in hostapd_build_ap_extra_ies()
152 if (hapd->conf->p2p & P2P_MANAGE) { in hostapd_build_ap_extra_ies()
Dap_config.h521 #define P2P_MANAGE BIT(3) macro
Dieee802_11.c5275 if (hapd->conf->p2p & P2P_MANAGE) in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3774 bss->p2p |= P2P_MANAGE;
3776 bss->p2p &= ~P2P_MANAGE;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3880 bss->p2p |= P2P_MANAGE; in hostapd_config_fill()
3882 bss->p2p &= ~P2P_MANAGE; in hostapd_config_fill()