Home
last modified time | relevance | path

Searched refs:MAX_WIFI_CLIENT_PROFILES (Results 1 – 1 of 1) sorted by relevance

/hal_silabs-latest/wiseconnect/components/service/network_manager/src/
Dsl_net_basic_profiles.c36 #define MAX_WIFI_CLIENT_PROFILES 2 macro
39 static sl_net_wifi_client_profile_t wifi_client_profiles[MAX_WIFI_CLIENT_PROFILES] = { 0 };
50 if (profile_id >= MAX_WIFI_CLIENT_PROFILES) { in sl_net_set_profile()
80 if (profile_id >= MAX_WIFI_CLIENT_PROFILES) { in sl_net_get_profile()
105 if (profile_id >= MAX_WIFI_CLIENT_PROFILES) { in sl_net_delete_profile()