Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/marvell/libertas_tf/
H A Dmain.c260 priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE; in lbtf_op_start()
/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c307 *(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in rtw_generate_ie()
H A Drtw_mlme_ext.c1267 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq()
/linux-6.15/net/mac80211/
H A Dtdls.c197 WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_get_tdls_sta_capab()
H A Dmlme.c1716 *capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_add_link_elems()
3718 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE); in ieee80211_handle_bss_capability()
/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c5828 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ipw_adhoc_create()
7283 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ipw_associate_network()
7291 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in ipw_associate_network()
7308 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long", in ipw_associate_network()
/linux-6.15/include/linux/
H A Dieee80211.h3384 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c1533 WLAN_CAPABILITY_SHORT_PREAMBLE) in mwifiex_dump_station_info()
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3058 if (capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in brcmf_fill_bss_param()