Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c144 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in hostapd_own_capab_info()
1361 if (sta->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in handle_assoc()
1366 if (!(sta->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) && in handle_assoc()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h89 #define WLAN_CAPABILITY_SHORT_PREAMBLE BIT(5) macro
/external/wpa_supplicant_8/src/p2p/
Dp2p.c2108 host_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE | in p2p_reply_probe()