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:
parent
371ca13c6d
commit
9f9325bd96
1 changed files with 1 additions and 0 deletions
|
@ -1732,6 +1732,7 @@ static const struct zep_wpa_supp_dev_ops nxp_wifi_drv_ops = {
|
|||
.dpp_listen = wifi_nxp_wpa_dpp_listen,
|
||||
.remain_on_channel = wifi_nxp_wpa_supp_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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue