Searched refs:has_psk (Results 1 – 3 of 3) sorted by relevance
38 int has_psk; member69 u8 *psk, int *has_psk) in hostapd_acl_cache_get() argument92 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() argument230 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()
22 u8 *psk, int *has_psk);
311 int has_psk = 0; in handle_auth() local375 psk, &has_psk); in handle_auth()414 if (has_psk && hapd->conf->wpa_psk_radius != PSK_RADIUS_IGNORED) { in handle_auth()