Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDieee802_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()
235 struct hostapd_sta_wpa_psk_short **psk, in hostapd_allowed_address()
424 struct hostapd_sta_wpa_psk_short *psk; in decode_tunnel_passwords()
[all …]
HDieee802_11_auth.h22 struct hostapd_sta_wpa_psk_short **psk,
26 void hostapd_free_psk_list(struct hostapd_sta_wpa_psk_short *psk);
HDap_config.h127 struct hostapd_sta_wpa_psk_short { struct
128 struct hostapd_sta_wpa_psk_short *next; argument
HDsta_info.h123 struct hostapd_sta_wpa_psk_short *psk;
HDwpa_auth_glue.c246 struct hostapd_sta_wpa_psk_short *pos; in hostapd_wpa_auth_get_psk()
HDieee802_11.c890 struct hostapd_sta_wpa_psk_short *psk = NULL; in handle_auth()