Searched refs:opportunistic (Results 1 – 13 of 13) sorted by relevance
/hostap-3.6.0/src/ap/ |
D | pmksa_cache_auth.c | 409 entry->opportunistic = 1; in pmksa_cache_add_okc() 431 entry->opportunistic = 1; in pmksa_cache_add_okc() 661 entry->opportunistic); in pmksa_cache_auth_list()
|
D | pmksa_cache_auth.h | 32 int opportunistic; member
|
/hostap-3.6.0/src/rsn_supp/ |
D | pmksa_cache.c | 255 if (!pos->opportunistic) in pmksa_cache_add_entry() 441 new_entry->opportunistic = 1; in pmksa_cache_clone_entry() 660 entry->opportunistic); in pmksa_cache_list()
|
D | preauth.c | 334 (p == NULL || p->opportunistic)) { in rsn_preauth_candidate_process() 494 if (pmksa && (!pmksa->opportunistic || in rsn_preauth_scan_result()
|
D | pmksa_cache.h | 45 int opportunistic; member
|
D | wpa.c | 883 if (sm->cur_pmksa && sm->cur_pmksa->opportunistic) { in wpa_supplicant_key_neg_complete() 887 sm->cur_pmksa->opportunistic = 0; in wpa_supplicant_key_neg_complete()
|
/hostap-3.6.0/tests/hwsim/ |
D | hostapd.py | 408 [index, aa, pmkid, expiration, opportunistic] = l.split(' ') 412 vals['opportunistic'] = opportunistic
|
D | wpasupplicant.py | 1326 [index, aa, pmkid, expiration, opportunistic] = l.split(' ') 1329 [index, aa, pmkid, expiration, opportunistic, cache_id] = l.split(' ') 1333 vals['opportunistic'] = opportunistic
|
/hostap-3.6.0/doc/ |
D | ctrl_iface.doxygen | 168 Index / AA / PMKID / expiration (in seconds) / opportunistic
|
D | dbus.doxygen | 993 <p>Whether to enable opportunistic key caching by default</p>
|
/hostap-3.6.0/wpa_supplicant/ |
D | ChangeLog | 1411 * fixed opportunistic key caching (proactive_key_caching) 2105 * added support for opportunistic WPA2 PMKSA key caching (disabled by
|
D | ctrl_iface.c | 10500 entry->opportunistic); in wpas_ctrl_iface_pmksa_get() 10586 &entry->akmp, &entry->opportunistic) != 4) in wpas_ctrl_iface_pmksa_add()
|
/hostap-3.6.0/hostapd/ |
D | ChangeLog | 845 * added support for opportunistic key caching (OKC)
|