Home
last modified time | relevance | path

Searched refs:peer_ht_info_buf (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/staging/rtl8192e/
Drtl819x_HTProc.c445 if (!memcmp(ht_info->peer_ht_info_buf, EWC11NHTInfo, sizeof(EWC11NHTInfo))) in ht_on_assoc_rsp()
447 (&ht_info->peer_ht_info_buf[4]); in ht_on_assoc_rsp()
449 pPeerHTInfo = (struct ht_info_ele *)(ht_info->peer_ht_info_buf); in ht_on_assoc_rsp()
523 memset((void *)(&ht_info->peer_ht_info_buf), 0, in ht_initialize_ht_info()
524 sizeof(ht_info->peer_ht_info_buf)); in ht_initialize_ht_info()
582 sizeof(ht_info->peer_ht_info_buf)) in ht_reset_self_and_save_peer_setting()
583 memcpy(ht_info->peer_ht_info_buf, in ht_reset_self_and_save_peer_setting()
Drtl819x_HT.h103 u8 peer_ht_info_buf[32]; member
Drtllib_softmac.c1610 memcpy(ieee->ht_info->peer_ht_info_buf, in rtllib_rx_assoc_resp()