HMAC_SHA1_Update
void HMAC_SHA1_Update(HMAC_SHA1_CTX *, const u_int8_t *, u_int)
HMAC_SHA1_Update(&ctx, label, label_len);
HMAC_SHA1_Update(&ctx, context, context_len);
HMAC_SHA1_Update(&ctx, &count, 1);
HMAC_SHA1_Update(&ctx, "PMK Name", 8);
HMAC_SHA1_Update(&ctx, aa, IEEE80211_ADDR_LEN);
HMAC_SHA1_Update(&ctx, spa, IEEE80211_ADDR_LEN);
HMAC_SHA1_Update(&ctx.sha1, (u_int8_t *)key, len);