drivers: wifi: add support for fetching inactivity duration

In SAP mode, need to fetch the inactivity duration.

Signed-off-by: Gang Li <gang.li_1@nxp.com>
This commit is contained in:
Gang Li 2025-06-05 12:25:26 +02:00 committed by Benjamin Cabé
commit a5dd932314

View file

@ -2187,6 +2187,7 @@ static const struct zep_wpa_supp_dev_ops nxp_wifi_drv_ops = {
.sta_remove = wifi_nxp_hostapd_sta_remove,
.sta_add = wifi_nxp_hostapd_sta_add,
.do_acs = wifi_nxp_hostapd_do_acs,
.get_inact_sec = wifi_nxp_wpa_supp_sta_get_inact_sec,
#endif
.dpp_listen = wifi_nxp_wpa_dpp_listen,
.remain_on_channel = wifi_nxp_wpa_supp_remain_on_channel,