Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c356 } else if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) { in ieee80211_qurey_ShortPreambleMode()
488 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ieee80211_query_protectionmode()
Dieee80211_softmac.c741 …cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE); /* add short pream… in ieee80211_probe_resp()
1041 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ieee80211_association_req()
1042 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); //add short_preamble here in ieee80211_association_req()
Dieee80211.h584 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_tx.c349 WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_qurey_ShortPreambleMode()
467 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_query_protectionmode()
Drtllib_softmac.c900 WLAN_CAPABILITY_SHORT_PREAMBLE); in rtllib_probe_resp()
1251 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_association_req()
1252 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in rtllib_association_req()
Drtllib.h513 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/Linux-v5.4/drivers/staging/rtl8712/
Dieee80211.h294 #define WLAN_CAPABILITY_SHORT_PREAMBLE BIT(5) macro
/Linux-v5.4/drivers/net/wireless/marvell/libertas_tf/
Dmain.c260 priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE; in lbtf_op_start()
/Linux-v5.4/drivers/net/wireless/atmel/
Datmel.c2817 int new = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in handle_beacon_probe()
2907 body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in send_association_request()
3021 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in store_bss_info()
/Linux-v5.4/include/linux/
Dieee80211.h2150 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/Linux-v5.4/net/mac80211/
Dtdls.c195 WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_get_tdls_sta_capab()
Dmlme.c715 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_send_assoc()
2109 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE); in ieee80211_handle_bss_capability()
/Linux-v5.4/drivers/staging/ks7010/
Dks_hostif.c1334 capability |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ks_wlan_cap()
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c5872 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ipw_adhoc_create()
7325 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ipw_associate_network()
7333 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in ipw_associate_network()
7350 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long", in ipw_associate_network()
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c316 if (cap & WLAN_CAPABILITY_SHORT_PREAMBLE) { in _rtl92e_update_cap()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c1456 WLAN_CAPABILITY_SHORT_PREAMBLE) in mwifiex_dump_station_info()
/Linux-v5.4/drivers/staging/rtl8192u/
Dr8192U_core.c1136 priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE; in rtl8192_update_cap()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c3229 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c1534 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c2543 if (capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in brcmf_fill_bss_param()