Searched refs:pPeerHTCap (Results 1 – 1 of 1) sorted by relevance
427 struct ht_capab_ele *pPeerHTCap = NULL; in ht_on_assoc_rsp() local441 pPeerHTCap = (struct ht_capab_ele *)(&ht_info->peer_ht_cap_buf[4]); in ht_on_assoc_rsp()443 pPeerHTCap = (struct ht_capab_ele *)(ht_info->peer_ht_cap_buf); in ht_on_assoc_rsp()453 pPeerHTCap, sizeof(struct ht_capab_ele)); in ht_on_assoc_rsp()455 ht_set_connect_bw_mode(ieee, (enum ht_channel_width)(pPeerHTCap->chl_width), in ht_on_assoc_rsp()460 ht_info->cur_short_gi_20mhz = ((pPeerHTCap->short_gi_20mhz == 1) ? true : false); in ht_on_assoc_rsp()461 ht_info->cur_short_gi_40mhz = ((pPeerHTCap->short_gi_40mhz == 1) ? true : false); in ht_on_assoc_rsp()474 pPeerHTCap->max_rx_ampdu_factor; in ht_on_assoc_rsp()478 ht_info->current_ampdu_factor = min_t(u32, pPeerHTCap->max_rx_ampdu_factor, in ht_on_assoc_rsp()482 ht_info->current_mpdu_density = pPeerHTCap->mpdu_density; in ht_on_assoc_rsp()[all …]