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,
262 if (anonce)
263 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
469 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 445 os_memcpy(sm->anonce, key->key_nonce, WPA_NONCE_LEN);
1081 if (os_memcmp(sm->anonce, key->key_nonce, WPA_NONCE_LEN) != 0) {
1083 "WPA: ANonce from message 1 of 4-Way Handshake "
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 90 const u8 *anonce, const u8 *snonce,
108 if (anonce)
109 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN);
378 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
628 u8 *anonce, *snonce; local
667 anonce = sm->ANonce;
694 anonce = NULL;
697 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos
    [all...]
wpa_auth_i.h 58 u8 ANonce[WPA_NONCE_LEN];
222 const u8 *anonce, const u8 *snonce,
  /external/wpa_supplicant_8/src/common/
wpa_common.h 291 u8 anonce[WPA_NONCE_LEN]; member in struct:rsn_ftie
336 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
wpa_common.c 74 * @nonce1: ANonce or SNonce
75 * @nonce2: SNonce or ANonce
83 * Min(ANonce, SNonce) || Max(ANonce, SNonce))
815 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
826 * PTK = KDF-PTKLen(PMK-R1, "FT-PTK", SNonce || ANonce ||
832 os_memcpy(pos, anonce, WPA_NONCE_LEN);
843 * ANonce || BSSID || STA-ADDR))
851 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 71 milliseconds