Home
last modified time | relevance | path

Searched refs:TDLS_PROHIBIT (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c200 if (hapd->conf->tdls & TDLS_PROHIBIT) in hostapd_ext_capab_byte()
230 if (hapd->conf->tdls & (TDLS_PROHIBIT | TDLS_PROHIBIT_CHAN_SWITCH)) in hostapd_eid_ext_capab()
Dap_config.h452 #define TDLS_PROHIBIT BIT(0) macro
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3062 bss->tdls |= TDLS_PROHIBIT; in hostapd_config_fill()
3064 bss->tdls &= ~TDLS_PROHIBIT; in hostapd_config_fill()