Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/service/network_manager/src/
Dsl_net_basic_profiles.c37 #define MAX_WIFI_AP_PROFILES 2 macro
40 static sl_net_wifi_ap_profile_t wifi_ap_profiles[MAX_WIFI_AP_PROFILES] = { 0 };
59 if (profile_id >= MAX_WIFI_AP_PROFILES) { in sl_net_set_profile()
87 if (profile_id >= MAX_WIFI_AP_PROFILES) { in sl_net_get_profile()
112 if (profile_id >= MAX_WIFI_AP_PROFILES) { in sl_net_delete_profile()