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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_tx.c391 else if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
542 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
H A Dieee80211_softmac.c833 cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE); //add short preamble here
1165 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
1166 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); //add short_preamble here
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c386 else if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
531 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
H A Dieee80211.h672 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
H A Dieee80211_softmac.c806 cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE); //add short preamble here
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_tx.c397 else if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
542 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
H A Dieee80211.h692 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
H A Dieee80211_softmac.c817 cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE); //add short preamble here
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dmain.c313 priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dwork.c260 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE;
H A Dmlme.c820 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h998 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c1092 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
1093 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c2859 int new = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ?
2949 body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
3063 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h667 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
H A Dr8192E_core.c1285 priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.c5961 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE;
7422 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
7430 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
7448 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c1805 priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE;
2451 priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_core.c2100 if (priv->ieee80211->current_network.capability&WLAN_CAPABILITY_SHORT_PREAMBLE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c1648 priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE;

Completed in 289 milliseconds