Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dbeacon.c514 if ((hapd->conf->p2p & (P2P_MANAGE | P2P_ENABLED | P2P_GROUP_OWNER)) == in hostapd_gen_probe_resp()
515 P2P_MANAGE) in hostapd_gen_probe_resp()
1133 if ((hapd->conf->p2p & (P2P_MANAGE | P2P_ENABLED | P2P_GROUP_OWNER)) == in ieee802_11_build_ap_params()
1134 P2P_MANAGE) in ieee802_11_build_ap_params()
Dap_drv_ops.c113 if (hapd->conf->p2p & P2P_MANAGE) { in hostapd_build_ap_extra_ies()
139 if (hapd->conf->p2p & P2P_MANAGE) { in hostapd_build_ap_extra_ies()
Dap_config.h439 #define P2P_MANAGE BIT(3) macro
Dieee802_11.c1944 if (hapd->conf->p2p & P2P_MANAGE) in send_assoc_resp()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3049 bss->p2p |= P2P_MANAGE; in hostapd_config_fill()
3051 bss->p2p &= ~P2P_MANAGE; in hostapd_config_fill()