Home
last modified time | relevance | path

Searched refs:sta_addr (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/wpa/src/ap/
H A Dwpa_auth.h325 int (*add_sta_ft)(void *ctx, const u8 *sta_addr);
326 int (*set_vlan)(void *ctx, const u8 *sta_addr,
328 int (*get_vlan)(void *ctx, const u8 *sta_addr,
330 int (*set_identity)(void *ctx, const u8 *sta_addr,
333 int (*set_radius_cui)(void *ctx, const u8 *sta_addr,
336 void (*set_session_timeout)(void *ctx, const u8 *sta_addr,
338 int (*get_session_timeout)(void *ctx, const u8 *sta_addr);
346 int (*start_ampe)(void *ctx, const u8 *sta_addr);
419 const u8 *pmk, size_t len, const u8 *sta_addr,
429 const u8 *sta_addr);
[all …]
H A Dwpa_auth_glue.c1049 MAC2STR(sta_addr)); in hostapd_wpa_auth_add_sta()
1061 sta = ap_sta_add(hapd, sta_addr); in hostapd_wpa_auth_add_sta()
1089 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_add_sta_ft()
1118 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_set_vlan()
1151 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_get_vlan()
1171 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_set_identity()
1213 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_get_identity()
1241 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_set_radius_cui()
1282 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_get_radius_cui()
1312 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_set_session_timeout()
[all …]
H A Dwpa_auth_ft.c39 const u8 *current_ap, const u8 *sta_addr,
756 const u8 *sta_addr) in wpa_ft_get_session_timeout() argument
765 const u8 *sta_addr, in wpa_ft_add_tspec() argument
3555 const u8 *sta_addr, *target_ap; in wpa_ft_action_rx() local
3576 sta_addr = data + 2; in wpa_ft_action_rx()
3588 MAC2STR(sm->addr), MAC2STR(sta_addr)); in wpa_ft_action_rx()
3651 sm = wpa_ft_add_sta(wpa_auth, sta_addr); in wpa_ft_rrb_rx_request()
3713 os_memcpy(pos, sta_addr, ETH_ALEN); in wpa_ft_send_rrb_auth_resp()
4555 const u8 *sta_addr, *target_ap_addr; in wpa_ft_rrb_rx() local
4608 sta_addr = pos; in wpa_ft_rrb_rx()
[all …]
H A Dpmksa_cache_auth.c561 if (attr->sta_addr) { in das_attr_match()
562 if (os_memcmp(attr->sta_addr, entry->spa, ETH_ALEN) != 0) in das_attr_match()
H A Dwpa_auth.c4803 const u8 *pmk, size_t len, const u8 *sta_addr, in wpa_auth_pmksa_add_preauth() argument
4814 sta_addr, session_timeout, eapol, in wpa_auth_pmksa_add_preauth()
4864 const u8 *sta_addr) in wpa_auth_pmksa_remove() argument
4870 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL); in wpa_auth_pmksa_remove()
4873 MACSTR " based on request", MAC2STR(sta_addr)); in wpa_auth_pmksa_remove()
4948 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_auth_pmksa_get() argument
4953 return pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, pmkid); in wpa_auth_pmksa_get()
5289 const u8 *sta_addr, const u8 *pmkid) in wpa_auth_pmksa_get_fils_cache_id() argument
5298 idata.spa = sta_addr; in wpa_auth_pmksa_get_fils_cache_id()
H A Dgas_serv.c141 const u8 *sta_addr) in gas_serv_free_dialogs() argument
146 sta = ap_get_sta(hapd, sta_addr); in gas_serv_free_dialogs()
H A Dhostapd.c807 if (attr->sta_addr) { in hostapd_das_find_sta()
809 sta = ap_get_sta(hapd, attr->sta_addr); in hostapd_das_find_sta()
H A Ddrv_callbacks.c2082 data->wds_sta_interface.sta_addr); in wpa_supplicant_event()
/freebsd-13.1/contrib/wpa/src/radius/
H A Dradius_das.c63 u8 sta_addr[ETH_ALEN]; in radius_das_disconnect() local
114 if (hwaddr_aton2(tmp, sta_addr) < 0) { in radius_das_disconnect()
120 attrs.sta_addr = sta_addr; in radius_das_disconnect()
223 u8 sta_addr[ETH_ALEN]; in radius_das_coa() local
279 if (hwaddr_aton2(tmp, sta_addr) < 0) { in radius_das_coa()
285 attrs.sta_addr = sta_addr; in radius_das_coa()
H A Dradius_das.h30 const u8 *sta_addr; member
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver_hostap.c343 memcpy(param.sta_addr, addr, ETH_ALEN); in hostap_sta_set_flags()
422 memset(param->sta_addr, 0xff, ETH_ALEN); in wpa_driver_hostap_set_key()
424 memcpy(param->sta_addr, addr, ETH_ALEN); in wpa_driver_hostap_set_key()
478 os_memset(param->sta_addr, 0xff, ETH_ALEN); in hostap_get_seqnum()
480 os_memcpy(param->sta_addr, addr, ETH_ALEN); in hostap_get_seqnum()
653 memcpy(param.sta_addr, params->addr, ETH_ALEN); in hostap_sta_add()
670 memcpy(param.sta_addr, addr, ETH_ALEN); in hostap_sta_remove()
686 memcpy(param.sta_addr, addr, ETH_ALEN); in hostap_get_inact_sec()
702 memcpy(param.sta_addr, addr, ETH_ALEN); in hostap_sta_clear_stats()
H A Ddriver_hostap.h153 u8 sta_addr[ETH_ALEN]; member
H A Ddriver.h6001 const u8 *sta_addr; member
H A Ddriver_nl80211.c7533 event.wds_sta_interface.sta_addr = addr; in i802_set_wds_sta()
7556 event.wds_sta_interface.sta_addr = addr; in i802_set_wds_sta()
/freebsd-13.1/contrib/wpa/src/common/
H A Dwpa_common.h404 const u8 *anonce, const u8 *sta_addr, const u8 *bssid,
411 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr,
431 const u8 *anonce, const u8 *sta_addr, const u8 *bssid,
H A Dwpa_common.c728 const u8 *anonce, const u8 *sta_addr, const u8 *bssid, in fils_key_auth_sk() argument
740 " AP-BSSID=" MACSTR, MAC2STR(sta_addr), MAC2STR(bssid)); in fils_key_auth_sk()
756 addr[2] = sta_addr; in fils_key_auth_sk()
790 addr[3] = sta_addr; 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() argument
848 addr[num_elem] = sta_addr; in wpa_ft_mic()
2040 const u8 *sta_addr, const u8 *bssid, in wpa_pmk_r1_to_ptk() argument
2071 MAC2STR(bssid), MAC2STR(sta_addr)); in wpa_pmk_r1_to_ptk()
2079 os_memcpy(pos, sta_addr, ETH_ALEN); in wpa_pmk_r1_to_ptk()
2132 addr[5] = sta_addr; in wpa_pmk_r1_to_ptk()
H A Dieee802_11_defs.h990 u8 sta_addr[ETH_ALEN]; member
996 u8 sta_addr[ETH_ALEN]; member
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h634 u8 sta_addr[ETH_ALEN]; member
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Devents.c4048 const u8 *sta_addr, *target_ap_addr; in ft_rx_action() local
4058 sta_addr = data + 1; in ft_rx_action()
4063 MAC2STR(sta_addr), MAC2STR(target_ap_addr), status); in ft_rx_action()
4065 if (os_memcmp(sta_addr, wpa_s->own_addr, ETH_ALEN) != 0) { in ft_rx_action()
4067 " in FT Action Response", MAC2STR(sta_addr)); in ft_rx_action()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c2095 ba_notif->sta_addr, ba_notif->sta_id); in iwl_mvm_rx_ba_notif()