We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4b981 commit a5dd932Copy full SHA for a5dd932
drivers/wifi/nxp/nxp_wifi_drv.c
@@ -2187,6 +2187,7 @@ static const struct zep_wpa_supp_dev_ops nxp_wifi_drv_ops = {
2187
.sta_remove = wifi_nxp_hostapd_sta_remove,
2188
.sta_add = wifi_nxp_hostapd_sta_add,
2189
.do_acs = wifi_nxp_hostapd_do_acs,
2190
+ .get_inact_sec = wifi_nxp_wpa_supp_sta_get_inact_sec,
2191
#endif
2192
.dpp_listen = wifi_nxp_wpa_dpp_listen,
2193
.remain_on_channel = wifi_nxp_wpa_supp_remain_on_channel,
0 commit comments