Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_auth.h23 struct hostapd_sta_wpa_psk_short *psk;
35 void hostapd_free_psk_list(struct hostapd_sta_wpa_psk_short *psk);
37 void hostapd_copy_psk_list(struct hostapd_sta_wpa_psk_short **psk,
38 struct hostapd_sta_wpa_psk_short *src);
H A Dieee802_11_auth.c382 struct hostapd_sta_wpa_psk_short *psk; in decode_tunnel_passwords()
411 psk = os_zalloc(sizeof(struct hostapd_sta_wpa_psk_short)); in decode_tunnel_passwords()
625 void hostapd_copy_psk_list(struct hostapd_sta_wpa_psk_short **psk, in hostapd_copy_psk_list()
626 struct hostapd_sta_wpa_psk_short *src) in hostapd_copy_psk_list()
638 void hostapd_free_psk_list(struct hostapd_sta_wpa_psk_short *psk) in hostapd_free_psk_list()
647 struct hostapd_sta_wpa_psk_short *prev = psk; in hostapd_free_psk_list()
H A Dap_config.h150 struct hostapd_sta_wpa_psk_short { struct
151 struct hostapd_sta_wpa_psk_short *next; argument
H A Dsta_info.h204 struct hostapd_sta_wpa_psk_short *psk;
H A Dwpa_auth_glue.c384 struct hostapd_sta_wpa_psk_short *pos; in hostapd_wpa_auth_get_psk()
H A Dieee802_11.c2325 struct hostapd_sta_wpa_psk_short *psk = info->psk; in ieee802_11_set_radius_info()