Home
last modified time | relevance | path

Searched refs:WLAN_CAPABILITY_SHORT_SLOT_TIME (Results 1 – 9 of 9) sorted by relevance

/drivers/net/wireless/mwifiex/
Djoin.c548 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_associate()
1073 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_ad_hoc_start()
1075 tmp_cap |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_ad_hoc_start()
Dcfg80211.c1351 WLAN_CAPABILITY_SHORT_SLOT_TIME) in mwifiex_dump_station_info()
/drivers/staging/rtl8192e/
Drtllib_softmac.c907 WLAN_CAPABILITY_SHORT_SLOT_TIME)) in rtllib_probe_resp()
909 cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); in rtllib_probe_resp()
998 cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); in rtllib_assoc_resp()
1263 (beacon->capability&WLAN_CAPABILITY_SHORT_SLOT_TIME)) in rtllib_association_req()
1264 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); in rtllib_association_req()
Drtllib.h571 #define WLAN_CAPABILITY_SHORT_SLOT_TIME (1<<10) macro
/drivers/staging/rtl8723au/core/
Drtw_ap.c1436 if (!(psta->capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)) { in bss_cap_update_on_sta_join23a()
/drivers/staging/rtl8188eu/core/
Drtw_ap.c1593 if (!(psta->capability & WLAN_CAPABILITY_SHORT_SLOT_TIME)) { in bss_cap_update_on_sta_join()
/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c353 if ((cap & WLAN_CAPABILITY_SHORT_SLOT_TIME) && in _rtl92e_update_cap()
/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c2410 if (capability & WLAN_CAPABILITY_SHORT_SLOT_TIME) in brcmf_fill_bss_param()
/drivers/net/wireless/ipw2x00/
Dipw2200.c7365 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); in ipw_associate_network()