Home
last modified time | relevance | path

Searched refs:bssht (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c139 else if (net->bssht.bd_rt2rt_aggregation) in is_ht_half_nmode_aps()
152 if (net->bssht.bd_rt2rt_aggregation) { in ht_iot_peer_determine()
154 if (net->bssht.rt2rt_ht_mode & RT_HT_CAP_USE_92SE) in ht_iot_peer_determine()
156 if (net->bssht.rt2rt_ht_mode & RT_HT_CAP_USE_SOFTAP) in ht_iot_peer_determine()
471 if (ieee->current_network.bssht.bd_rt2rt_aggregation) { in ht_on_assoc_rsp()
570 if (network->bssht.bd_support_ht) { in ht_reset_self_and_save_peer_setting()
572 ht_info->peer_ht_spec_ver = network->bssht.bd_ht_spec_ver; in ht_reset_self_and_save_peer_setting()
574 if (network->bssht.bd_ht_cap_len > 0 && in ht_reset_self_and_save_peer_setting()
575 network->bssht.bd_ht_cap_len <= sizeof(ht_info->peer_ht_cap_buf)) in ht_reset_self_and_save_peer_setting()
577 network->bssht.bd_ht_cap_buf, in ht_reset_self_and_save_peer_setting()
[all …]
H A Drtllib_rx.c1695 network->bssht.bd_ht_spec_ver = HT_SPEC_VER_EWC; in rtllib_parse_mife_generic()
1696 network->bssht.bd_ht_cap_len = min_t(u16, *tmp_htcap_len, in rtllib_parse_mife_generic()
1697 sizeof(network->bssht.bd_ht_cap_buf)); in rtllib_parse_mife_generic()
1698 memcpy(network->bssht.bd_ht_cap_buf, in rtllib_parse_mife_generic()
1700 network->bssht.bd_ht_cap_len); in rtllib_parse_mife_generic()
1704 network->bssht.bd_support_ht = true; in rtllib_parse_mife_generic()
1705 …network->bssht.bd_ht_1r = ((((struct ht_capab_ele *)(network->bssht.bd_ht_cap_buf))->MCS[1]) == 0); in rtllib_parse_mife_generic()
1707 network->bssht.bd_support_ht = false; in rtllib_parse_mife_generic()
1708 network->bssht.bd_ht_1r = false; in rtllib_parse_mife_generic()
1721 network->bssht.bd_ht_spec_ver = HT_SPEC_VER_EWC; in rtllib_parse_mife_generic()
[all …]
H A Drtllib_wx.c126 if (!memcmp(network->bssht.bd_ht_cap_buf, EWC11NHTCap, 4)) in rtl819x_translate_scan()
128 &network->bssht.bd_ht_cap_buf[4]; in rtl819x_translate_scan()
131 &network->bssht.bd_ht_cap_buf[0]; in rtl819x_translate_scan()
H A Drtllib_softmac.c1205 ieee->current_network.bssht.bd_support_ht, in rtllib_softmac_new_net()
1219 ieee->current_network.bssht.bd_support_ht) in rtllib_softmac_new_net()
1608 network->bssht.bd_ht_cap_buf, in rtllib_rx_assoc_resp()
1609 network->bssht.bd_ht_cap_len); in rtllib_rx_assoc_resp()
1611 network->bssht.bd_ht_info_buf, in rtllib_rx_assoc_resp()
1612 network->bssht.bd_ht_info_len); in rtllib_rx_assoc_resp()
H A Drtllib.h943 struct bss_ht bssht; member
/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c289 ieee->ht_info->current_rt2rt_long_slot_time = net->bssht.bd_rt2rt_long_slot_time; in _rtl92e_update_beacon()