Home
last modified time | relevance | path

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

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c35 return net->capability & WLAN_CAPABILITY_SHORT_SLOT; in ieee80211_is_shortslot()
776 if(ieee->short_slot && (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT)) in ieee80211_probe_resp()
777 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_probe_resp()
871 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_assoc_resp()
1099 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_association_req()
2420 ieee->current_network.capability |= WLAN_CAPABILITY_SHORT_SLOT; in ieee80211_start_ibss_wq()
Dieee80211.h597 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/drivers/staging/rtl8712/
Dieee80211.h316 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/drivers/staging/rtl8192u/
Dr8192U_core.c1261 if ((cap & WLAN_CAPABILITY_SHORT_SLOT) && in rtl8192_update_cap()