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

1234

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpmksa_cache_auth.h19 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
42 const u8 *spa, const u8 *pmkid);
45 const u8 *pmkid);
54 const u8 *aa, const u8 *pmkid);
H A Dpmksa_cache_auth.c25 #define PMKID_HASH(pmkid) (unsigned int) ((pmkid)[0] & 0x7f)
26 struct rsn_pmksa_cache_entry *pmkid[PMKID_HASH_SIZE]; member in struct:rsn_pmksa_cache
57 pos = pmksa->pmkid[PMKID_HASH(entry->pmkid)];
64 pmksa->pmkid[PMKID_HASH(entry->pmkid)] =
201 entry->hnext = pmksa->pmkid[PMKID_HASH(entry->pmkid)];
202 pmksa->pmkid[PMKID_HAS
278 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa, const u8 *pmkid) argument
348 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *pmkid) argument
379 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.h17 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ie.c112 const u8 *pmkid)
268 if (pmkid) {
274 os_memcpy(pos, pmkid, PMKID_LEN);
282 if (pmkid == NULL) {
300 int pmkid_count_set = pmkid != NULL;
386 const u8 *pmkid; member in struct:wpa_auth_okc_iter_data
394 data->pmkid);
410 const u8 *pmkid = NULL; local
622 &data.pmkid[i * PMKID_LEN], PMKID_LEN);
624 &data.pmkid[
111 wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, const u8 *pmkid) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dpmksa_cache_auth.h19 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
42 const u8 *spa, const u8 *pmkid);
45 const u8 *pmkid);
54 const u8 *aa, const u8 *pmkid);
H A Dpmksa_cache_auth.c25 #define PMKID_HASH(pmkid) (unsigned int) ((pmkid)[0] & 0x7f)
26 struct rsn_pmksa_cache_entry *pmkid[PMKID_HASH_SIZE]; member in struct:rsn_pmksa_cache
57 pos = pmksa->pmkid[PMKID_HASH(entry->pmkid)];
64 pmksa->pmkid[PMKID_HASH(entry->pmkid)] =
201 entry->hnext = pmksa->pmkid[PMKID_HASH(entry->pmkid)];
202 pmksa->pmkid[PMKID_HAS
278 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa, const u8 *pmkid) argument
348 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *pmkid) argument
379 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.h17 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ie.c112 const u8 *pmkid)
268 if (pmkid) {
274 os_memcpy(pos, pmkid, PMKID_LEN);
282 if (pmkid == NULL) {
300 int pmkid_count_set = pmkid != NULL;
386 const u8 *pmkid; member in struct:wpa_auth_okc_iter_data
394 data->pmkid);
410 const u8 *pmkid = NULL; local
622 &data.pmkid[i * PMKID_LEN], PMKID_LEN);
624 &data.pmkid[
111 wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, const u8 *pmkid) argument
[all...]
/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
42 const u8 *spa, const u8 *pmkid);
45 const u8 *pmkid);
54 const u8 *aa, const u8 *pmkid);
H A Dpmksa_cache_auth.c25 #define PMKID_HASH(pmkid) (unsigned int) ((pmkid)[0] & 0x7f)
26 struct rsn_pmksa_cache_entry *pmkid[PMKID_HASH_SIZE]; member in struct:rsn_pmksa_cache
57 pos = pmksa->pmkid[PMKID_HASH(entry->pmkid)];
64 pmksa->pmkid[PMKID_HASH(entry->pmkid)] =
201 entry->hnext = pmksa->pmkid[PMKID_HASH(entry->pmkid)];
202 pmksa->pmkid[PMKID_HAS
278 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa, const u8 *pmkid) argument
348 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *pmkid) argument
379 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.h17 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.h23 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
55 const u8 *aa, const u8 *pmkid);
63 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
85 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid) argument
116 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, argument
H A Dpmksa_cache.c53 const u8 *spa, u8 *pmkid, int use_sha256)
70 os_memcpy(pmkid, hash, PMKID_LEN);
178 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid,
196 os_memcmp(pos->pmkid, entry->pmkid, PMKID_LEN) ==
236 wpa_sm_remove_pmkid(pmksa->sm, pos->aa, pos->pmkid);
260 wpa_sm_add_pmkid(pmksa->sm, entry->aa, entry->pmkid);
293 * @pmkid: PMKID or %NULL to match any
297 const u8 *aa, const u8 *pmkid)
302 (pmkid
52 rsn_pmkid(const u8 *pmk, size_t pmk_len, const u8 *aa, const u8 *spa, u8 *pmkid, int use_sha256) argument
296 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid) argument
417 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.h23 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.h17 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
49 const u8 *aa, const u8 *pmkid,
57 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
80 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, argument
109 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);
138 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid,
156 os_memcmp(pos->pmkid, entry->pmkid, PMKID_LEN) ==
227 wpa_sm_add_pmkid(pmksa->sm, entry->aa, entry->pmkid);
293 * @pmkid: PMKID or %NULL to match any
298 const u8 *aa, const u8 *pmkid,
304 (pmkid == NULL ||
305 os_memcmp(entry->pmkid, pmkid, PMKID_LE
297 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, const void *network_ctx) argument
405 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.h17 u8 pmkid[PMKID_LEN]; member in struct:rsn_pmksa_cache_entry
49 const u8 *aa, const u8 *pmkid,
57 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
80 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, argument
109 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);
138 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid,
156 os_memcmp(pos->pmkid, entry->pmkid, PMKID_LEN) ==
227 wpa_sm_add_pmkid(pmksa->sm, entry->aa, entry->pmkid);
293 * @pmkid: PMKID or %NULL to match any
298 const u8 *aa, const u8 *pmkid,
304 (pmkid == NULL ||
305 os_memcmp(entry->pmkid, pmkid, PMKID_LE
297 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, const void *network_ctx) argument
405 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
[all...]
/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
49 const u8 *aa, const u8 *pmkid,
57 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
80 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, argument
109 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);
138 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid,
156 os_memcmp(pos->pmkid, entry->pmkid, PMKID_LEN) ==
227 wpa_sm_add_pmkid(pmksa->sm, entry->aa, entry->pmkid);
293 * @pmkid: PMKID or %NULL to match any
298 const u8 *aa, const u8 *pmkid,
304 (pmkid == NULL ||
305 os_memcmp(entry->pmkid, pmkid, PMKID_LE
297 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, const void *network_ctx) argument
405 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ndis.h29 u8 pmkid[16]; member in struct:ndis_pmkid_entry
52 struct ndis_pmkid_entry *pmkid; member in struct:wpa_driver_ndis_data
H A Ddriver_ralink.c43 struct ndis_pmkid_entry *pmkid; member in struct:wpa_driver_ralink_data
257 NDIS_802_11_PMKID_CANDIDATE_LIST *pmkid; local
268 pmkid = (NDIS_802_11_PMKID_CANDIDATE_LIST *) data;
271 (int) pmkid->Version, (int) pmkid->NumCandidates);
273 if (pmkid->Version != 1) {
275 "List Version %d", (int) pmkid->Version);
279 if (data_len < 8 + pmkid->NumCandidates * sizeof(PMKID_CANDIDATE)) {
289 for (i = 0; i < pmkid->NumCandidates; i++) {
290 PMKID_CANDIDATE *p = &pmkid
338 wpa_driver_ralink_add_pmkid(void *priv, const u8 *bssid, const u8 *pmkid) argument
384 wpa_driver_ralink_remove_pmkid(void *priv, const u8 *bssid, const u8 *pmkid) argument
422 struct ndis_pmkid_entry *pmkid, *prev; local
[all...]
/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

Completed in 210 milliseconds

1234