HomeSort by: relevance | last modified time | path
    Searched refs:SNonce (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 57 u8 SNonce[WPA_NONCE_LEN];
331 const u8 *anonce, const u8 *snonce,
wpa_auth_ft.c 814 const u8 *anonce, const u8 *snonce,
853 if (snonce)
854 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN);
866 if (snonce)
867 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN);
877 if (snonce)
878 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN)
2573 u8 *anonce, *snonce; local
    [all...]
wpa_auth.c 61 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce,
1347 "WPA: Earlier SNonce did not result in matching MIC");
1352 "WPA: Earlier SNonce resulted in matching MIC");
1367 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN);
1472 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0) {
1475 * WZC) update SNonce for each EAPOL-Key 2/4. This
1477 * pending requests, so allow the SNonce to be updated
1482 "Process SNonce update from STA based on retransmitted EAPOL-Key 1/4");
1484 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN);
1497 * Supplicant may still be using the old SNonce sinc
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver_atheros.c 1084 os_memcpy(mlme.fils_aad.SNonce, params->fils_snonce,
1092 wpa_hexdump(MSG_DEBUG, "FILS: SNonce",
1093 mlme.fils_aad.SNonce, FILS_NONCE_LEN);

Completed in 19 milliseconds