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 28 const u8 *sta_addr; member in struct:radius_das_attrs
radius_das.c 60 u8 sta_addr[ETH_ALEN]; local
111 if (hwaddr_aton2(tmp, sta_addr) < 0) {
117 attrs.sta_addr = sta_addr;
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 210 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr);
213 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
276 const u8 *pmk, size_t len, const u8 *sta_addr,
280 const u8 *sta_addr);
wpa_auth_ft.c 27 const u8 *current_ap, const u8 *sta_addr,
54 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr)
58 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
63 const u8 *sta_addr,
70 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
1141 const u8 *sta_addr, *target_ap; local
1162 sta_addr = data + 2;
1169 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1171 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1174 MAC2STR(sm->addr), MAC2STR(sta_addr));
1588 const u8 *sta_addr, *target_ap_addr; local
    [all...]
wpa_auth_glue.c 478 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr)
483 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
486 sta = ap_sta_add(hapd, sta_addr);
520 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr,
524 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
wpa_auth.c     [all...]
gas_serv.c 120 const u8 *sta_addr)
125 sta = ap_get_sta(hapd, sta_addr);
    [all...]
hostapd.c 608 if (attr->sta_addr)
609 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.h 338 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr,
353 const u8 *sta_addr, const u8 *bssid,
wpa_common.c 139 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr,
154 os_memcpy(pos, sta_addr, ETH_ALEN);
848 const u8 *sta_addr, const u8 *bssid,
868 os_memcpy(pos, sta_addr, ETH_ALEN);
887 addr[5] = sta_addr;
    [all...]
ieee802_11_defs.h 510 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon38134::__anon38144::__anon38145::__anon38148
516 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon38134::__anon38144::__anon38145::__anon38149
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 2523 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 258 milliseconds