Skip to content

Commit a5dd932

Browse files
gangli02kartben
authored andcommitted
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>
1 parent ba4b981 commit a5dd932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/nxp/nxp_wifi_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,6 +2187,7 @@ static const struct zep_wpa_supp_dev_ops nxp_wifi_drv_ops = {
21872187
.sta_remove = wifi_nxp_hostapd_sta_remove,
21882188
.sta_add = wifi_nxp_hostapd_sta_add,
21892189
.do_acs = wifi_nxp_hostapd_do_acs,
2190+
.get_inact_sec = wifi_nxp_wpa_supp_sta_get_inact_sec,
21902191
#endif
21912192
.dpp_listen = wifi_nxp_wpa_dpp_listen,
21922193
.remain_on_channel = wifi_nxp_wpa_supp_remain_on_channel,

0 commit comments

Comments
 (0)