Searched refs:WLAN_CAPABILITY_SHORT_SLOT_TIME (Results 1 – 12 of 12) sorted by relevance
536 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_associate()1082 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_ad_hoc_start()1084 tmp_cap |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_ad_hoc_start()
1509 WLAN_CAPABILITY_SHORT_SLOT_TIME) in mwifiex_dump_station_info()
901 WLAN_CAPABILITY_SHORT_SLOT_TIME)) in rtllib_probe_resp()903 cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); in rtllib_probe_resp()991 cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); in rtllib_assoc_resp()1253 (beacon->capability&WLAN_CAPABILITY_SHORT_SLOT_TIME)) in rtllib_association_req()1254 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); in rtllib_association_req()
514 #define WLAN_CAPABILITY_SHORT_SLOT_TIME (1<<10) macro
1761 if (!(psta->capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)) { in bss_cap_update_on_sta_join()
194 return WLAN_CAPABILITY_SHORT_SLOT_TIME | in ieee80211_get_tdls_sta_capab()
1081 *capab |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in ieee80211_assoc_link_elems()2724 use_short_slot = !!(capab & WLAN_CAPABILITY_SHORT_SLOT_TIME); in ieee80211_handle_bss_capability()
1326 capability |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in ks_wlan_cap()
309 if ((cap & WLAN_CAPABILITY_SHORT_SLOT_TIME) && in _rtl92e_update_cap()
3053 #define WLAN_CAPABILITY_SHORT_SLOT_TIME (1<<10) macro
2994 if (capability & WLAN_CAPABILITY_SHORT_SLOT_TIME) in brcmf_fill_bss_param()
7318 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); in ipw_associate_network()
Completed in 105 milliseconds