Searched defs:sta_addr (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_glue.c | 891 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) in hostapd_wpa_auth_add_sta() 924 static int hostapd_wpa_auth_set_vlan(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_vlan() 957 static int hostapd_wpa_auth_get_vlan(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_get_vlan() 977 hostapd_wpa_auth_set_identity(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_identity() 1018 hostapd_wpa_auth_get_identity(void *ctx, const u8 *sta_addr, const u8 **buf) in hostapd_wpa_auth_get_identity() 1047 hostapd_wpa_auth_set_radius_cui(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_radius_cui() 1086 hostapd_wpa_auth_get_radius_cui(void *ctx, const u8 *sta_addr, const u8 **buf) in hostapd_wpa_auth_get_radius_cui() 1118 static void hostapd_wpa_auth_set_session_timeout(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_session_timeout() 1140 static int hostapd_wpa_auth_get_session_timeout(void *ctx, const u8 *sta_addr) in hostapd_wpa_auth_get_session_timeout() 1196 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_add_tspec()
|
D | wpa_auth_ft.c | 671 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) in wpa_ft_add_sta() 680 const u8 *sta_addr, struct vlan_description *vlan) in wpa_ft_set_vlan() 689 const u8 *sta_addr, struct vlan_description *vlan) in wpa_ft_get_vlan() 698 wpa_ft_set_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_set_identity() 709 wpa_ft_get_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_get_identity() 720 wpa_ft_set_radius_cui(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_set_radius_cui() 731 wpa_ft_get_radius_cui(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_get_radius_cui() 743 const u8 *sta_addr, int session_timeout) in wpa_ft_set_session_timeout() 754 const u8 *sta_addr) in wpa_ft_get_session_timeout() 763 const u8 *sta_addr, in wpa_ft_add_tspec() [all …]
|
D | wpa_auth.c | 4328 const u8 *pmk, size_t len, const u8 *sta_addr, in wpa_auth_pmksa_add_preauth() 4386 const u8 *sta_addr) in wpa_auth_pmksa_remove() 4470 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_auth_pmksa_get() 4810 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()
|
/external/wpa_supplicant_8/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
|
/external/wpa_supplicant_8/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 | 936 u8 sta_addr[ETH_ALEN]; member 942 u8 sta_addr[ETH_ALEN]; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_hostap.h | 155 u8 sta_addr[ETH_ALEN]; member
|
D | driver.h | 5532 const u8 *sta_addr; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | events.c | 3460 const u8 *sta_addr, *target_ap_addr; in ft_rx_action() local
|