Home
last modified time | relevance | path

Searched defs:sta_addr (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c1043 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) in hostapd_wpa_auth_add_sta()
1086 static int hostapd_wpa_auth_add_sta_ft(void *ctx, const u8 *sta_addr) in hostapd_wpa_auth_add_sta_ft()
1114 static int hostapd_wpa_auth_set_vlan(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_vlan()
1147 static int hostapd_wpa_auth_get_vlan(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_get_vlan()
1167 hostapd_wpa_auth_set_identity(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_identity()
1208 hostapd_wpa_auth_get_identity(void *ctx, const u8 *sta_addr, const u8 **buf) in hostapd_wpa_auth_get_identity()
1237 hostapd_wpa_auth_set_radius_cui(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_radius_cui()
1276 hostapd_wpa_auth_get_radius_cui(void *ctx, const u8 *sta_addr, const u8 **buf) in hostapd_wpa_auth_get_radius_cui()
1308 static void hostapd_wpa_auth_set_session_timeout(void *ctx, const u8 *sta_addr, in hostapd_wpa_auth_set_session_timeout()
1330 static int hostapd_wpa_auth_get_session_timeout(void *ctx, const u8 *sta_addr) in hostapd_wpa_auth_get_session_timeout()
[all …]
Dwpa_auth_ft.c673 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 …]
Dwpa_auth.c4796 const u8 *pmk, size_t len, const u8 *sta_addr, in wpa_auth_pmksa_add_preauth()
4857 const u8 *sta_addr) in wpa_auth_pmksa_remove()
4941 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_auth_pmksa_get()
5282 const u8 *sta_addr, const u8 *pmkid) in wpa_auth_pmksa_get_fils_cache_id()
Dgas_serv.c141 const u8 *sta_addr) in gas_serv_free_dialogs()
/external/wpa_supplicant_8/src/radius/
Dradius_das.c63 u8 sta_addr[ETH_ALEN]; in radius_das_disconnect() local
223 u8 sta_addr[ETH_ALEN]; in radius_das_coa() local
Dradius_das.h30 const u8 *sta_addr; member
/external/wpa_supplicant_8/src/common/
Dwpa_common.c728 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()
Dieee802_11_defs.h972 u8 sta_addr[ETH_ALEN]; member
978 u8 sta_addr[ETH_ALEN]; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.h155 u8 sta_addr[ETH_ALEN]; member
Ddriver.h5984 const u8 *sta_addr; member
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c3923 const u8 *sta_addr, *target_ap_addr; in ft_rx_action() local