/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | pmksa_cache_auth.c | 26 #define PMKID_HASH(pmkid) (unsigned int) ((pmkid)[0] & 0x7f) 27 struct rsn_pmksa_cache_entry *pmkid[PMKID_HASH_SIZE]; member 61 hash = PMKID_HASH(entry->pmkid); in pmksa_cache_free_entry() 62 pos = pmksa->pmkid[hash]; in pmksa_cache_free_entry() 69 pmksa->pmkid[hash] = entry->hnext; in pmksa_cache_free_entry() 245 hash = PMKID_HASH(entry->pmkid); in pmksa_cache_link_entry() 246 entry->hnext = pmksa->pmkid[hash]; in pmksa_cache_link_entry() 247 pmksa->pmkid[hash] = entry; in pmksa_cache_link_entry() 254 wpa_hexdump(MSG_DEBUG, "RSN: added PMKID", entry->pmkid, PMKID_LE in pmksa_cache_link_entry() 279 pmksa_cache_auth_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, int session_timeout, struct eapol_state_machine *eapol, int akmp) pmksa_cache_auth_add() argument 315 pmksa_cache_auth_create_entry(const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, int session_timeout, struct eapol_state_machine *eapol, int akmp) pmksa_cache_auth_create_entry() argument 394 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa, const u8 *pmkid) pmksa_cache_add_okc() argument 474 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *pmkid) pmksa_cache_auth_get() argument 509 pmksa_cache_get_okc( struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *spa, const u8 *pmkid) pmksa_cache_get_okc() argument [all...] |
H A D | pmksa_cache_auth.h | 19 u8 pmkid[PMKID_LEN]; member 46 const u8 *spa, const u8 *pmkid); 49 const u8 *pmkid); 52 const u8 *pmk, size_t pmk_len, const u8 *pmkid, 57 pmksa_cache_auth_create_entry(const u8 *pmk, size_t pmk_len, const u8 *pmkid, 66 const u8 *aa, const u8 *pmkid);
|
H A D | wpa_auth_ie.c | 122 const u8 *pmkid) in wpa_write_rsn_ie() 324 if (pmkid) { in wpa_write_rsn_ie() 330 os_memcpy(pos, pmkid, PMKID_LEN); in wpa_write_rsn_ie() 338 if (pmkid == NULL) { in wpa_write_rsn_ie() 373 int pmkid_count_set = pmkid != NULL; in wpa_write_rsn_ie() 576 const u8 *pmkid; member 584 data->pmkid); in wpa_auth_okc_iter() 604 const u8 *pmkid = NULL; in wpa_validate_wpa_ie() local 938 (data.num_pmkid != 1 || !data.pmkid || !sm->pmk_r1_name_valid || in wpa_validate_wpa_ie() 939 os_memcmp_const(data.pmkid, s in wpa_validate_wpa_ie() 121 wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, const u8 *pmkid) wpa_write_rsn_ie() argument [all...] |
H A D | wpa_auth.h | 423 const u8 *pmk, size_t pmk_len, const u8 *pmkid, 425 void wpa_auth_add_sae_pmkid(struct wpa_state_machine *sm, const u8 *pmkid); 427 const u8 *pmk, size_t pmk_len, const u8 *pmkid, 439 const u8 *pmkid, int expiration); 444 const u8 *pmkid); 447 const u8 *sta_addr, const u8 *pmkid); 451 u8 *pmkid, u8 *pmk); 535 size_t pmk_len, const u8 *pmkid);
|
H A D | wpa_auth.c | 884 ie.num_pmkid != 1 || !ie.pmkid) { in ft_check_msg_2_of_4() 890 os_memcpy(sm->sup_pmk_r1_name, ie.pmkid, PMKID_LEN); in ft_check_msg_2_of_4() 2213 u8 buf[2 + RSN_SELECTOR_LEN + PMKID_LEN], *pmkid = NULL; in SM_STATE() local 2249 pmkid = buf; in SM_STATE() 2251 pmkid[0] = WLAN_EID_VENDOR_SPECIFIC; in SM_STATE() 2252 pmkid[1] = RSN_SELECTOR_LEN + PMKID_LEN; in SM_STATE() 2253 RSN_SELECTOR_PUT(&pmkid[2], RSN_KEY_DATA_PMKID); in SM_STATE() 2257 sm->pmksa->pmkid, PMKID_LEN); in SM_STATE() 2258 os_memcpy(&pmkid[2 + RSN_SELECTOR_LEN], in SM_STATE() 2259 sm->pmksa->pmkid, PMKID_LE in SM_STATE() 4853 wpa_auth_pmksa_add_sae(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *pmk, size_t pmk_len, const u8 *pmkid, int akmp) wpa_auth_pmksa_add_sae() argument 4871 wpa_auth_add_sae_pmkid(struct wpa_state_machine *sm, const u8 *pmkid) wpa_auth_add_sae_pmkid() argument 4878 wpa_auth_pmksa_add2(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *pmk, size_t pmk_len, const u8 *pmkid, int session_timeout, int akmp) wpa_auth_pmksa_add2() argument 4941 wpa_auth_pmksa_create_entry(const u8 *aa, const u8 *spa, const u8 *pmk, size_t pmk_len, int akmp, const u8 *pmkid, int expiration) wpa_auth_pmksa_create_entry() argument 4981 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, const u8 *pmkid) wpa_auth_pmksa_get() argument 4990 wpa_auth_pmksa_set_to_sm(struct rsn_pmksa_cache_entry *pmksa, struct wpa_state_machine *sm, struct wpa_authenticator *wpa_auth, u8 *pmkid, u8 *pmk) wpa_auth_pmksa_set_to_sm() argument 5303 const u8 *pmkid; global() member 5321 wpa_auth_pmksa_get_fils_cache_id(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, const u8 *pmkid) wpa_auth_pmksa_get_fils_cache_id() argument 5362 wpa_auth_add_fils_pmk_pmkid(struct wpa_state_machine *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid) wpa_auth_add_fils_pmk_pmkid() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | pmksa_cache_auth.c | 26 #define PMKID_HASH(pmkid) (unsigned int) ((pmkid)[0] & 0x7f) 27 struct rsn_pmksa_cache_entry *pmkid[PMKID_HASH_SIZE]; member 61 hash = PMKID_HASH(entry->pmkid); in pmksa_cache_free_entry() 62 pos = pmksa->pmkid[hash]; in pmksa_cache_free_entry() 69 pmksa->pmkid[hash] = entry->hnext; in pmksa_cache_free_entry() 245 hash = PMKID_HASH(entry->pmkid); in pmksa_cache_link_entry() 246 entry->hnext = pmksa->pmkid[hash]; in pmksa_cache_link_entry() 247 pmksa->pmkid[hash] = entry; in pmksa_cache_link_entry() 254 wpa_hexdump(MSG_DEBUG, "RSN: added PMKID", entry->pmkid, PMKID_LE in pmksa_cache_link_entry() 279 pmksa_cache_auth_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, int session_timeout, struct eapol_state_machine *eapol, int akmp) pmksa_cache_auth_add() argument 315 pmksa_cache_auth_create_entry(const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, int session_timeout, struct eapol_state_machine *eapol, int akmp) pmksa_cache_auth_create_entry() argument 394 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa, const u8 *pmkid) pmksa_cache_add_okc() argument 474 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *pmkid) pmksa_cache_auth_get() argument 509 pmksa_cache_get_okc( struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *spa, const u8 *pmkid) pmksa_cache_get_okc() argument [all...] |
H A D | pmksa_cache_auth.h | 19 u8 pmkid[PMKID_LEN]; member 46 const u8 *spa, const u8 *pmkid); 49 const u8 *pmkid); 52 const u8 *pmk, size_t pmk_len, const u8 *pmkid, 57 pmksa_cache_auth_create_entry(const u8 *pmk, size_t pmk_len, const u8 *pmkid, 66 const u8 *aa, const u8 *pmkid);
|
H A D | wpa_auth_ie.c | 92 const u8 *pmkid) in wpa_write_rsn_ie() 307 if (pmkid) { in wpa_write_rsn_ie() 313 os_memcpy(pos, pmkid, PMKID_LEN); in wpa_write_rsn_ie() 322 if (pmkid == NULL) { in wpa_write_rsn_ie() 358 int pmkid_count_set = pmkid != NULL; in wpa_write_rsn_ie() 517 const u8 *pmkid; member 525 data->pmkid); in wpa_auth_okc_iter() 542 const u8 *pmkid = NULL; in wpa_validate_wpa_ie() local 867 (data.num_pmkid != 1 || !data.pmkid || !sm->pmk_r1_name_valid || in wpa_validate_wpa_ie() 868 os_memcmp_const(data.pmkid, s in wpa_validate_wpa_ie() 91 wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, const u8 *pmkid) wpa_write_rsn_ie() argument [all...] |
H A D | wpa_auth.h | 374 const u8 *pmk, const u8 *pmkid); 375 void wpa_auth_add_sae_pmkid(struct wpa_state_machine *sm, const u8 *pmkid); 377 const u8 *pmk, size_t pmk_len, const u8 *pmkid, 388 const u8 *pmkid, int expiration); 393 const u8 *pmkid); 396 const u8 *sta_addr, const u8 *pmkid); 400 u8 *pmkid, u8 *pmk); 474 size_t pmk_len, const u8 *pmkid);
|
H A D | wpa_auth.c | 806 ie.num_pmkid != 1 || ie.pmkid == NULL) { in ft_check_msg_2_of_4() 812 os_memcpy(sm->sup_pmk_r1_name, ie.pmkid, PMKID_LEN); in ft_check_msg_2_of_4() 2109 u8 buf[2 + RSN_SELECTOR_LEN + PMKID_LEN], *pmkid = NULL; in SM_STATE() local 2145 pmkid = buf; in SM_STATE() 2147 pmkid[0] = WLAN_EID_VENDOR_SPECIFIC; in SM_STATE() 2148 pmkid[1] = RSN_SELECTOR_LEN + PMKID_LEN; in SM_STATE() 2149 RSN_SELECTOR_PUT(&pmkid[2], RSN_KEY_DATA_PMKID); in SM_STATE() 2153 sm->pmksa->pmkid, PMKID_LEN); in SM_STATE() 2154 os_memcpy(&pmkid[2 + RSN_SELECTOR_LEN], in SM_STATE() 2155 sm->pmksa->pmkid, PMKID_LE in SM_STATE() 4426 wpa_auth_pmksa_add_sae(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *pmk, const u8 *pmkid) wpa_auth_pmksa_add_sae() argument 4443 wpa_auth_add_sae_pmkid(struct wpa_state_machine *sm, const u8 *pmkid) wpa_auth_add_sae_pmkid() argument 4450 wpa_auth_pmksa_add2(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *pmk, size_t pmk_len, const u8 *pmkid, int session_timeout, int akmp) wpa_auth_pmksa_add2() argument 4513 wpa_auth_pmksa_create_entry(const u8 *aa, const u8 *spa, const u8 *pmk, const u8 *pmkid, int expiration) wpa_auth_pmksa_create_entry() argument 4552 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, const u8 *pmkid) wpa_auth_pmksa_get() argument 4561 wpa_auth_pmksa_set_to_sm(struct rsn_pmksa_cache_entry *pmksa, struct wpa_state_machine *sm, struct wpa_authenticator *wpa_auth, u8 *pmkid, u8 *pmk) wpa_auth_pmksa_set_to_sm() argument 4873 const u8 *pmkid; global() member 4891 wpa_auth_pmksa_get_fils_cache_id(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, const u8 *pmkid) wpa_auth_pmksa_get_fils_cache_id() argument 4932 wpa_auth_add_fils_pmk_pmkid(struct wpa_state_machine *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid) wpa_auth_add_fils_pmk_pmkid() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | pmksa_cache.c | 47 entry->pmkid, in pmksa_cache_free_entry() 115 * @pmkid: Calculated PMKID 132 const u8 *pmkid, const u8 *kck, size_t kck_len, in pmksa_cache_add() 150 if (pmkid) in pmksa_cache_add() 151 os_memcpy(entry->pmkid, pmkid, PMKID_LEN); in pmksa_cache_add() 153 rsn_pmkid_suite_b_192(kck, kck_len, aa, spa, entry->pmkid); in pmksa_cache_add() 155 rsn_pmkid_suite_b(kck, kck_len, aa, spa, entry->pmkid); in pmksa_cache_add() 157 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid, akmp); in pmksa_cache_add() 189 os_memcmp_const(pos->pmkid, entr in pmksa_cache_add_entry() 131 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument 348 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, const void *network_ctx, int akmp) pmksa_cache_get() argument 483 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic, const u8 *fils_cache_id, int akmp) pmksa_cache_set_current() argument [all...] |
H A D | pmksa_cache.h | 17 u8 pmkid[PMKID_LEN]; member 63 const u8 *aa, const u8 *pmkid, 70 const u8 *pmkid, const u8 *kck, size_t kck_len, 78 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, 103 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, in pmksa_cache_get() argument 136 const u8 *pmkid, const u8 *kck, size_t kck_len, in pmksa_cache_add() 147 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, in pmksa_cache_set_current() argument 135 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument
|
H A D | wpa.h | 43 const u8 *pmkid, const u8 *fils_cache_id, 46 const u8 *pmkid, const u8 *fils_cache_id); 125 const u8 *pmkid, const u8 *bssid); 164 const u8 *pmkid, const u8 *bssid, 203 size_t pmk_len, const u8 *pmkid, in wpa_sm_set_pmk() 202 wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *bssid) wpa_sm_set_pmk() argument
|
H A D | wpa.c | 263 const u8 *pmkid) in wpa_supplicant_get_pmk() 267 if (pmkid && !sm->cur_pmksa) { in wpa_supplicant_get_pmk() 272 sm->cur_pmksa = pmksa_cache_get(sm->pmksa, src_addr, pmkid, in wpa_supplicant_get_pmk() 284 if (pmkid && sm->cur_pmksa && in wpa_supplicant_get_pmk() 285 os_memcmp_const(pmkid, sm->cur_pmksa->pmkid, PMKID_LEN) == 0) { in wpa_supplicant_get_pmk() 286 wpa_hexdump(MSG_DEBUG, "RSN: matched PMKID", pmkid, PMKID_LEN); in wpa_supplicant_get_pmk() 386 if (!sm->cur_pmksa && pmkid && in wpa_supplicant_get_pmk() 387 pmksa_cache_get(sm->pmksa, src_addr, pmkid, NULL, in wpa_supplicant_get_pmk() 393 } else if (sa && !sm->cur_pmksa && pmkid) { in wpa_supplicant_get_pmk() 261 wpa_supplicant_get_pmk(struct wpa_sm *sm, const unsigned char *src_addr, const u8 *pmkid) wpa_supplicant_get_pmk() argument 2831 wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *bssid) wpa_sm_set_pmk() argument 3350 wpa_sm_pmksa_cache_add(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *bssid, const u8 *fils_cache_id) wpa_sm_pmksa_cache_add() argument 4565 u8 prk[SHA512_MAC_LEN], pmkid[SHA512_MAC_LEN]; owe_process_assoc_resp() local [all...] |
H A D | wpa_i.h | 248 const u8 *bssid, const u8 *pmkid, in wpa_sm_add_pmkid() 253 return sm->ctx->add_pmkid(sm->ctx->ctx, network_ctx, bssid, pmkid, in wpa_sm_add_pmkid() 258 const u8 *bssid, const u8 *pmkid, in wpa_sm_remove_pmkid() 262 return sm->ctx->remove_pmkid(sm->ctx->ctx, network_ctx, bssid, pmkid, in wpa_sm_remove_pmkid() 247 wpa_sm_add_pmkid(struct wpa_sm *sm, void *network_ctx, const u8 *bssid, const u8 *pmkid, const u8 *cache_id, const u8 *pmk, size_t pmk_len) wpa_sm_add_pmkid() argument 257 wpa_sm_remove_pmkid(struct wpa_sm *sm, void *network_ctx, const u8 *bssid, const u8 *pmkid, const u8 *cache_id) wpa_sm_remove_pmkid() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | pmksa_cache.c | 49 entry->pmkid, in pmksa_cache_free_entry() 157 * @pmkid: Calculated PMKID 174 const u8 *pmkid, const u8 *kck, size_t kck_len, in pmksa_cache_add() 192 if (pmkid) in pmksa_cache_add() 193 os_memcpy(entry->pmkid, pmkid, PMKID_LEN); in pmksa_cache_add() 195 rsn_pmkid_suite_b_192(kck, kck_len, aa, spa, entry->pmkid); in pmksa_cache_add() 197 rsn_pmkid_suite_b(kck, kck_len, aa, spa, entry->pmkid); in pmksa_cache_add() 199 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid, akmp); in pmksa_cache_add() 231 os_memcmp_const(pos->pmkid, entr in pmksa_cache_add_entry() 173 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument 397 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, const void *network_ctx, int akmp) pmksa_cache_get() argument 424 const u8 *pmkid = NULL; pmksa_cache_clone_entry() local 555 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic, const u8 *fils_cache_id, int akmp) pmksa_cache_set_current() argument [all...] |
H A D | pmksa_cache.h | 17 u8 pmkid[PMKID_LEN]; member 67 const u8 *aa, const u8 *pmkid, 74 const u8 *pmkid, const u8 *kck, size_t kck_len, 82 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, 110 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, in pmksa_cache_get() argument 143 const u8 *pmkid, const u8 *kck, size_t kck_len, in pmksa_cache_add() 154 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, in pmksa_cache_set_current() argument 142 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument
|
H A D | wpa.h | 48 const u8 *pmkid, const u8 *fils_cache_id, 52 const u8 *pmkid, const u8 *fils_cache_id); 173 const u8 *pmkid, const u8 *bssid); 222 const u8 *pmkid, const u8 *bssid, 229 const u8 *pmkid, 271 size_t pmk_len, const u8 *pmkid, in wpa_sm_set_pmk() 424 wpa_sm_pmksa_cache_get(struct wpa_sm *sm, const u8 *aa, const u8 *pmkid, in wpa_sm_pmksa_cache_get() argument 604 const u8 *pmkid, const u8 *bssid, int key_mgmt); 270 wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *bssid) wpa_sm_set_pmk() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_ndis.c | 1196 entry = drv->pmkid; in wpa_driver_ndis_set_pmkid() 1210 entry = drv->pmkid; in wpa_driver_ndis_set_pmkid() 1213 os_memcpy(&p->BSSIDInfo[i].PMKID, entry->pmkid, 16); in wpa_driver_ndis_set_pmkid() 1229 const u8 *pmkid = params->pmkid; in wpa_driver_ndis_add_pmkid() local 1231 if (!bssid || !pmkid) in wpa_driver_ndis_add_pmkid() 1237 entry = drv->pmkid; in wpa_driver_ndis_add_pmkid() 1248 os_memcpy(entry->pmkid, pmkid, 16); in wpa_driver_ndis_add_pmkid() 1251 entry->next = drv->pmkid; in wpa_driver_ndis_add_pmkid() 1274 const u8 *pmkid = params->pmkid; wpa_driver_ndis_remove_pmkid() local 1304 struct ndis_pmkid_entry *pmkid, *prev; wpa_driver_ndis_flush_pmkid() local 1562 NDIS_802_11_PMKID_CANDIDATE_LIST *pmkid; wpa_driver_ndis_event_pmkid() local [all...] |
H A D | driver_ndis.h | 23 u8 pmkid[16]; member 46 struct ndis_pmkid_entry *pmkid; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_ndis.c | 1208 entry = drv->pmkid; in wpa_driver_ndis_set_pmkid() 1222 entry = drv->pmkid; in wpa_driver_ndis_set_pmkid() 1225 os_memcpy(&p->BSSIDInfo[i].PMKID, entry->pmkid, 16); in wpa_driver_ndis_set_pmkid() 1241 const u8 *pmkid = params->pmkid; in wpa_driver_ndis_add_pmkid() local 1243 if (!bssid || !pmkid) in wpa_driver_ndis_add_pmkid() 1249 entry = drv->pmkid; in wpa_driver_ndis_add_pmkid() 1260 os_memcpy(entry->pmkid, pmkid, 16); in wpa_driver_ndis_add_pmkid() 1263 entry->next = drv->pmkid; in wpa_driver_ndis_add_pmkid() 1286 const u8 *pmkid = params->pmkid; wpa_driver_ndis_remove_pmkid() local 1316 struct ndis_pmkid_entry *pmkid, *prev; wpa_driver_ndis_flush_pmkid() local 1574 NDIS_802_11_PMKID_CANDIDATE_LIST *pmkid; wpa_driver_ndis_event_pmkid() local [all...] |
H A D | driver_ndis.h | 23 u8 pmkid[16]; member 46 struct ndis_pmkid_entry *pmkid; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_common.h | 356 u8 *pmkid); 402 const u8 *pmkid; member 414 u8 *pmkid, int akmp); 417 const u8 *spa, u8 *pmkid); 420 const u8 *spa, u8 *pmkid) in rsn_pmkid_suite_b() 427 const u8 *spa, u8 *pmkid); 430 const u8 *aa, const u8 *spa, u8 *pmkid) in rsn_pmkid_suite_b_192() 442 int wpa_insert_pmkid(u8 *ies, size_t *ies_len, const u8 *pmkid); 419 rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, u8 *pmkid) rsn_pmkid_suite_b() argument 429 rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, u8 *pmkid) rsn_pmkid_suite_b_192() argument
|
H A D | wpa_common.c | 527 u8 *pmkid) in fils_pmkid_erp() 545 os_memcpy(pmkid, hash, PMKID_LEN); in fils_pmkid_erp() 546 wpa_hexdump(MSG_DEBUG, "FILS: PMKID", pmkid, PMKID_LEN); in fils_pmkid_erp() 961 if (data.num_pmkid == 1 && data.pmkid) in wpa_ft_parse_ies() 962 parse->rsn_pmkid = data.pmkid; in wpa_ft_parse_ies() 1204 data->pmkid = NULL; in wpa_parse_wpa_ie_rsn() 1337 data->pmkid = pos; in wpa_parse_wpa_ie_rsn() 1406 data->pmkid = NULL; in wpa_parse_wpa_ie_wpa() 1822 * @pmkid: Buffer for PMKID 1838 u8 *pmkid, in in rsn_pmkid() 526 fils_pmkid_erp(int akmp, const u8 *reauth, size_t reauth_len, u8 *pmkid) fils_pmkid_erp() argument 1837 rsn_pmkid(const u8 *pmk, size_t pmk_len, const u8 *aa, const u8 *spa, u8 *pmkid, int akmp) rsn_pmkid() argument 1882 rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, u8 *pmkid) rsn_pmkid_suite_b() argument 1915 rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, u8 *pmkid) rsn_pmkid_suite_b_192() argument 2130 wpa_insert_pmkid(u8 *ies, size_t *ies_len, const u8 *pmkid) wpa_insert_pmkid() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_common.h | 450 u8 *pmkid); 499 const u8 *pmkid; member 511 u8 *pmkid, int akmp); 514 const u8 *spa, u8 *pmkid); 517 const u8 *spa, u8 *pmkid) in rsn_pmkid_suite_b() 524 const u8 *spa, u8 *pmkid); 527 const u8 *aa, const u8 *spa, u8 *pmkid) in rsn_pmkid_suite_b_192() 539 int wpa_insert_pmkid(u8 *ies, size_t *ies_len, const u8 *pmkid); 615 const u8 *pmkid; member 729 int wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid, 516 rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, u8 *pmkid) rsn_pmkid_suite_b() argument 526 rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, u8 *pmkid) rsn_pmkid_suite_b_192() argument [all...] |