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 26 const u8 *anonce = key->key_nonce; local
46 wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, anonce, sm->own_addr,
134 * @anonce: ANonce or %NULL if not yet available
146 const u8 *anonce, const u8 *pmk_name,
264 if (anonce)
265 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
472 wpa_hexdump(MSG_DEBUG, "FT: ANonce", ftie->anonce, WPA_NONCE_LEN)
    [all...]
wpa_i.h 27 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */ member in struct:wpa_sm
wpa.c 477 os_memcpy(sm->anonce, key->key_nonce, WPA_NONCE_LEN);
1113 if (os_memcmp(sm->anonce, key->key_nonce, WPA_NONCE_LEN) != 0) {
1115 "WPA: ANonce from message 1 of 4-Way Handshake "
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 97 const u8 *anonce, const u8 *snonce,
115 if (anonce)
116 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN);
398 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
648 u8 *anonce, *snonce; local
686 anonce = sm->ANonce;
713 anonce = NULL;
716 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos
    [all...]
wpa_auth_i.h 59 u8 ANonce[WPA_NONCE_LEN];
241 const u8 *anonce, const u8 *snonce,
  /external/wpa_supplicant_8/src/common/
wpa_common.h 307 u8 anonce[WPA_NONCE_LEN]; member in struct:rsn_ftie
352 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
wpa_common.c 80 * @nonce1: ANonce or SNonce
81 * @nonce2: SNonce or ANonce
89 * Min(ANonce, SNonce) || Max(ANonce, SNonce))
847 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
858 * PTK = KDF-PTKLen(PMK-R1, "FT-PTK", SNonce || ANonce ||
864 os_memcpy(pos, anonce, WPA_NONCE_LEN);
875 * ANonce || BSSID || STA-ADDR))
883 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 108 milliseconds