Searched refs:c2h_ra_report_handler (Results 1 – 4 of 4) sorted by relevance
230 .c2h_ra_report_handler = rtl92ee_c2h_ra_report_handler,
279 .c2h_ra_report_handler = rtl8821ae_c2h_ra_report_handler,
2311 if (hal_ops->c2h_ra_report_handler) in rtl_c2h_content_parsing()2312 hal_ops->c2h_ra_report_handler(hw, cmd_buf, cmd_len); in rtl_c2h_content_parsing()
2330 void (*c2h_ra_report_handler)(struct ieee80211_hw *hw, member