Home
last modified time | relevance | path

Searched refs:hostapd_sta_wpa_psk_short (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/ap/
Dieee802_11_auth.c39 struct hostapd_sta_wpa_psk_short *psk;
77 static void copy_psk_list(struct hostapd_sta_wpa_psk_short **psk, in copy_psk_list()
78 struct hostapd_sta_wpa_psk_short *src) in copy_psk_list()
80 struct hostapd_sta_wpa_psk_short **copy_to; in copy_psk_list()
81 struct hostapd_sta_wpa_psk_short *copy_from; in copy_psk_list()
87 *copy_to = os_zalloc(sizeof(struct hostapd_sta_wpa_psk_short)); in copy_psk_list()
91 sizeof(struct hostapd_sta_wpa_psk_short)); in copy_psk_list()
103 struct hostapd_sta_wpa_psk_short **psk, in hostapd_acl_cache_get()
234 struct hostapd_sta_wpa_psk_short **psk, in hostapd_allowed_address()
426 struct hostapd_sta_wpa_psk_short *psk; in decode_tunnel_passwords()
[all …]
Dieee802_11_auth.h22 struct hostapd_sta_wpa_psk_short **psk,
26 void hostapd_free_psk_list(struct hostapd_sta_wpa_psk_short *psk);
Dap_config.h100 struct hostapd_sta_wpa_psk_short { struct
101 struct hostapd_sta_wpa_psk_short *next; argument
Dsta_info.h99 struct hostapd_sta_wpa_psk_short *psk;
Dwpa_auth_glue.c194 struct hostapd_sta_wpa_psk_short *pos; in hostapd_wpa_auth_get_psk()
Dieee802_11.c465 struct hostapd_sta_wpa_psk_short *psk = NULL; in handle_auth()