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)