Lines Matching defs:akmp
45 static int wpa_verify_key_mic(int akmp, size_t pmk_len, struct wpa_ptk *PTK,
2250 static int wpa_verify_key_mic(int akmp, size_t pmk_len, struct wpa_ptk *PTK,
2258 size_t mic_len = wpa_mic_len(akmp, pmk_len);
2269 if (wpa_eapol_key_mic(PTK->kck, PTK->kck_len, akmp,
2867 int akmp;
2922 akmp = sm->wpa_key_mgmt;
2924 akmp |= WPA_KEY_MGMT_PSK_SHA256;
2927 sm->ANonce, snonce, ptk, akmp,
6272 int akmp)
6278 if (!akmp)
6279 akmp = WPA_KEY_MGMT_SAE;
6281 NULL, 0, wpa_auth->addr, addr, 0, NULL, akmp))
6297 int session_timeout, int akmp, const u8 *dpp_pkhash)
6307 NULL, akmp);
6365 size_t pmk_len, int akmp,
6372 spa, 0, NULL, akmp);