Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c38 int has_psk; member
69 u8 *psk, int *has_psk) in hostapd_acl_cache_get() argument
92 if (has_psk) in hostapd_acl_cache_get()
93 *has_psk = entry->has_psk; in hostapd_acl_cache_get()
222 u8 *psk, int *has_psk) in hostapd_allowed_address() argument
230 if (has_psk) in hostapd_allowed_address()
231 *has_psk = 0; in hostapd_allowed_address()
258 vlan_id, psk, has_psk); in hostapd_allowed_address()
477 cache->has_psk = passphrase != NULL; in hostapd_acl_recv_radius()
Dieee802_11_auth.h22 u8 *psk, int *has_psk);
Dieee802_11.c311 int has_psk = 0; in handle_auth() local
375 psk, &has_psk); in handle_auth()
414 if (has_psk && hapd->conf->wpa_psk_radius != PSK_RADIUS_IGNORED) { in handle_auth()