HMAC_SHA256_Init
HMAC_SHA256_Init(&sha256, "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b", 16);
HMAC_SHA256_Init(&sha256, "Jefe", 4);
HMAC_SHA256_Init(&sha256, "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA", 16);
void HMAC_SHA256_Init(HMAC_SHA256_CTX *, const u_int8_t *, u_int)
HMAC_SHA256_Init(&ctx, key, key_len);
HMAC_SHA256_Init(&ctx, pmk, IEEE80211_PMK_LEN);