/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_glue.c | 1041 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) in hostapd_wpa_auth_add_sta() 1084 static int hostapd_wpa_auth_add_sta_ft(void *ctx, const u8 *sta_addr) in hostapd_wpa_auth_add_sta_ft() 1112 static int hostapd_wpa_auth_set_vlan(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_vlan() 1145 static int hostapd_wpa_auth_get_vlan(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_get_vlan() 1165 hostapd_wpa_auth_set_identity(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_identity() 1206 hostapd_wpa_auth_get_identity(void *ctx, const u8 *sta_addr, const u8 **buf) in hostapd_wpa_auth_get_identity() 1235 hostapd_wpa_auth_set_radius_cui(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_radius_cui() 1274 hostapd_wpa_auth_get_radius_cui(void *ctx, const u8 *sta_addr, const u8 **buf) in hostapd_wpa_auth_get_radius_cui() 1306 static void hostapd_wpa_auth_set_session_timeout(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_session_timeout() 1328 static int hostapd_wpa_auth_get_session_timeout(void *ctx, const u8 *sta_addr) in hostapd_wpa_auth_get_session_timeout() [all …]
|
D | wpa_auth_ft.c | 673 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) in wpa_ft_add_sta() 682 const u8 *sta_addr, struct vlan_description *vlan) in wpa_ft_set_vlan() 691 const u8 *sta_addr, struct vlan_description *vlan) in wpa_ft_get_vlan() 700 wpa_ft_set_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_set_identity() 711 wpa_ft_get_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_get_identity() 722 wpa_ft_set_radius_cui(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_set_radius_cui() 733 wpa_ft_get_radius_cui(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_get_radius_cui() 745 const u8 *sta_addr, int session_timeout) in wpa_ft_set_session_timeout() 756 const u8 *sta_addr) in wpa_ft_get_session_timeout() 765 const u8 *sta_addr, in wpa_ft_add_tspec() [all …]
|
D | wpa_auth.c | 4812 const u8 *pmk, size_t len, const u8 *sta_addr, in wpa_auth_pmksa_add_preauth() 4873 const u8 *sta_addr) in wpa_auth_pmksa_remove() 4957 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_auth_pmksa_get() 5298 const u8 *sta_addr, const u8 *pmkid) in wpa_auth_pmksa_get_fils_cache_id()
|
D | gas_serv.c | 141 const u8 *sta_addr) in gas_serv_free_dialogs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth_glue.c | 895 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) in hostapd_wpa_auth_add_sta() 928 static int hostapd_wpa_auth_set_vlan(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_vlan() 961 static int hostapd_wpa_auth_get_vlan(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_get_vlan() 981 hostapd_wpa_auth_set_identity(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_identity() 1022 hostapd_wpa_auth_get_identity(void *ctx, const u8 *sta_addr, const u8 **buf) in hostapd_wpa_auth_get_identity() 1051 hostapd_wpa_auth_set_radius_cui(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_radius_cui() 1090 hostapd_wpa_auth_get_radius_cui(void *ctx, const u8 *sta_addr, const u8 **buf) in hostapd_wpa_auth_get_radius_cui() 1122 static void hostapd_wpa_auth_set_session_timeout(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_session_timeout() 1144 static int hostapd_wpa_auth_get_session_timeout(void *ctx, const u8 *sta_addr) in hostapd_wpa_auth_get_session_timeout() 1200 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_add_tspec()
|
D | wpa_auth_ft.c | 672 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) in wpa_ft_add_sta() 681 const u8 *sta_addr, struct vlan_description *vlan) in wpa_ft_set_vlan() 690 const u8 *sta_addr, struct vlan_description *vlan) in wpa_ft_get_vlan() 699 wpa_ft_set_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_set_identity() 710 wpa_ft_get_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_get_identity() 721 wpa_ft_set_radius_cui(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_set_radius_cui() 732 wpa_ft_get_radius_cui(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_get_radius_cui() 744 const u8 *sta_addr, int session_timeout) in wpa_ft_set_session_timeout() 755 const u8 *sta_addr) in wpa_ft_get_session_timeout() 764 const u8 *sta_addr, in wpa_ft_add_tspec() [all …]
|
D | wpa_auth.c | 4407 const u8 *pmk, size_t len, const u8 *sta_addr, in wpa_auth_pmksa_add_preauth() 4468 const u8 *sta_addr) in wpa_auth_pmksa_remove() 4552 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_auth_pmksa_get() 4892 const u8 *sta_addr, const u8 *pmkid) in wpa_auth_pmksa_get_fils_cache_id()
|
D | gas_serv.c | 141 const u8 *sta_addr) in gas_serv_free_dialogs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius_das.c | 63 u8 sta_addr[ETH_ALEN]; in radius_das_disconnect() local 223 u8 sta_addr[ETH_ALEN]; in radius_das_coa() local
|
D | radius_das.h | 30 const u8 *sta_addr; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius_das.c | 63 u8 sta_addr[ETH_ALEN]; in radius_das_disconnect() local 223 u8 sta_addr[ETH_ALEN]; in radius_das_coa() local
|
D | radius_das.h | 30 const u8 *sta_addr; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | wpa_common.c | 663 const u8 *anonce, const u8 *sta_addr, const u8 *bssid, in fils_key_auth_sk() 754 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, in wpa_ft_mic() 1698 const u8 *sta_addr, const u8 *bssid, in wpa_pmk_r1_to_ptk()
|
D | ieee802_11_defs.h | 937 u8 sta_addr[ETH_ALEN]; member 943 u8 sta_addr[ETH_ALEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | wpa_common.c | 728 const u8 *anonce, const u8 *sta_addr, const u8 *bssid, in fils_key_auth_sk() 819 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, in wpa_ft_mic() 2040 const u8 *sta_addr, const u8 *bssid, in wpa_pmk_r1_to_ptk()
|
D | ieee802_11_defs.h | 990 u8 sta_addr[ETH_ALEN]; member 996 u8 sta_addr[ETH_ALEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_hostap.h | 153 u8 sta_addr[ETH_ALEN]; member
|
D | driver.h | 6024 const u8 *sta_addr; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_hostap.h | 155 u8 sta_addr[ETH_ALEN]; member
|
D | driver.h | 5652 const u8 *sta_addr; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | events.c | 3466 const u8 *sta_addr, *target_ap_addr; in ft_rx_action() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | events.c | 4054 const u8 *sta_addr, *target_ap_addr; in ft_rx_action() local
|