Searched refs:WLAN_CAPABILITY_SHORT_PREAMBLE (Results 1 - 17 of 17) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c390 else if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
538 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
H A Dieee80211_softmac.c777 cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE); //add short preamble here
1100 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
1101 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); //add short_preamble here
H A Dieee80211.h688 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/drivers/staging/rtl8712/
H A Dieee80211.h312 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/drivers/staging/rtl8192e/
H A Drtllib_tx.c366 WLAN_CAPABILITY_SHORT_PREAMBLE)
482 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
H A Drtllib_softmac.c926 WLAN_CAPABILITY_SHORT_PREAMBLE);
1281 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
1282 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
H A Drtllib.h861 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/drivers/net/wireless/libertas_tf/
H A Dmain.c316 priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE;
/drivers/staging/rtl8723au/core/
H A Drtw_ieee80211.c360 cap |= WLAN_CAPABILITY_SHORT_PREAMBLE;
H A Drtw_mlme_ext.c1663 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h492 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/drivers/net/wireless/
H A Datmel.c2850 int new = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ?
2940 body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
3054 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ?
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c5897 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE;
7350 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
7358 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
7375 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long",
/drivers/net/wireless/mwifiex/
H A Dcfg80211.c943 WLAN_CAPABILITY_SHORT_PREAMBLE)
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c525 if (cap & WLAN_CAPABILITY_SHORT_PREAMBLE) {
/drivers/staging/rtl8192u/
H A Dr8192U_core.c1164 priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE;
/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c1246 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)

Completed in 309 milliseconds