Searched refs:sl_net_wifi_ap_profile_t (Results 1 – 4 of 4) sorted by relevance
40 static sl_net_wifi_ap_profile_t wifi_ap_profiles[MAX_WIFI_AP_PROFILES] = { 0 };63 (const sl_net_wifi_ap_profile_t *)profile, in sl_net_set_profile()64 sizeof(sl_net_wifi_ap_profile_t)); in sl_net_set_profile()90 memcpy(profile, &wifi_ap_profiles[profile_id], sizeof(sl_net_wifi_ap_profile_t)); in sl_net_get_profile()115 memset(&wifi_ap_profiles[profile_id], 0, sizeof(sl_net_wifi_ap_profile_t)); in sl_net_delete_profile()
60 } sl_net_wifi_ap_profile_t; typedef
114 (sl_net_wifi_ap_profile_t) \
147 sl_net_wifi_ap_profile_t profile; in sl_net_wifi_ap_up()