Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c875 if ((hapd->conf->p2p & (P2P_MANAGE | P2P_ENABLED | P2P_GROUP_OWNER)) == in hostapd_probe_resp_fill_elems()
876 P2P_MANAGE) in hostapd_probe_resp_fill_elems()
2357 if ((hapd->conf->p2p & (P2P_MANAGE | P2P_ENABLED | P2P_GROUP_OWNER)) == in ieee802_11_build_ap_params()
2358 P2P_MANAGE) in ieee802_11_build_ap_params()
H A Dap_drv_ops.c134 if (hapd->conf->p2p & P2P_MANAGE) { in hostapd_build_ap_extra_ies()
160 if (hapd->conf->p2p & P2P_MANAGE) { in hostapd_build_ap_extra_ies()
H A Dap_config.h536 #define P2P_MANAGE BIT(3) macro
H A Dieee802_11.c5114 if (hapd->conf->p2p & P2P_MANAGE) in send_assoc_resp()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4111 bss->p2p |= P2P_MANAGE; in hostapd_config_fill()
4113 bss->p2p &= ~P2P_MANAGE; in hostapd_config_fill()