@@ -133,8 +133,6 @@ enum net_request_wifi_cmd {
133133 NET_REQUEST_WIFI_CMD_CANDIDATE_SCAN ,
134134 /** AP WPS config */
135135 NET_REQUEST_WIFI_CMD_AP_WPS_CONFIG ,
136- /** Configure BSS maximum idle period */
137- NET_REQUEST_WIFI_CMD_BSS_MAX_IDLE_PERIOD ,
138136 /** @cond INTERNAL_HIDDEN */
139137 NET_REQUEST_WIFI_CMD_MAX
140138 /** @endcond */
@@ -319,11 +317,6 @@ NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_WIFI_START_ROAMING);
319317
320318NET_MGMT_DEFINE_REQUEST_HANDLER (NET_REQUEST_WIFI_NEIGHBOR_REP_COMPLETE );
321319
322- #define NET_REQUEST_WIFI_BSS_MAX_IDLE_PERIOD \
323- (NET_WIFI_BASE | NET_REQUEST_WIFI_CMD_BSS_MAX_IDLE_PERIOD)
324-
325- NET_MGMT_DEFINE_REQUEST_HANDLER (NET_REQUEST_WIFI_BSS_MAX_IDLE_PERIOD );
326-
327320/** @brief Wi-Fi management events */
328321enum net_event_wifi_cmd {
329322 /** Scan results available */
@@ -1566,15 +1559,6 @@ struct wifi_mgmt_ops {
15661559 * @return 0 if ok, < 0 if error
15671560 */
15681561 int (* start_11r_roaming )(const struct device * dev );
1569- /** Set BSS max idle period
1570- *
1571- * @param dev Pointer to the device structure for the driver instance.
1572- * @param BSS max idle period value
1573- *
1574- * @return 0 if ok, < 0 if error
1575- */
1576- int (* set_bss_max_idle_period )(const struct device * dev ,
1577- unsigned short bss_max_idle_period );
15781562};
15791563
15801564/** Wi-Fi management offload API */
0 commit comments