Searched defs:rtw_rssi_info (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_def.h | 598 struct rtw_rssi_info { struct 599 u8 rssi; /* u(8,1), hal-bb provide, read only : 0~110 (dBm = rssi -110) */ 600 u16 rssi_ma; /* u(16,5), hal-bb provide, read only : u16 U(12,4)*/ 601 u16 rssi_ma_path[4]; 602 u16 pkt_cnt_data; 603 u8 rssi_bcn; /* u(8,1), beacon RSSI, hal-bb provide, read only : 0~110 (dBm = rssi -110) */ 604 u16 rssi_bcn_ma; /* u(16,5), beacon RSSI, hal-bb provide, read only*/ 605 u16 rssi_bcn_ma_path[4]; 606 u16 pkt_cnt_bcn; 607 u8 ma_factor:4; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_def.h | 599 struct rtw_rssi_info { struct 600 u8 rssi; /* u(8,1), hal-bb provide, read only : 0~110 (dBm = rssi -110) */ 601 u16 rssi_ma; /* u(16,5), hal-bb provide, read only : u16 U(12,4)*/ 602 u16 rssi_ma_path[4]; 603 u16 pkt_cnt_data; 604 u8 rssi_bcn; /* u(8,1), beacon RSSI, hal-bb provide, read only : 0~110 (dBm = rssi -110) */ 605 u16 rssi_bcn_ma; /* u(16,5), beacon RSSI, hal-bb provide, read only*/ 606 u16 rssi_bcn_ma_path[4]; 607 u16 pkt_cnt_bcn; 608 u8 ma_factor:4; [all …]
|