Home
last modified time | relevance | path

Searched refs:WLAN_CAPABILITY_SHORT_SLOT (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c35 return net->capability & WLAN_CAPABILITY_SHORT_SLOT; in ieee80211_is_shortslot()
779 if(ieee->short_slot && (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT)) in ieee80211_probe_resp()
780 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_probe_resp()
874 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_assoc_resp()
1102 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_association_req()
2430 ieee->current_network.capability |= WLAN_CAPABILITY_SHORT_SLOT; in ieee80211_start_ibss_wq()
Dieee80211.h666 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/linux-4.1.27/drivers/staging/rtl8712/
Dieee80211.h315 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211.h494 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ap.c1565 if (!(psta->capability & WLAN_CAPABILITY_SHORT_SLOT)) { in bss_cap_update_on_sta_join()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c1168 …if ((cap & WLAN_CAPABILITY_SHORT_SLOT) && (!priv->ieee80211->pHTInfo->bCurrentRT2RTLongSlotTime)) … in rtl8192_update_cap()