Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_shared.c347 if (hapd->conf->tdls & TDLS_PROHIBIT) in hostapd_ext_capab_byte()
407 if (hapd->conf->tdls & (TDLS_PROHIBIT | TDLS_PROHIBIT_CHAN_SWITCH)) in hostapd_eid_ext_capab()
Dap_config.h525 #define TDLS_PROHIBIT BIT(0) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h534 #define TDLS_PROHIBIT BIT(0) macro
Dieee802_11_shared.c379 if (hapd->conf->tdls & TDLS_PROHIBIT) in hostapd_ext_capab_byte()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3787 bss->tdls |= TDLS_PROHIBIT;
3789 bss->tdls &= ~TDLS_PROHIBIT;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3893 bss->tdls |= TDLS_PROHIBIT; in hostapd_config_fill()
3895 bss->tdls &= ~TDLS_PROHIBIT; in hostapd_config_fill()