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

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 25 const u8 *anonce = key->key_nonce; local
45 return wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, anonce, sm->own_addr,
129 * @anonce: ANonce or %NULL if not yet available
142 const u8 *anonce, const u8 *pmk_name,
260 if (anonce)
261 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
468 wpa_hexdump(MSG_DEBUG, "FT: ANonce", ftie->anonce, WPA_NONCE_LEN)
    [all...]
wpa.h 441 const u8 **anonce,
wpa_i.h 28 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */ member in struct:wpa_sm
wpa.c 614 os_memcpy(sm->anonce, key->key_nonce, WPA_NONCE_LEN);
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 323 u8 anonce[WPA_NONCE_LEN]; member in struct:rsn_ftie
352 const u8 *snonce, const u8 *anonce, const u8 *dh_ss,
357 const u8 *snonce, const u8 *anonce, struct wpa_ptk *ptk,
360 const u8 *anonce, const u8 *sta_addr, const u8 *bssid,
382 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
wpa_common.c 149 * @nonce1: ANonce or SNonce
150 * @nonce2: SNonce or ANonce
159 * Min(ANonce, SNonce) || Max(ANonce, SNonce))
234 const u8 *snonce, const u8 *anonce, const u8 *dh_ss,
243 /* PMK = HMAC-Hash(SNonce || ANonce, rMSK [ || DHss ]) */
255 wpa_hexdump(MSG_DEBUG, "FILS: ANonce", anonce, FILS_NONCE_LEN);
259 os_memcpy(&nonces[FILS_NONCE_LEN], anonce, FILS_NONCE_LEN);
306 const u8 *snonce, const u8 *anonce, struct wpa_ptk *ptk
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 109 const u8 *anonce, const u8 *snonce,
127 if (anonce)
128 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN);
415 return wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
663 u8 *anonce, *snonce; local
701 anonce = sm->ANonce;
728 anonce = NULL;
731 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos
    [all...]
wpa_auth_i.h 52 u8 ANonce[WPA_NONCE_LEN];
249 const u8 *anonce, const u8 *snonce,
wpa_auth.h 362 size_t pmk_len, const u8 *snonce, const u8 *anonce);
wpa_auth.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 1006 const u8 *snonce, *anonce; local
1031 &anonce,
1052 os_memcpy(nonces + FILS_NONCE_LEN, anonce, FILS_NONCE_LEN);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 3316 uint8 anonce[32]; member in struct:dot11_ft_ie
    [all...]

Completed in 311 milliseconds