HomeSort by relevance Sort by last modified time
    Searched refs:anonce (Results 1 - 8 of 8) 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,
259 if (anonce)
260 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
467 wpa_hexdump(MSG_DEBUG, "FT: ANonce", ftie->anonce, WPA_NONCE_LEN)
    [all...]
wpa_i.h 29 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */ member in struct:wpa_sm
wpa.c 543 os_memcpy(sm->anonce, key->key_nonce, WPA_NONCE_LEN);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 98 const u8 *anonce, const u8 *snonce,
116 if (anonce)
117 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN);
398 return wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
646 u8 *anonce, *snonce; local
684 anonce = sm->ANonce;
711 anonce = NULL;
714 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos
    [all...]
wpa_auth_i.h 59 u8 ANonce[WPA_NONCE_LEN];
251 const u8 *anonce, const u8 *snonce,
  /external/wpa_supplicant_8/src/common/
wpa_common.h 315 u8 anonce[WPA_NONCE_LEN]; member in struct:rsn_ftie
360 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
wpa_common.c 125 * @nonce1: ANonce or SNonce
126 * @nonce2: SNonce or ANonce
135 * Min(ANonce, SNonce) || Max(ANonce, SNonce))
962 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
975 * PTK = KDF-PTKLen(PMK-R1, "FT-PTK", SNonce || ANonce ||
981 os_memcpy(pos, anonce, WPA_NONCE_LEN);
997 * ANonce || BSSID || STA-ADDR))
1005 addr[3] = anonce;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 3316 uint8 anonce[32]; member in struct:dot11_ft_ie
    [all...]

Completed in 599 milliseconds