Searched refs:ssid_cache (Results 1 – 1 of 1) sorted by relevance
20 static char ssid_cache[CONFIG_WIFI_CREDENTIALS_MAX_ENTRIES][WIFI_SSID_MAX_LEN]; variable36 if (strncmp(ssid, ssid_cache[i], ssid_len) == 0) { in lookup_idx()90 memcpy(ssid_cache[idx], buf->ssid, buf->ssid_len); in wifi_credentials_cache_ssid()364 cb(cb_arg, ssid_cache[i], ssid_cache_lengths[i]); in wifi_credentials_for_each_ssid()