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.c379 if ((hapd->conf->p2p & (P2P_MANAGE | P2P_ENABLED | P2P_GROUP_OWNER)) == in handle_probe_req()
380 P2P_MANAGE) in handle_probe_req()
505 if ((hapd->conf->p2p & (P2P_MANAGE | P2P_ENABLED | P2P_GROUP_OWNER)) == in ieee802_11_set_beacon()
506 P2P_MANAGE) in ieee802_11_set_beacon()
Dap_config.h327 #define P2P_MANAGE BIT(3) macro
Dap_drv_ops.c91 if (hapd->conf->p2p & P2P_MANAGE) { in hostapd_set_ap_wps_ie()
129 if (hapd->conf->p2p & P2P_MANAGE) { in hostapd_set_ap_wps_ie()
Dieee802_11.c956 if (hapd->conf->p2p & P2P_MANAGE) in send_assoc_resp()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2033 bss->p2p |= P2P_MANAGE; in hostapd_config_read()
2035 bss->p2p &= ~P2P_MANAGE; in hostapd_config_read()