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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 56 u8 SNonce[WPA_NONCE_LEN];
279 const u8 *anonce, const u8 *snonce,
wpa_auth.c 54 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce,
882 "WPA: Earlier SNonce did not result in matching MIC");
887 "WPA: Earlier SNonce resulted in matching MIC");
889 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN);
1061 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0)
1065 * WZC) update SNonce for each EAPOL-Key 2/4. This
1067 * pending requests, so allow the SNonce to be updated
1071 "Process SNonce update from STA "
1075 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN);
1088 * Supplicant may still be using the old SNonce sinc
    [all...]
wpa_auth_ft.c 494 const u8 *anonce, const u8 *snonce,
514 if (snonce)
515 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN);
1803 u8 *anonce, *snonce; local
    [all...]
  /external/wpa_supplicant_8/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);
    [all...]

Completed in 750 milliseconds