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

  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 434 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
453 if (random_get_bytes(hapd->sae_token_key,
454 sizeof(hapd->sae_token_key)) < 0)
457 hapd->sae_token_key, sizeof(hapd->sae_token_key));
468 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
    [all...]
hostapd.h 269 u8 sae_token_key[8]; member in struct:hostapd_data

Completed in 34 milliseconds