Home
last modified time | relevance | path

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

/hostap-latest/src/rsn_supp/
Dpmksa_cache.c235 const u8 *cache_id) in pmksa_cache_add() argument
277 if (cache_id) { in pmksa_cache_add()
279 os_memcpy(entry->fils_cache_id, cache_id, FILS_CACHE_ID_LEN); in pmksa_cache_add()
588 const void *network_ctx, const u8 *cache_id) in pmksa_cache_get_fils_cache_id() argument
595 os_memcmp(cache_id, entry->fils_cache_id, in pmksa_cache_get_fils_cache_id()
915 const u8 *cache_id) in pmksa_cache_add() argument
Dwpa_i.h318 const u8 *cache_id, const u8 *pmk, in wpa_sm_add_pmkid() argument
324 cache_id, pmk, pmk_len, pmk_lifetime, in wpa_sm_add_pmkid()
330 const u8 *cache_id) in wpa_sm_remove_pmkid() argument
334 cache_id); in wpa_sm_remove_pmkid()
Dpmksa_cache.h87 const u8 *cache_id);
/hostap-latest/tests/hwsim/
Dwpasupplicant.py1352 cache_id = None
1354 [index, aa, pmkid, expiration, opportunistic, cache_id] = l.split(' ')
1359 if cache_id != None:
1360 vals['cache_id'] = cache_id
/hostap-latest/wpa_supplicant/
Dsme.c692 const u8 *cache_id = NULL; in sme_send_authentication() local
700 cache_id = wpa_bss_get_fils_cache_id(bss); in sme_send_authentication()
706 try_opportunistic, cache_id, in sme_send_authentication()
Dwpa_supplicant.c3362 const u8 *cache_id = NULL; in wpas_populate_assoc_ies() local
3370 cache_id = wpa_bss_get_fils_cache_id(bss); in wpas_populate_assoc_ies()
3374 cache_id, 0, false) == 0) { in wpas_populate_assoc_ies()
/hostap-latest/src/ap/
Dwpa_auth.c6882 const u8 *cache_id; member
6894 os_memcmp(a->conf.fils_cache_id, data->cache_id,
6911 idata.cache_id = wpa_auth->conf.fils_cache_id;