Searched defs:wcn36xx_hal_rssi_notification_ind_msg (Results 1 – 1 of 1) sorted by relevance
3845 struct wcn36xx_hal_rssi_notification_ind_msg { struct3846 struct wcn36xx_hal_msg_header header;3848 u32 rssi_thres1_pos_cross:1;3849 u32 rssi_thres1_neg_cross:1;3850 u32 rssi_thres2_pos_cross:1;3851 u32 rssi_thres2_neg_cross:1;3852 u32 rssi_thres3_pos_cross:1;3853 u32 rssi_thres3_neg_cross:1;3854 u32 avg_rssi:8;3855 u32 reserved:18;