Deprecated List#
Member sl_wifi_configure_multicast_filter (sl_wifi_multicast_filter_info_t *multicast_filter_info) SL_DEPRECATED_API_WISECONNECT_4_1
Deprecated as of WiSeConnect SDK 4.1.0. Use sl_wifi_set_groupcast_filter_config and the multicast IP allowlist APIs (sl_wifi_allowlist_mcast_add_ip and related) as described in product documentation.
Member sl_wifi_filter_broadcast (uint16_t beacon_drop_threshold, uint8_t filter_bcast_in_tim, uint8_t filter_bcast_tim_till_next_cmd) SL_DEPRECATED_API_WISECONNECT_4_1
Deprecated as of WiSeConnect SDK 4.1.0. Use sl_wifi_set_groupcast_filter_config for broadcast/multicast filtering options and sl_wifi_set_beacon_drop_threshold for the beacon drop threshold; see product documentation for migration from TIM-related fields.
Member SL_WIFI_IGNORE_REGION
Member sl_wifi_target_wake_time_auto_selection (sl_wifi_twt_selection_t *twt_selection_req) SL_DEPRECATED_API_WISECONNECT_4_1
Use sl_wifi_target_wake_time_auto_selection_v2 with sl_wifi_twt_selection_v2_t instead. Internal TWT fields in sl_wifi_twt_selection_t are overwritten by the SDK with default values; only twt_enable, average_tx_throughput, tx_latency, and rx_latency are effective. This API is retained for backward compatibility.