Searched refs:pmkid (Results 1 - 25 of 73) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpmksa_cache_auth.h19 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
46 const u8 *spa, const u8 *pmkid);
49 const u8 *pmkid);
59 const u8 *aa, const u8 *pmkid);
H A Dpmksa_cache_auth.c26 #define PMKID_HASH(pmkid) (unsigned int) ((pmkid)[0] & 0x7f)
27 struct rsn_pmksa_cache_entry *pmkid[PMKID_HASH_SIZE]; member in struct:rsn_pmksa_cache
60 hash = PMKID_HASH(entry->pmkid);
61 pos = pmksa->pmkid[hash];
68 pmksa->pmkid[hash] = entry->hnext;
219 hash = PMKID_HASH(entry->pmkid);
220 entry->hnext = pmksa->pmkid[hash];
221 pmksa->pmkid[hash] = entry;
228 wpa_hexdump(MSG_DEBUG, "RSN: added PMKID", entry->pmkid, PMKID_LE
310 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa, const u8 *pmkid) argument
384 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *pmkid) argument
419 pmksa_cache_get_okc( struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *spa, const u8 *pmkid) argument
[all...]
H A Dwpa_auth_ie.c92 const u8 *pmkid)
253 if (pmkid) {
259 os_memcpy(pos, pmkid, PMKID_LEN);
267 if (pmkid == NULL) {
303 int pmkid_count_set = pmkid != NULL;
441 const u8 *pmkid; member in struct:wpa_auth_okc_iter_data
449 data->pmkid);
465 const u8 *pmkid = NULL; local
669 &data.pmkid[i * PMKID_LEN], PMKID_LEN);
671 &data.pmkid[
91 wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, const u8 *pmkid) argument
[all...]
H A Dwpa_auth_ie.h17 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/src/ap/
H A Dpmksa_cache_auth.h19 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
46 const u8 *spa, const u8 *pmkid);
49 const u8 *pmkid);
59 const u8 *aa, const u8 *pmkid);
H A Dpmksa_cache_auth.c26 #define PMKID_HASH(pmkid) (unsigned int) ((pmkid)[0] & 0x7f)
27 struct rsn_pmksa_cache_entry *pmkid[PMKID_HASH_SIZE]; member in struct:rsn_pmksa_cache
60 hash = PMKID_HASH(entry->pmkid);
61 pos = pmksa->pmkid[hash];
68 pmksa->pmkid[hash] = entry->hnext;
219 hash = PMKID_HASH(entry->pmkid);
220 entry->hnext = pmksa->pmkid[hash];
221 pmksa->pmkid[hash] = entry;
228 wpa_hexdump(MSG_DEBUG, "RSN: added PMKID", entry->pmkid, PMKID_LE
310 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa, const u8 *pmkid) argument
384 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *pmkid) argument
419 pmksa_cache_get_okc( struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *spa, const u8 *pmkid) argument
[all...]
H A Dwpa_auth_ie.c92 const u8 *pmkid)
253 if (pmkid) {
259 os_memcpy(pos, pmkid, PMKID_LEN);
267 if (pmkid == NULL) {
303 int pmkid_count_set = pmkid != NULL;
441 const u8 *pmkid; member in struct:wpa_auth_okc_iter_data
449 data->pmkid);
465 const u8 *pmkid = NULL; local
669 &data.pmkid[i * PMKID_LEN], PMKID_LEN);
671 &data.pmkid[
91 wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, const u8 *pmkid) argument
[all...]
H A Dwpa_auth_ie.h17 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpmksa_cache_auth.h19 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
46 const u8 *spa, const u8 *pmkid);
49 const u8 *pmkid);
59 const u8 *aa, const u8 *pmkid);
H A Dpmksa_cache_auth.c26 #define PMKID_HASH(pmkid) (unsigned int) ((pmkid)[0] & 0x7f)
27 struct rsn_pmksa_cache_entry *pmkid[PMKID_HASH_SIZE]; member in struct:rsn_pmksa_cache
60 hash = PMKID_HASH(entry->pmkid);
61 pos = pmksa->pmkid[hash];
68 pmksa->pmkid[hash] = entry->hnext;
219 hash = PMKID_HASH(entry->pmkid);
220 entry->hnext = pmksa->pmkid[hash];
221 pmksa->pmkid[hash] = entry;
228 wpa_hexdump(MSG_DEBUG, "RSN: added PMKID", entry->pmkid, PMKID_LE
310 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa, const u8 *pmkid) argument
384 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *pmkid) argument
419 pmksa_cache_get_okc( struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *spa, const u8 *pmkid) argument
[all...]
H A Dwpa_auth_ie.c92 const u8 *pmkid)
253 if (pmkid) {
259 os_memcpy(pos, pmkid, PMKID_LEN);
267 if (pmkid == NULL) {
303 int pmkid_count_set = pmkid != NULL;
441 const u8 *pmkid; member in struct:wpa_auth_okc_iter_data
449 data->pmkid);
465 const u8 *pmkid = NULL; local
669 &data.pmkid[i * PMKID_LEN], PMKID_LEN);
671 &data.pmkid[
91 wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, const u8 *pmkid) argument
[all...]
H A Dwpa_auth_ie.h17 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.h23 u8 pmkid[16]; member in struct:ndis_pmkid_entry
46 struct ndis_pmkid_entry *pmkid; member in struct:wpa_driver_ndis_data
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.h23 u8 pmkid[16]; member in struct:ndis_pmkid_entry
46 struct ndis_pmkid_entry *pmkid; member in struct:wpa_driver_ndis_data
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.h23 u8 pmkid[16]; member in struct:ndis_pmkid_entry
46 struct ndis_pmkid_entry *pmkid; member in struct:wpa_driver_ndis_data
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.h17 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
55 const u8 *aa, const u8 *pmkid,
64 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
88 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, argument
118 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, argument
H A Dpmksa_cache.c46 wpa_sm_remove_pmkid(pmksa->sm, entry->aa, entry->pmkid);
145 rsn_pmkid_suite_b_192(kck, kck_len, aa, spa, entry->pmkid);
147 rsn_pmkid_suite_b(kck, kck_len, aa, spa, entry->pmkid);
149 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid,
167 os_memcmp_const(pos->pmkid, entry->pmkid,
245 wpa_sm_add_pmkid(pmksa->sm, entry->aa, entry->pmkid);
318 * @pmkid: PMKID or %NULL to match any
323 const u8 *aa, const u8 *pmkid,
329 (pmkid
322 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, const void *network_ctx) argument
431 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
[all...]
H A Dwpa_ie.h19 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.h17 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
55 const u8 *aa, const u8 *pmkid,
64 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
88 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, argument
118 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, argument
H A Dpmksa_cache.c46 wpa_sm_remove_pmkid(pmksa->sm, entry->aa, entry->pmkid);
145 rsn_pmkid_suite_b_192(kck, kck_len, aa, spa, entry->pmkid);
147 rsn_pmkid_suite_b(kck, kck_len, aa, spa, entry->pmkid);
149 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid,
167 os_memcmp_const(pos->pmkid, entry->pmkid,
245 wpa_sm_add_pmkid(pmksa->sm, entry->aa, entry->pmkid);
318 * @pmkid: PMKID or %NULL to match any
323 const u8 *aa, const u8 *pmkid,
329 (pmkid
322 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, const void *network_ctx) argument
431 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
[all...]
H A Dwpa_ie.h19 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.h17 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
55 const u8 *aa, const u8 *pmkid,
64 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
88 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, argument
118 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, argument
H A Dpmksa_cache.c46 wpa_sm_remove_pmkid(pmksa->sm, entry->aa, entry->pmkid);
145 rsn_pmkid_suite_b_192(kck, kck_len, aa, spa, entry->pmkid);
147 rsn_pmkid_suite_b(kck, kck_len, aa, spa, entry->pmkid);
149 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid,
167 os_memcmp_const(pos->pmkid, entry->pmkid,
245 wpa_sm_add_pmkid(pmksa->sm, entry->aa, entry->pmkid);
318 * @pmkid: PMKID or %NULL to match any
323 const u8 *aa, const u8 *pmkid,
329 (pmkid
322 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, const void *network_ctx) argument
431 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
[all...]
H A Dwpa_ie.h19 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmesh_rsn.h26 void mesh_rsn_get_pmkid(struct mesh_rsn *rsn, struct sta_info *sta, u8 *pmkid);

Completed in 5897 milliseconds

123