Searched refs:profile_id (Results 1 – 4 of 4) sorted by relevance
| /hal_silabs-latest/wiseconnect/components/service/network_manager/src/ |
| D | sl_net_basic_profiles.c | 43 sl_net_profile_id_t profile_id, in sl_net_set_profile() argument 50 if (profile_id >= MAX_WIFI_CLIENT_PROFILES) { in sl_net_set_profile() 53 memcpy(&wifi_client_profiles[profile_id], in sl_net_set_profile() 59 if (profile_id >= MAX_WIFI_AP_PROFILES) { in sl_net_set_profile() 62 memcpy(&wifi_ap_profiles[profile_id], in sl_net_set_profile() 72 sl_status_t sl_net_get_profile(sl_net_interface_t interface, sl_net_profile_id_t profile_id, sl_net… in sl_net_get_profile() argument 80 if (profile_id >= MAX_WIFI_CLIENT_PROFILES) { in sl_net_get_profile() 83 memcpy(profile, &wifi_client_profiles[profile_id], sizeof(sl_net_wifi_client_profile_t)); in sl_net_get_profile() 87 if (profile_id >= MAX_WIFI_AP_PROFILES) { in sl_net_get_profile() 90 memcpy(profile, &wifi_ap_profiles[profile_id], sizeof(sl_net_wifi_ap_profile_t)); in sl_net_get_profile() [all …]
|
| D | sl_net.c | 120 sl_status_t sl_net_up(sl_net_interface_t interface, sl_net_profile_id_t profile_id) in sl_net_up() argument 125 return sl_net_wifi_client_up(interface, profile_id); in sl_net_up() 129 return sl_net_wifi_ap_up(interface, profile_id); in sl_net_up() 133 return sl_net_ethernet_up(interface, profile_id); in sl_net_up() 138 return sl_net_thread_up(interface, profile_id); in sl_net_up()
|
| /hal_silabs-latest/wiseconnect/components/service/network_manager/si91x/ |
| D | sl_net_si91x.c | 88 sl_status_t sl_net_wifi_client_up(sl_net_interface_t interface, sl_net_profile_id_t profile_id) in sl_net_wifi_client_up() argument 95 status = sl_net_get_profile(SL_NET_WIFI_CLIENT_INTERFACE, profile_id, &profile); in sl_net_wifi_client_up() 108 status = sl_net_set_profile(SL_NET_WIFI_CLIENT_INTERFACE, profile_id, &profile); in sl_net_wifi_client_up() 143 sl_status_t sl_net_wifi_ap_up(sl_net_interface_t interface, sl_net_profile_id_t profile_id) in sl_net_wifi_ap_up() argument 149 status = sl_net_get_profile(SL_NET_WIFI_AP_INTERFACE, profile_id, &profile); in sl_net_wifi_ap_up() 163 status = sl_net_set_profile(SL_NET_WIFI_AP_INTERFACE, profile_id, &profile); in sl_net_wifi_ap_up()
|
| /hal_silabs-latest/wiseconnect/components/service/network_manager/inc/ |
| D | sl_net.h | 139 sl_status_t sl_net_up(sl_net_interface_t interface, sl_net_profile_id_t profile_id); 529 sl_status_t sl_net_wifi_client_up(sl_net_interface_t interface, sl_net_profile_id_t profile_id); 576 sl_status_t sl_net_wifi_ap_up(sl_net_interface_t interface, sl_net_profile_id_t profile_id);
|