Searched refs:WLAN_CAPABILITY_SHORT_SLOT (Results 1 – 6 of 6) sorted by relevance
33 return net->capability & WLAN_CAPABILITY_SHORT_SLOT; in ieee80211_is_shortslot()744 if (ieee->short_slot && (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT)) in ieee80211_probe_resp()745 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_probe_resp()834 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_assoc_resp()1047 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT); in ieee80211_association_req()2291 ieee->current_network.capability |= WLAN_CAPABILITY_SHORT_SLOT; in ieee80211_start_ibss_wq()
593 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
308 #define WLAN_CAPABILITY_SHORT_SLOT BIT(10) macro
349 #define WLAN_CAPABILITY_SHORT_SLOT (1<<10) macro
2172 if (!(psta->capability & WLAN_CAPABILITY_SHORT_SLOT)) { in bss_cap_update_on_sta_join()
1190 if ((cap & WLAN_CAPABILITY_SHORT_SLOT) && in rtl8192_update_cap()