HomeSort by relevance Sort by last modified time
    Searched refs:sta_addr (Results 1 - 15 of 15) sorted by null

  /external/wpa_supplicant_8/src/radius/
radius_das.h 21 const u8 *sta_addr; member in struct:radius_das_attrs
radius_das.c 58 u8 sta_addr[ETH_ALEN]; local
79 if (hwaddr_aton2(tmp, sta_addr) < 0) {
85 attrs.sta_addr = sta_addr;
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 202 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr);
205 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
265 const u8 *pmk, size_t len, const u8 *sta_addr,
269 const u8 *sta_addr);
wpa_auth_ft.c 47 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr)
51 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
56 const u8 *sta_addr,
63 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
1117 const u8 *sta_addr, *target_ap; local
1138 sta_addr = data + 2;
1145 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1147 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1150 MAC2STR(sm->addr), MAC2STR(sta_addr));
1187 const u8 *current_ap, const u8 *sta_addr,
1484 const u8 *sta_addr, *target_ap_addr; local
    [all...]
wpa_auth_glue.c 459 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr)
464 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
467 sta = ap_sta_add(hapd, sta_addr);
501 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr,
505 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
gas_serv.c 112 const u8 *sta_addr)
117 sta = ap_get_sta(hapd, sta_addr);
wpa_auth.c     [all...]
hostapd.c 530 if (attr->sta_addr)
531 sta = ap_get_sta(hapd, attr->sta_addr);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 342 memcpy(param.sta_addr, addr, ETH_ALEN);
414 memset(param->sta_addr, 0xff, ETH_ALEN);
416 memcpy(param->sta_addr, addr, ETH_ALEN);
470 memset(param->sta_addr, 0xff, ETH_ALEN);
472 memcpy(param->sta_addr, addr, ETH_ALEN);
644 memcpy(param.sta_addr, params->addr, ETH_ALEN);
661 memcpy(param.sta_addr, addr, ETH_ALEN);
677 memcpy(param.sta_addr, addr, ETH_ALEN);
693 memcpy(param.sta_addr, addr, ETH_ALEN);
driver_hostap.h 155 u8 sta_addr[ETH_ALEN]; member in struct:prism2_hostapd_param
  /external/wpa_supplicant_8/src/common/
wpa_common.c 133 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr,
148 os_memcpy(pos, sta_addr, ETH_ALEN);
810 const u8 *sta_addr, const u8 *bssid,
830 os_memcpy(pos, sta_addr, ETH_ALEN);
849 addr[5] = sta_addr;
    [all...]
wpa_common.h 322 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr,
337 const u8 *sta_addr, const u8 *bssid,
ieee802_11_defs.h 490 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon30551::__anon30561::__anon30562::__anon30565
496 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon30551::__anon30561::__anon30562::__anon30566
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 2387 const u8 *sta_addr, *target_ap_addr; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 2137 uint8 sta_addr[ETHER_ADDR_LEN]; member in struct:dot11_ft_req
2148 uint8 sta_addr[ETHER_ADDR_LEN]; member in struct:dot11_ft_res
    [all...]

Completed in 320 milliseconds