Home
last modified time | relevance | path

Searched refs:c2h_ra_report_handler (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dsw.c229 .c2h_ra_report_handler = rtl92ee_c2h_ra_report_handler,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dsw.c278 .c2h_ra_report_handler = rtl8821ae_c2h_ra_report_handler,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c2316 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()
H A Dwifi.h2315 void (*c2h_ra_report_handler)(struct ieee80211_hw *hw, member