Home
last modified time | relevance | path

Searched refs:WLAN_CAPABILITY_SHORT_SLOT_TIME (Results 1 – 4 of 4) sorted by relevance

/external/iw/
Dscan.c26 #define WLAN_CAPABILITY_SHORT_SLOT_TIME (1<<10) macro
1834 if (capa & WLAN_CAPABILITY_SHORT_SLOT_TIME) in print_capa_non_dmg()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h101 #define WLAN_CAPABILITY_SHORT_SLOT_TIME BIT(10) macro
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c216 capab |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in hostapd_own_capab_info()
3951 if (!(sta->capability & WLAN_CAPABILITY_SHORT_SLOT_TIME) && in handle_assoc()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c2291 WLAN_CAPABILITY_SHORT_SLOT_TIME); in p2p_build_probe_resp_buf()