Home
last modified time | relevance | path

Searched refs:pPeerHTInfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c511 struct ht_info_ele *pPeerHTInfo = NULL; in HTOnAssocRsp() local
530 pPeerHTInfo = (struct ht_info_ele *) in HTOnAssocRsp()
533 pPeerHTInfo = (struct ht_info_ele *)(ht_info->PeerHTInfoBuf); in HTOnAssocRsp()
540 (enum ht_extchnl_offset)(pPeerHTInfo->ExtChlOffset)); in HTOnAssocRsp()
541 ht_info->cur_tx_bw40mhz = ((pPeerHTInfo->RecommemdedTxWidth == 1) ? in HTOnAssocRsp()
616 ht_info->current_op_mode = pPeerHTInfo->OptMode; in HTOnAssocRsp()
762 struct ht_info_ele *pPeerHTInfo = in HT_update_self_and_peer_setting() local
767 ht_info->current_op_mode = pPeerHTInfo->OptMode; in HT_update_self_and_peer_setting()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c840 PHT_INFORMATION_ELE pPeerHTInfo = NULL; in HTOnAssocRsp() local
866 pPeerHTInfo = (PHT_INFORMATION_ELE)(&pHTInfo->PeerHTInfoBuf[4]); in HTOnAssocRsp()
868 pPeerHTInfo = (PHT_INFORMATION_ELE)(pHTInfo->PeerHTInfoBuf); in HTOnAssocRsp()
877 …_channel_width)(pPeerHTCap->ChlWidth), (enum ht_extension_chan_offset)(pPeerHTInfo->ExtChlOffset)); in HTOnAssocRsp()
879 pHTInfo->bCurTxBW40MHz = (pPeerHTInfo->RecommemdedTxWidth == 1); in HTOnAssocRsp()
1004 pHTInfo->CurrentOpMode = pPeerHTInfo->OptMode; in HTOnAssocRsp()
1188 PHT_INFORMATION_ELE pPeerHTInfo = (PHT_INFORMATION_ELE)pNetwork->bssht.bdHTInfoBuf; in HTUpdateSelfAndPeerSetting() local
1195 pHTInfo->CurrentOpMode = pPeerHTInfo->OptMode; in HTUpdateSelfAndPeerSetting()