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

  /external/wpa_supplicant_8/src/radius/
radius_das.h 29 const u8 *sta_addr; member in struct:radius_das_attrs
radius_das.c 61 u8 sta_addr[ETH_ALEN]; local
112 if (hwaddr_aton2(tmp, sta_addr) < 0) {
118 attrs.sta_addr = sta_addr;
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 224 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr);
227 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
231 int (*start_ampe)(void *ctx, const u8 *sta_addr);
294 const u8 *pmk, size_t len, const u8 *sta_addr,
300 const u8 *sta_addr);
305 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr);
wpa_auth_ft.c 28 const u8 *current_ap, const u8 *sta_addr,
55 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr)
59 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
64 const u8 *sta_addr,
71 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));
1601 const u8 *sta_addr, *target_ap_addr; local
    [all...]
wpa_auth_glue.c 539 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr)
544 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
547 sta = ap_sta_add(hapd, sta_addr);
584 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr,
588 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
pmksa_cache_auth.c 500 if (attr->sta_addr) {
501 if (os_memcmp(attr->sta_addr, entry->spa, ETH_ALEN) != 0)
wpa_auth.c     [all...]
gas_serv.c 121 const u8 *sta_addr)
126 sta = ap_get_sta(hapd, sta_addr);
    [all...]
hostapd.c 660 if (attr->sta_addr) {
662 sta = ap_get_sta(hapd, attr->sta_addr);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 155 u8 sta_addr[ETH_ALEN]; member in struct:prism2_hostapd_param
driver_hostap.c 338 memcpy(param.sta_addr, addr, ETH_ALEN);
411 memset(param->sta_addr, 0xff, ETH_ALEN);
413 memcpy(param->sta_addr, addr, ETH_ALEN);
467 os_memset(param->sta_addr, 0xff, ETH_ALEN);
469 os_memcpy(param->sta_addr, addr, ETH_ALEN);
642 memcpy(param.sta_addr, params->addr, ETH_ALEN);
659 memcpy(param.sta_addr, addr, ETH_ALEN);
675 memcpy(param.sta_addr, addr, ETH_ALEN);
691 memcpy(param.sta_addr, addr, ETH_ALEN);
  /external/wpa_supplicant_8/src/common/
wpa_common.h 345 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr,
361 const u8 *sta_addr, const u8 *bssid,
wpa_common.c 209 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr,
227 addr[num_elem] = sta_addr;
963 const u8 *sta_addr, const u8 *bssid,
985 os_memcpy(pos, sta_addr, ETH_ALEN);
1009 addr[5] = sta_addr;
    [all...]
ieee802_11_defs.h 558 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon28280::__anon28289::__anon28290::__anon28293
564 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon28280::__anon28289::__anon28290::__anon28294
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 2916 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 723 milliseconds