Searched refs:peer_ht_cap_buf (Results 1 – 3 of 3) sorted by relevance
440 if (!memcmp(ht_info->peer_ht_cap_buf, EWC11NHTCap, sizeof(EWC11NHTCap))) in ht_on_assoc_rsp()441 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()521 memset((void *)(&ht_info->peer_ht_cap_buf), 0, in ht_initialize_ht_info()522 sizeof(ht_info->peer_ht_cap_buf)); in ht_initialize_ht_info()575 network->bssht.bd_ht_cap_len <= sizeof(ht_info->peer_ht_cap_buf)) in ht_reset_self_and_save_peer_setting()576 memcpy(ht_info->peer_ht_cap_buf, in ht_reset_self_and_save_peer_setting()
102 u8 peer_ht_cap_buf[32]; member
1607 memcpy(ieee->ht_info->peer_ht_cap_buf, in rtllib_rx_assoc_resp()
Completed in 10 milliseconds