Searched refs:has_psk (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.h22 u8 *psk, int *has_psk, char **identity,
H A Dieee802_11_auth.c39 int has_psk; member in struct:hostapd_cached_radius_acl
80 u8 *psk, int *has_psk, char **identity,
104 if (has_psk)
105 *has_psk = entry->has_psk;
204 * @has_psk: Buffer for indicating whether psk was filled
215 u8 *psk, int *has_psk, char **identity,
224 if (has_psk)
225 *has_psk = 0;
256 vlan_id, psk, has_psk,
77 hostapd_acl_cache_get(struct hostapd_data *hapd, const u8 *addr, u32 *session_timeout, u32 *acct_interim_interval, int *vlan_id, u8 *psk, int *has_psk, char **identity, char **radius_cui) argument
212 hostapd_allowed_address(struct hostapd_data *hapd, const u8 *addr, const u8 *msg, size_t len, u32 *session_timeout, u32 *acct_interim_interval, int *vlan_id, u8 *psk, int *has_psk, char **identity, char **radius_cui) argument
[all...]
H A Dieee802_11.c311 int has_psk = 0; local
377 psk, &has_psk, &identity, &radius_cui);
416 if (has_psk && hapd->conf->wpa_psk_radius != PSK_RADIUS_IGNORED) {
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.h22 u8 *psk, int *has_psk, char **identity,
H A Dieee802_11_auth.c39 int has_psk; member in struct:hostapd_cached_radius_acl
80 u8 *psk, int *has_psk, char **identity,
104 if (has_psk)
105 *has_psk = entry->has_psk;
204 * @has_psk: Buffer for indicating whether psk was filled
215 u8 *psk, int *has_psk, char **identity,
224 if (has_psk)
225 *has_psk = 0;
256 vlan_id, psk, has_psk,
77 hostapd_acl_cache_get(struct hostapd_data *hapd, const u8 *addr, u32 *session_timeout, u32 *acct_interim_interval, int *vlan_id, u8 *psk, int *has_psk, char **identity, char **radius_cui) argument
212 hostapd_allowed_address(struct hostapd_data *hapd, const u8 *addr, const u8 *msg, size_t len, u32 *session_timeout, u32 *acct_interim_interval, int *vlan_id, u8 *psk, int *has_psk, char **identity, char **radius_cui) argument
[all...]
H A Dieee802_11.c311 int has_psk = 0; local
377 psk, &has_psk, &identity, &radius_cui);
416 if (has_psk && hapd->conf->wpa_psk_radius != PSK_RADIUS_IGNORED) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_auth.h22 u8 *psk, int *has_psk, char **identity,
H A Dieee802_11_auth.c39 int has_psk; member in struct:hostapd_cached_radius_acl
80 u8 *psk, int *has_psk, char **identity,
104 if (has_psk)
105 *has_psk = entry->has_psk;
204 * @has_psk: Buffer for indicating whether psk was filled
215 u8 *psk, int *has_psk, char **identity,
224 if (has_psk)
225 *has_psk = 0;
256 vlan_id, psk, has_psk,
77 hostapd_acl_cache_get(struct hostapd_data *hapd, const u8 *addr, u32 *session_timeout, u32 *acct_interim_interval, int *vlan_id, u8 *psk, int *has_psk, char **identity, char **radius_cui) argument
212 hostapd_allowed_address(struct hostapd_data *hapd, const u8 *addr, const u8 *msg, size_t len, u32 *session_timeout, u32 *acct_interim_interval, int *vlan_id, u8 *psk, int *has_psk, char **identity, char **radius_cui) argument
[all...]
H A Dieee802_11.c311 int has_psk = 0; local
377 psk, &has_psk, &identity, &radius_cui);
416 if (has_psk && hapd->conf->wpa_psk_radius != PSK_RADIUS_IGNORED) {

Completed in 128 milliseconds