Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dmain.c260 priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE; in lbtf_op_start()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c313 *(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in rtw_generate_ie()
H A Drtw_mlme_ext.c1260 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq()
/linux/include/linux/
H A Dieee80211.h1369 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5)
1380 #define WLAN_CAPABILITY_SHORT_PREAMBLE global() macro
/linux/net/mac80211/
H A Dtdls.c197 WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_get_tdls_sta_capab()
H A Dmlme.c1861 *capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_add_link_elems()
3934 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE); in ieee80211_handle_bss_capability()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c5827 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ipw_adhoc_create()
7282 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ipw_associate_network()
7290 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in ipw_associate_network()
7307 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long", in ipw_associate_network()