| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_phystatus.c | 95 struct phydm_phyinfo_struct *p_phy_info, in phydm_avg_phystatus_index() argument 105 p_dbg_statistic->rssi_cck_sum += p_phy_info->rx_mimo_signal_strength[0]; in phydm_avg_phystatus_index() 110 p_dbg_statistic->evm_ofdm_sum += p_phy_info->rx_mimo_evm_dbm[0]; in phydm_avg_phystatus_index() 113 p_dbg_statistic->snr_ofdm_sum += p_phy_info->rx_snr[0]; in phydm_avg_phystatus_index() 116 p_dbg_statistic->rssi_ofdm_sum += p_phy_info->rx_mimo_signal_strength[0]; in phydm_avg_phystatus_index() 121 p_dbg_statistic->evm_1ss_sum += p_phy_info->rx_mimo_evm_dbm[0]; in phydm_avg_phystatus_index() 124 p_dbg_statistic->snr_1ss_sum += p_phy_info->rx_snr[0]; in phydm_avg_phystatus_index() 126 p_dbg_statistic->rssi_1ss_sum += p_phy_info->rx_mimo_signal_strength[0]; in phydm_avg_phystatus_index() 131 p_dbg_statistic->evm_2ss_sum[0] += p_phy_info->rx_mimo_evm_dbm[0]; in phydm_avg_phystatus_index() 132 p_dbg_statistic->evm_2ss_sum[1] += p_phy_info->rx_mimo_evm_dbm[1]; in phydm_avg_phystatus_index() [all …]
|
| H A D | phydm_pathdiv.c | 474 struct phydm_phyinfo_struct *p_phy_info = (struct phydm_phyinfo_struct *)p_phy_info_void; in phydm_process_rssi_for_path_div() local 483 p_dm_path_div->path_a_sum_all += p_phy_info->rx_mimo_signal_strength[0]; in phydm_process_rssi_for_path_div() 486 p_dm_path_div->path_b_sum_all += p_phy_info->rx_mimo_signal_strength[1]; in phydm_process_rssi_for_path_div() 489 p_dm_path_div->path_c_sum_all += p_phy_info->rx_mimo_signal_strength[2]; in phydm_process_rssi_for_path_div() 492 p_dm_path_div->path_d_sum_all += p_phy_info->rx_mimo_signal_strength[3]; in phydm_process_rssi_for_path_div() 497 p_dm_path_div->path_a_sum[p_pktinfo->station_id] += p_phy_info->rx_mimo_signal_strength[0]; in phydm_process_rssi_for_path_div() 500 p_dm_path_div->path_b_sum[p_pktinfo->station_id] += p_phy_info->rx_mimo_signal_strength[1]; in phydm_process_rssi_for_path_div()
|
| H A D | phydm_antdiv.c | 3048 struct phydm_phyinfo_struct *p_phy_info = (struct phydm_phyinfo_struct *)p_phy_info_void; in odm_s0s1_sw_ant_div_by_ctrl_frame_process_rssi() local 3079 …odm_antsel_statistics_of_ctrl_frame(p_dm, p_dm_fat_table->antsel_rx_keep_0, p_phy_info->rx_mimo_si… in odm_s0s1_sw_ant_div_by_ctrl_frame_process_rssi() 3088 …odm_antsel_statistics_of_ctrl_frame(p_dm, p_dm_fat_table->antsel_rx_keep_0, p_phy_info->rx_pwdb_al… in odm_s0s1_sw_ant_div_by_ctrl_frame_process_rssi() 3970 struct phydm_phyinfo_struct *p_phy_info = (struct phydm_phyinfo_struct *)p_phy_info_void; in odm_antsel_statistics() local 4011 p_dm_fat_table->main_ant_evm_sum[mac_id] += ((p_phy_info->rx_mimo_evm_dbm[0])<<5); in odm_antsel_statistics() 4014 p_dm_fat_table->aux_ant_evm_sum[mac_id] += ((p_phy_info->rx_mimo_evm_dbm[0])<<5); in odm_antsel_statistics() 4022 p_dm_fat_table->main_ant_evm_2ss_sum[mac_id][0] += (p_phy_info->rx_mimo_evm_dbm[0]<<5); in odm_antsel_statistics() 4023 p_dm_fat_table->main_ant_evm_2ss_sum[mac_id][1] += (p_phy_info->rx_mimo_evm_dbm[1]<<5); in odm_antsel_statistics() 4028 p_dm_fat_table->aux_ant_evm_2ss_sum[mac_id][0] += (p_phy_info->rx_mimo_evm_dbm[0]<<5); in odm_antsel_statistics() 4029 p_dm_fat_table->aux_ant_evm_2ss_sum[mac_id][1] += (p_phy_info->rx_mimo_evm_dbm[1]<<5); in odm_antsel_statistics() [all …]
|
| H A D | phydm_smt_ant.c | 1169 struct phydm_phyinfo_struct *p_phy_info = (struct phydm_phyinfo_struct *)p_phy_info_void; in phydm_process_rssi_for_hb_smtant_type2() local 1176 u8 rx_power_ant0 = p_phy_info->rx_mimo_signal_strength[0]; in phydm_process_rssi_for_hb_smtant_type2() 1177 u8 rx_power_ant1 = p_phy_info->rx_mimo_signal_strength[1]; in phydm_process_rssi_for_hb_smtant_type2() 1178 u8 rx_evm_ant0 = p_phy_info->rx_mimo_evm_dbm[0]; in phydm_process_rssi_for_hb_smtant_type2() 1179 u8 rx_evm_ant1 = p_phy_info->rx_mimo_evm_dbm[1]; in phydm_process_rssi_for_hb_smtant_type2()
|
| H A D | phydm_dynamic_rx_path.c | 32 struct phydm_phyinfo_struct *p_phy_info = (struct phydm_phyinfo_struct *)p_phy_info_void; in phydm_process_phy_status_for_dynamic_rx_path() local
|
| H A D | phydm_phystatus.h | 994 struct phydm_phyinfo_struct *p_phy_info 1053 struct phydm_phyinfo_struct *p_phy_info,
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | rtl8723bs_recv.c | 83 struct odm_phy_info *p_phy_info = in update_recvframe_phyinfo() local 136 ODM_PhyStatusQuery(&p_hal_data->odmpriv, p_phy_info, in update_recvframe_phyinfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_com.c | 10619 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rtw_store_phy_info() local 10630 psample_pkt_rssi->pwdball = p_phy_info->rx_pwdb_all; in rtw_store_phy_info() 10631 psample_pkt_rssi->pwr_all = p_phy_info->recv_signal_power; in rtw_store_phy_info() 10634 psample_pkt_rssi->mimo_signal_strength[rf_path] = p_phy_info->rx_mimo_signal_strength[rf_path]; in rtw_store_phy_info() 10635 psample_pkt_rssi->mimo_signal_quality[rf_path] = p_phy_info->rx_mimo_signal_quality[rf_path]; in rtw_store_phy_info() 10637 psample_pkt_rssi->ofdm_pwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info() 10638 psample_pkt_rssi->ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 10655 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (p_phy_info->rx_mimo_signal_strength[rf_path… in rtw_store_phy_info() 10658 psta_dframe_info->sta_ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 10659 psta_dframe_info->sta_RxPwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_recv.c | 4369 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rx_query_phy_status() local 4444 odm_phy_status_query(&pHalData->odmpriv, p_phy_info, pphy_status, &pkt_info); in rx_query_phy_status() 4448 pattrib->bw = p_phy_info->band_width; in rx_query_phy_status() 4450 if (p_phy_info->physts_rpt_valid == _TRUE) { in rx_query_phy_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_recv.c | 4662 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rx_query_phy_status() local 4739 odm_phy_status_query(&pHalData->odmpriv, p_phy_info, pphy_status, &pkt_info); in rx_query_phy_status() 4743 pattrib->bw = p_phy_info->band_width; in rx_query_phy_status() 4745 if (p_phy_info->physts_rpt_valid == _TRUE) { in rx_query_phy_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_recv.c | 4662 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rx_query_phy_status() local 4739 odm_phy_status_query(&pHalData->odmpriv, p_phy_info, pphy_status, &pkt_info); in rx_query_phy_status() 4743 pattrib->bw = p_phy_info->band_width; in rx_query_phy_status() 4745 if (p_phy_info->physts_rpt_valid == _TRUE) { in rx_query_phy_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_recv.c | 4596 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rx_query_phy_status() local 4673 odm_phy_status_query(&pHalData->odmpriv, p_phy_info, pphy_status, &pkt_info); in rx_query_phy_status() 4677 pattrib->bw = p_phy_info->band_width; in rx_query_phy_status() 4679 if (p_phy_info->physts_rpt_valid == _TRUE) { in rx_query_phy_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_recv.c | 4589 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rx_query_phy_status() local 4666 odm_phy_status_query(&pHalData->odmpriv, p_phy_info, pphy_status, &pkt_info); in rx_query_phy_status() 4670 pattrib->bw = p_phy_info->band_width; in rx_query_phy_status() 4672 if (p_phy_info->physts_rpt_valid == _TRUE) { in rx_query_phy_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_recv.c | 4403 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rx_query_phy_status() local 4480 odm_phy_status_query(&pHalData->odmpriv, p_phy_info, pphy_status, &pkt_info); in rx_query_phy_status() 4484 pattrib->bw = p_phy_info->band_width; in rx_query_phy_status() 4486 if (p_phy_info->physts_rpt_valid == _TRUE) { in rx_query_phy_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_recv.c | 4404 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rx_query_phy_status() local 4481 odm_phy_status_query(&pHalData->odmpriv, p_phy_info, pphy_status, &pkt_info); in rx_query_phy_status() 4485 pattrib->bw = p_phy_info->band_width; in rx_query_phy_status() 4487 if (p_phy_info->physts_rpt_valid == _TRUE) { in rx_query_phy_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_recv.c | 4606 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rx_query_phy_status() local 4683 odm_phy_status_query(&pHalData->odmpriv, p_phy_info, pphy_status, &pkt_info); in rx_query_phy_status() 4687 pattrib->bw = p_phy_info->band_width; in rx_query_phy_status() 4689 if (p_phy_info->physts_rpt_valid == _TRUE) { in rx_query_phy_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/ |
| H A D | hal_com.c | 12925 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rtw_store_phy_info() local 12936 psample_pkt_rssi->pwdball = p_phy_info->rx_pwdb_all; in rtw_store_phy_info() 12937 psample_pkt_rssi->pwr_all = p_phy_info->recv_signal_power; in rtw_store_phy_info() 12940 psample_pkt_rssi->mimo_signal_strength[rf_path] = p_phy_info->rx_mimo_signal_strength[rf_path]; in rtw_store_phy_info() 12941 psample_pkt_rssi->mimo_signal_quality[rf_path] = p_phy_info->rx_mimo_signal_quality[rf_path]; in rtw_store_phy_info() 12943 psample_pkt_rssi->ofdm_pwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info() 12944 psample_pkt_rssi->ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 12964 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (p_phy_info->rx_mimo_signal_strength[rf_path… in rtw_store_phy_info() 12967 psta_dframe_info->sta_ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 12968 psta_dframe_info->sta_RxPwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com.c | 13362 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rtw_store_phy_info() local 13373 psample_pkt_rssi->pwdball = p_phy_info->rx_pwdb_all; in rtw_store_phy_info() 13374 psample_pkt_rssi->pwr_all = p_phy_info->recv_signal_power; in rtw_store_phy_info() 13377 psample_pkt_rssi->mimo_signal_strength[rf_path] = p_phy_info->rx_mimo_signal_strength[rf_path]; in rtw_store_phy_info() 13378 psample_pkt_rssi->mimo_signal_quality[rf_path] = p_phy_info->rx_mimo_signal_quality[rf_path]; in rtw_store_phy_info() 13380 psample_pkt_rssi->ofdm_pwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info() 13381 psample_pkt_rssi->ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13401 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (p_phy_info->rx_mimo_signal_strength[rf_path… in rtw_store_phy_info() 13404 psta_dframe_info->sta_ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13405 psta_dframe_info->sta_RxPwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_com.c | 13566 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rtw_store_phy_info() local 13577 psample_pkt_rssi->pwdball = p_phy_info->rx_pwdb_all; in rtw_store_phy_info() 13578 psample_pkt_rssi->pwr_all = p_phy_info->recv_signal_power; in rtw_store_phy_info() 13581 psample_pkt_rssi->mimo_signal_strength[rf_path] = p_phy_info->rx_mimo_signal_strength[rf_path]; in rtw_store_phy_info() 13582 psample_pkt_rssi->mimo_signal_quality[rf_path] = p_phy_info->rx_mimo_signal_quality[rf_path]; in rtw_store_phy_info() 13584 psample_pkt_rssi->ofdm_pwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info() 13585 psample_pkt_rssi->ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13605 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (p_phy_info->rx_mimo_signal_strength[rf_path… in rtw_store_phy_info() 13608 psta_dframe_info->sta_ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13609 psta_dframe_info->sta_RxPwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/ |
| H A D | hal_com.c | 13182 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rtw_store_phy_info() local 13193 psample_pkt_rssi->pwdball = p_phy_info->rx_pwdb_all; in rtw_store_phy_info() 13194 psample_pkt_rssi->pwr_all = p_phy_info->recv_signal_power; in rtw_store_phy_info() 13197 psample_pkt_rssi->mimo_signal_strength[rf_path] = p_phy_info->rx_mimo_signal_strength[rf_path]; in rtw_store_phy_info() 13198 psample_pkt_rssi->mimo_signal_quality[rf_path] = p_phy_info->rx_mimo_signal_quality[rf_path]; in rtw_store_phy_info() 13200 psample_pkt_rssi->ofdm_pwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info() 13201 psample_pkt_rssi->ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13221 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (p_phy_info->rx_mimo_signal_strength[rf_path… in rtw_store_phy_info() 13224 psta_dframe_info->sta_ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13225 psta_dframe_info->sta_RxPwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/ |
| H A D | hal_com.c | 13173 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rtw_store_phy_info() local 13184 psample_pkt_rssi->pwdball = p_phy_info->rx_pwdb_all; in rtw_store_phy_info() 13185 psample_pkt_rssi->pwr_all = p_phy_info->recv_signal_power; in rtw_store_phy_info() 13188 psample_pkt_rssi->mimo_signal_strength[rf_path] = p_phy_info->rx_mimo_signal_strength[rf_path]; in rtw_store_phy_info() 13189 psample_pkt_rssi->mimo_signal_quality[rf_path] = p_phy_info->rx_mimo_signal_quality[rf_path]; in rtw_store_phy_info() 13191 psample_pkt_rssi->ofdm_pwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info() 13192 psample_pkt_rssi->ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13212 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (p_phy_info->rx_mimo_signal_strength[rf_path… in rtw_store_phy_info() 13215 psta_dframe_info->sta_ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13216 psta_dframe_info->sta_RxPwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_com.c | 13529 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rtw_store_phy_info() local 13540 psample_pkt_rssi->pwdball = p_phy_info->rx_pwdb_all; in rtw_store_phy_info() 13541 psample_pkt_rssi->pwr_all = p_phy_info->recv_signal_power; in rtw_store_phy_info() 13544 psample_pkt_rssi->mimo_signal_strength[rf_path] = p_phy_info->rx_mimo_signal_strength[rf_path]; in rtw_store_phy_info() 13545 psample_pkt_rssi->mimo_signal_quality[rf_path] = p_phy_info->rx_mimo_signal_quality[rf_path]; in rtw_store_phy_info() 13547 psample_pkt_rssi->ofdm_pwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info() 13548 psample_pkt_rssi->ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13568 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (p_phy_info->rx_mimo_signal_strength[rf_path… in rtw_store_phy_info() 13571 psta_dframe_info->sta_ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13572 psta_dframe_info->sta_RxPwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_com.c | 13573 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rtw_store_phy_info() local 13584 psample_pkt_rssi->pwdball = p_phy_info->rx_pwdb_all; in rtw_store_phy_info() 13585 psample_pkt_rssi->pwr_all = p_phy_info->recv_signal_power; in rtw_store_phy_info() 13588 psample_pkt_rssi->mimo_signal_strength[rf_path] = p_phy_info->rx_mimo_signal_strength[rf_path]; in rtw_store_phy_info() 13589 psample_pkt_rssi->mimo_signal_quality[rf_path] = p_phy_info->rx_mimo_signal_quality[rf_path]; in rtw_store_phy_info() 13591 psample_pkt_rssi->ofdm_pwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info() 13592 psample_pkt_rssi->ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13612 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (p_phy_info->rx_mimo_signal_strength[rf_path… in rtw_store_phy_info() 13615 psta_dframe_info->sta_ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 13616 psta_dframe_info->sta_RxPwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_com.c | 14262 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rtw_store_phy_info() local 14273 psample_pkt_rssi->pwdball = p_phy_info->rx_pwdb_all; in rtw_store_phy_info() 14274 psample_pkt_rssi->pwr_all = p_phy_info->recv_signal_power; in rtw_store_phy_info() 14277 psample_pkt_rssi->mimo_signal_strength[rf_path] = p_phy_info->rx_mimo_signal_strength[rf_path]; in rtw_store_phy_info() 14278 psample_pkt_rssi->mimo_signal_quality[rf_path] = p_phy_info->rx_mimo_signal_quality[rf_path]; in rtw_store_phy_info() 14280 psample_pkt_rssi->ofdm_pwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info() 14281 psample_pkt_rssi->ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 14301 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (p_phy_info->rx_mimo_signal_strength[rf_path… in rtw_store_phy_info() 14304 psta_dframe_info->sta_ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 14305 psta_dframe_info->sta_RxPwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_com.c | 14585 struct phydm_phyinfo_struct *p_phy_info = &pattrib->phy_info; in rtw_store_phy_info() local 14596 psample_pkt_rssi->pwdball = p_phy_info->rx_pwdb_all; in rtw_store_phy_info() 14597 psample_pkt_rssi->pwr_all = p_phy_info->recv_signal_power; in rtw_store_phy_info() 14600 psample_pkt_rssi->mimo_signal_strength[rf_path] = p_phy_info->rx_mimo_signal_strength[rf_path]; in rtw_store_phy_info() 14601 psample_pkt_rssi->mimo_signal_quality[rf_path] = p_phy_info->rx_mimo_signal_quality[rf_path]; in rtw_store_phy_info() 14603 psample_pkt_rssi->ofdm_pwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info() 14604 psample_pkt_rssi->ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 14624 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (p_phy_info->rx_mimo_signal_strength[rf_path… in rtw_store_phy_info() 14627 psta_dframe_info->sta_ofdm_snr[rf_path] = p_phy_info->rx_snr[rf_path]; in rtw_store_phy_info() 14628 psta_dframe_info->sta_RxPwr[rf_path] = p_phy_info->rx_pwr[rf_path]; in rtw_store_phy_info()
|