Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials.c21 static size_t ssid_cache_lengths[CONFIG_WIFI_CREDENTIALS_MAX_ENTRIES]; variable
32 if (ssid_len != ssid_cache_lengths[i]) { in lookup_idx()
52 return ssid_cache_lengths[idx] != 0; in is_entry_used()
91 ssid_cache_lengths[idx] = buf->ssid_len; in wifi_credentials_cache_ssid()
101 ssid_cache_lengths[idx] = 0; in wifi_credentials_uncache_ssid()
364 cb(cb_arg, ssid_cache[i], ssid_cache_lengths[i]); in wifi_credentials_for_each_ssid()