Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
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);
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()
Dap_config.h150 struct hostapd_sta_wpa_psk_short { struct
151 struct hostapd_sta_wpa_psk_short *next; argument
Dsta_info.h204 struct hostapd_sta_wpa_psk_short *psk;
Dwpa_auth_glue.c384 struct hostapd_sta_wpa_psk_short *pos; in hostapd_wpa_auth_get_psk()
Dieee802_11.c2325 struct hostapd_sta_wpa_psk_short *psk = info->psk; in ieee802_11_set_radius_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_auth.c38 struct hostapd_sta_wpa_psk_short *psk;
76 static void copy_psk_list(struct hostapd_sta_wpa_psk_short **psk, in copy_psk_list()
77 struct hostapd_sta_wpa_psk_short *src) in copy_psk_list()
93 struct hostapd_sta_wpa_psk_short **psk, in hostapd_acl_cache_get()
257 struct hostapd_sta_wpa_psk_short **psk, in hostapd_allowed_address()
447 struct hostapd_sta_wpa_psk_short *psk; in decode_tunnel_passwords()
476 psk = os_zalloc(sizeof(struct hostapd_sta_wpa_psk_short)); in decode_tunnel_passwords()
688 void hostapd_free_psk_list(struct hostapd_sta_wpa_psk_short *psk) in hostapd_free_psk_list()
697 struct hostapd_sta_wpa_psk_short *prev = psk; in hostapd_free_psk_list()
Dieee802_11_auth.h25 struct hostapd_sta_wpa_psk_short **psk,
30 void hostapd_free_psk_list(struct hostapd_sta_wpa_psk_short *psk);
Dieee802_11.h20 struct hostapd_sta_wpa_psk_short;
187 struct hostapd_sta_wpa_psk_short **psk,
Dap_config.h141 struct hostapd_sta_wpa_psk_short { struct
142 struct hostapd_sta_wpa_psk_short *next; argument
Dsta_info.h162 struct hostapd_sta_wpa_psk_short *psk;
Dieee802_11.c1939 struct hostapd_sta_wpa_psk_short **psk, in ieee802_11_allowed_address()
1978 struct hostapd_sta_wpa_psk_short **psk, in ieee802_11_set_radius_info()
2040 struct hostapd_sta_wpa_psk_short *psk = NULL; in handle_auth()
3868 struct hostapd_sta_wpa_psk_short *psk = NULL; in handle_assoc()
Dwpa_auth_glue.c305 struct hostapd_sta_wpa_psk_short *pos; in hostapd_wpa_auth_get_psk()
Dbeacon.c746 struct hostapd_sta_wpa_psk_short *psk = NULL; in handle_probe_req()