| /src/external/bsd/wpa/dist/src/radius/ |
| radius_das.h | 30 const u8 *sta_addr; member in struct:radius_das_attrs
|
| radius_das.c | 63 u8 sta_addr[ETH_ALEN]; local 114 if (hwaddr_aton2(tmp, sta_addr) < 0) { 120 attrs.sta_addr = sta_addr; 228 u8 sta_addr[ETH_ALEN]; local 284 if (hwaddr_aton2(tmp, sta_addr) < 0) { 290 attrs.sta_addr = sta_addr;
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_hostap.h | 153 u8 sta_addr[ETH_ALEN]; member in struct:prism2_hostapd_param
|
| driver.h | 6771 const u8 *sta_addr; member in struct:wpa_event_data::wds_sta_interface 6815 * @sta_addr: For AP mode, the MAC address of the associated STA 6824 const u8 *sta_addr; member in struct:wpa_event_data::port_authorized
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| events.c | 4963 const u8 *sta_addr, *target_ap_addr; local 4973 sta_addr = data + 1; 4978 MAC2STR(sta_addr), MAC2STR(target_ap_addr), status); 4980 if (!ether_addr_equal(sta_addr, wpa_s->own_addr)) { 4982 " in FT Action Response", MAC2STR(sta_addr)); 6880 data->port_authorized.sta_addr);
|
| /src/external/bsd/wpa/dist/src/ap/ |
| wpa_auth_ft.c | 43 const u8 *current_ap, const u8 *sta_addr, 677 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) 681 return wpa_auth->cb->add_sta(wpa_auth->cb_ctx, sta_addr); 686 const u8 *sta_addr, struct vlan_description *vlan) 690 return wpa_auth->cb->set_vlan(wpa_auth->cb_ctx, sta_addr, vlan); 695 const u8 *sta_addr, struct vlan_description *vlan) 699 return wpa_auth->cb->get_vlan(wpa_auth->cb_ctx, sta_addr, vlan); 704 wpa_ft_set_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, 709 return wpa_auth->cb->set_identity(wpa_auth->cb_ctx, sta_addr, identity, 715 wpa_ft_get_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, 3739 const u8 *sta_addr, *target_ap; local 4740 const u8 *sta_addr, *target_ap_addr; local [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| ieee802_11_defs.h | 1068 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon8266::__anon8275::__anon8276::__anon8279 1074 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon8266::__anon8275::__anon8276::__anon8280
|