Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c32 return net->capability & WLAN_CAPABILITY_SHORT_SLOT; in ieee80211_is_shortslot()
743 if (ieee->short_slot && (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT)) in ieee80211_probe_resp()
744 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_probe_resp()
832 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_assoc_resp()
1045 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_association_req()
2294 ieee->current_network.capability |= WLAN_CAPABILITY_SHORT_SLOT; in ieee80211_start_ibss_wq()
Dieee80211.h589 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dieee80211.h348 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_ap.c1995 if (!(psta->capability & WLAN_CAPABILITY_SHORT_SLOT)) { in bss_cap_update_on_sta_join()
/Linux-v5.10/drivers/staging/rtl8192u/
Dr8192U_core.c1125 if ((cap & WLAN_CAPABILITY_SHORT_SLOT) && in rtl8192_update_cap()