drivers: wifi: nxp: add cancel action wait ops

Add cancel action wait ops to cancel remain on channel after TX on
specific channel, in case we need to remain on another channel later.

Signed-off-by: Fengming Ye <frank.ye@nxp.com>
This commit is contained in:
Fengming Ye 2024-06-18 12:17:01 +09:00 committed by Benjamin Cabé
commit 9f9325bd96

View file

@ -1732,6 +1732,7 @@ static const struct zep_wpa_supp_dev_ops nxp_wifi_drv_ops = {
.dpp_listen = wifi_nxp_wpa_dpp_listen, .dpp_listen = wifi_nxp_wpa_dpp_listen,
.remain_on_channel = wifi_nxp_wpa_supp_remain_on_channel, .remain_on_channel = wifi_nxp_wpa_supp_remain_on_channel,
.cancel_remain_on_channel = wifi_nxp_wpa_supp_cancel_remain_on_channel, .cancel_remain_on_channel = wifi_nxp_wpa_supp_cancel_remain_on_channel,
.send_action_cancel_wait = wifi_nxp_wpa_supp_cancel_action_wait,
}; };
#endif #endif