Searched refs:bssht (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/staging/rtl8192e/ |
| A D | rtl819x_HTProc.c | 139 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() 570 if (network->bssht.bd_support_ht) { 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() 577 network->bssht.bd_ht_cap_buf, in ht_reset_self_and_save_peer_setting() 578 network->bssht.bd_ht_cap_len); in ht_reset_self_and_save_peer_setting() 581 network->bssht.bd_ht_info_len <= in ht_reset_self_and_save_peer_setting() 584 network->bssht.bd_ht_info_buf, in ht_reset_self_and_save_peer_setting() 585 network->bssht.bd_ht_info_len); in ht_reset_self_and_save_peer_setting() 588 network->bssht.bd_rt2rt_aggregation; in ht_reset_self_and_save_peer_setting() [all …]
|
| A D | rtllib_rx.c | 1708 network->bssht.bd_ht_1r = false; in rtllib_parse_mife_generic() 2285 dst->bssht.bd_support_ht = src->bssht.bd_support_ht; in update_network() 2286 dst->bssht.bd_rt2rt_aggregation = src->bssht.bd_rt2rt_aggregation; in update_network() 2287 dst->bssht.bd_ht_cap_len = src->bssht.bd_ht_cap_len; in update_network() 2288 memcpy(dst->bssht.bd_ht_cap_buf, src->bssht.bd_ht_cap_buf, in update_network() 2289 src->bssht.bd_ht_cap_len); in update_network() 2290 dst->bssht.bd_ht_info_len = src->bssht.bd_ht_info_len; in update_network() 2291 memcpy(dst->bssht.bd_ht_info_buf, src->bssht.bd_ht_info_buf, in update_network() 2292 src->bssht.bd_ht_info_len); in update_network() 2293 dst->bssht.bd_ht_spec_ver = src->bssht.bd_ht_spec_ver; in update_network() [all …]
|
| A D | rtllib_wx.c | 126 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()
|
| A D | rtllib_softmac.c | 1205 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()
|
| A D | rtllib.h | 943 struct bss_ht bssht; member
|
| /linux/drivers/staging/rtl8192e/rtl8192e/ |
| A D | rtl_core.c | 289 ieee->ht_info->current_rt2rt_long_slot_time = net->bssht.bd_rt2rt_long_slot_time; in _rtl92e_update_beacon()
|
Completed in 26 milliseconds