Searched refs:WLAN_CAPABILITY_SHORT_SLOT (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c42 return (net.capability & WLAN_CAPABILITY_SHORT_SLOT);
821 if(ieee->short_slot && (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT))
822 cpu_to_le16((beacon_buf->capability |= WLAN_CAPABILITY_SHORT_SLOT));
916 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT);
1096 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT);
2236 ieee->current_network.capability |= WLAN_CAPABILITY_SHORT_SLOT;
H A Dieee80211.h233 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_softmac.c44 return (net.capability & WLAN_CAPABILITY_SHORT_SLOT);
819 if(ieee->short_slot && (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT))
820 cpu_to_le16((beacon_buf->capability |= WLAN_CAPABILITY_SHORT_SLOT));
2133 ieee->current_network.capability |= WLAN_CAPABILITY_SHORT_SLOT;
H A Dieee80211.h697 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c44 return (net.capability & WLAN_CAPABILITY_SHORT_SLOT);
808 if(ieee->short_slot && (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT))
809 cpu_to_le16((beacon_buf->capability |= WLAN_CAPABILITY_SHORT_SLOT));
2028 ieee->current_network.capability |= WLAN_CAPABILITY_SHORT_SLOT;
H A Dieee80211.h677 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_softmac.c42 return (net.capability & WLAN_CAPABILITY_SHORT_SLOT);
835 if(ieee->short_slot && (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT))
836 cpu_to_le16((beacon_buf->capability |= WLAN_CAPABILITY_SHORT_SLOT));
930 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT);
1169 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT);
2469 ieee->current_network.capability |= WLAN_CAPABILITY_SHORT_SLOT;
H A Dieee80211.h286 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h672 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
H A Dr8192E_core.c1294 if ((cap & WLAN_CAPABILITY_SHORT_SLOT)&&(!priv->ieee80211->pHTInfo->bCurrentRT2RTLongSlotTime))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c1657 if ((cap & WLAN_CAPABILITY_SHORT_SLOT)&&(!priv->ieee80211->pHTInfo->bCurrentRT2RTLongSlotTime))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c1820 if ((cap & WLAN_CAPABILITY_SHORT_SLOT)&&(!priv->ieee80211->pHTInfo->bCurrentRT2RTLongSlotTime))

Completed in 165 milliseconds