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

  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h 23 int akmp; /* WPA_KEY_MGMT_* */ member in struct:rsn_pmksa_cache_entry
54 struct eapol_state_machine *eapol, int akmp);
59 struct eapol_state_machine *eapol, int akmp);
pmksa_cache_auth.c 270 * @akmp: WPA_KEY_MGMT_* used in key derivation
283 struct eapol_state_machine *eapol, int akmp)
289 akmp);
309 * @akmp: WPA_KEY_MGMT_* used in key derivation
318 struct eapol_state_machine *eapol, int akmp)
326 if (wpa_key_mgmt_suite_b(akmp) && !kck)
336 else if (akmp == WPA_KEY_MGMT_IEEE8021X_SUITE_B_192)
338 else if (wpa_key_mgmt_suite_b(akmp))
342 wpa_key_mgmt_sha256(akmp));
349 entry->akmp = akmp
    [all...]
wpa_auth.c 38 static int wpa_verify_key_mic(int akmp, struct wpa_ptk *PTK, u8 *data,
    [all...]
ieee802_11.c 1106 if (pmksa && wpa_auth_sta_key_mgmt(sta->wpa_sm) != pmksa->akmp) {
1108 "FILS: Matching PMKSA cache entry has different AKMP (0x%x != 0x%x) - ignore",
1109 wpa_auth_sta_key_mgmt(sta->wpa_sm), pmksa->akmp);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 21 int akmp; /* WPA_KEY_MGMT_* */ member in struct:rsn_pmksa_cache_entry
62 const u8 *aa, const u8 *spa, void *network_ctx, int akmp);
126 const u8 *aa, const u8 *spa, void *network_ctx, int akmp)
pmksa_cache.c 119 * @akmp: WPA_KEY_MGMT_* used in key derivation
130 const u8 *aa, const u8 *spa, void *network_ctx, int akmp)
138 if (wpa_key_mgmt_suite_b(akmp) && !kck)
148 else if (akmp == WPA_KEY_MGMT_IEEE8021X_SUITE_B_192)
150 else if (wpa_key_mgmt_suite_b(akmp))
154 wpa_key_mgmt_sha256(akmp));
159 entry->akmp = akmp;
365 old_entry->network_ctx, old_entry->akmp);
peerkey.h 30 int akmp; member in struct:wpa_peerkey
peerkey.c 245 peerkey->akmp = ie.key_mgmt;
289 * @akmp: Negotiated AKM
296 int akmp)
311 if (wpa_key_mgmt_sha256(akmp))
578 peerkey->akmp);
583 peerkey->akmp);
696 stk, peerkey->akmp, peerkey->cipher);
930 &peerkey->stk, peerkey->akmp, peerkey->cipher);
1027 peerkey->akmp = sm->key_mgmt;
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 23 static unsigned int wpa_kck_len(int akmp)
25 switch (akmp) {
39 static unsigned int wpa_kek_len(int akmp)
41 switch (akmp) {
55 unsigned int wpa_mic_len(int akmp)
57 switch (akmp) {
75 * @akmp: WPA_KEY_MGMT_* used in key derivation
91 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver,
111 switch (akmp) {
152 * @akmp: Negotiated AK
    [all...]
wpa_common.h 333 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver,
338 struct wpa_ptk *ptk, int akmp, int cipher);
339 int fils_rmsk_to_pmk(int akmp, const u8 *rmsk, size_t rmsk_len,
342 int fils_pmkid_erp(int akmp, const u8 *reauth, size_t reauth_len,
346 u8 *ick, size_t *ick_len, int akmp, int cipher);
351 int akmp, u8 *key_auth_sta, u8 *key_auth_ap,
373 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher);
463 unsigned int wpa_mic_len(int akmp);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c     [all...]

Completed in 139 milliseconds