Searched refs:c2h_ra_report_handler (Results 1 – 4 of 4) sorted by relevance
229 .c2h_ra_report_handler = rtl92ee_c2h_ra_report_handler,
278 .c2h_ra_report_handler = rtl8821ae_c2h_ra_report_handler,
2316 if (hal_ops->c2h_ra_report_handler) in rtl_c2h_content_parsing()2317 hal_ops->c2h_ra_report_handler(hw, cmd_buf, cmd_len); in rtl_c2h_content_parsing()
2315 void (*c2h_ra_report_handler)(struct ieee80211_hw *hw, member