Home
last modified time | relevance | path

Searched refs:short_slot (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/net/mac80211/
Dmesh_plink.c102 bool short_slot = false; in mesh_set_short_slot_time() local
106 short_slot = true; in mesh_set_short_slot_time()
126 short_slot = false; in mesh_set_short_slot_time()
128 short_slot = true; in mesh_set_short_slot_time()
135 if (sdata->vif.bss_conf.use_short_slot != short_slot) { in mesh_set_short_slot_time()
136 sdata->vif.bss_conf.use_short_slot = short_slot; in mesh_set_short_slot_time()
139 sdata->vif.addr, short_slot); in mesh_set_short_slot_time()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-mac.h354 __le32 short_slot; member
Dmac-ctxt.c706 cmd->short_slot = in iwl_mvm_mac_ctxt_cmd_common()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c779 if(ieee->short_slot && (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_SLOT)) in ieee80211_probe_resp()
873 if(ieee->short_slot) in ieee80211_assoc_resp()
1101 if(ieee->short_slot) in ieee80211_association_req()
2429 if(ieee->short_slot) in ieee80211_start_ibss_wq()
Dieee80211.h1892 int short_slot; member
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c924 if (ieee->short_slot && (ieee->current_network.capability & in rtllib_probe_resp()
1014 if (ieee->short_slot) in rtllib_assoc_resp()
1280 if (ieee->short_slot && in rtllib_association_req()
Drtllib.h2161 int short_slot; member
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c3375 __u8 short_slot; member
3390 cmd->short_slot = short_slot_time; in mwl8k_cmd_set_slot()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c1145 priv->rtllib->short_slot = 1; in rtl8192_init_priv_variable()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c2135 priv->ieee80211->short_slot = 1; in rtl8192_init_priv_variable()