HomeSort by relevance Sort by last modified time
    Searched defs:pmkid (Results 1 - 25 of 50) sorted by null

1 2

  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h 19 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);
wpa_auth_ie.h 17 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
pmksa_cache_auth.c 25 #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_HASH(entry->pmkid)] = entry
    [all...]
wpa_auth_ie.c 112 const u8 *pmkid)
268 if (pmkid) {
271 /* PMKID Count */
274 os_memcpy(pos, pmkid, PMKID_LEN);
282 if (pmkid == NULL) {
283 /* PMKID Count */
300 int pmkid_count_set = pmkid != NULL;
303 /* PMKID Count */
386 const u8 *pmkid; member in struct:wpa_auth_okc_iter_data
394 data->pmkid);
410 const u8 *pmkid = NULL; local
    [all...]
wpa_auth.c 682 ie.num_pmkid != 1 || ie.pmkid == NULL) {
688 os_memcpy(sm->sup_pmk_r1_name, ie.pmkid, PMKID_LEN);
1714 u8 buf[2 + RSN_SELECTOR_LEN + PMKID_LEN], *pmkid = NULL; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.h 29 u8 pmkid[16]; member in struct:ndis_pmkid_entry
52 struct ndis_pmkid_entry *pmkid; member in struct:wpa_driver_ndis_data
driver_ralink.c 43 struct ndis_pmkid_entry *pmkid; member in struct:wpa_driver_ralink_data
257 NDIS_802_11_PMKID_CANDIDATE_LIST *pmkid; local
264 wpa_printf(MSG_DEBUG, "RALINK: Too short PMKID Candidate List "
268 pmkid = (NDIS_802_11_PMKID_CANDIDATE_LIST *) data;
269 wpa_printf(MSG_DEBUG, "RALINK: PMKID Candidate List Event - Version %d"
271 (int) pmkid->Version, (int) pmkid->NumCandidates);
273 if (pmkid->Version != 1) {
274 wpa_printf(MSG_DEBUG, "RALINK: Unsupported PMKID Candidate "
275 "List Version %d", (int) pmkid->Version)
422 struct ndis_pmkid_entry *pmkid, *prev; local
    [all...]
driver_ralink.h 205 // PMKID Structures
211 NDIS_802_11_PMKID_VALUE PMKID;
221 //Added new types for PMKID Candidate lists.
230 ULONG NumCandidates; // No. of pmkid candidates
234 //Flags for PMKID Candidate list structure
376 u8 pmkid[16]; member in struct:ndis_pmkid_entry
driver_ndis.c 256 NDIS_802_11_PMKID_VALUE PMKID;
331 NDIS_802_11_PMKID_VALUE PMKID;
1115 entry = drv->pmkid;
1129 entry = drv->pmkid;
1132 os_memcpy(&p->BSSIDInfo[i].PMKID, entry->pmkid, 16);
1143 const u8 *pmkid)
1152 entry = drv->pmkid;
1163 os_memcpy(entry->pmkid, pmkid, 16)
1215 struct ndis_pmkid_entry *pmkid, *prev; local
1473 NDIS_802_11_PMKID_CANDIDATE_LIST *pmkid; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.h 23 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)
116 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
wpa_ie.h 23 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.h 23 u8 pmkid[16]; member in struct:ndis_pmkid_entry
46 struct ndis_pmkid_entry *pmkid; member in struct:wpa_driver_ndis_data
driver_ndis.c 250 NDIS_802_11_PMKID_VALUE PMKID;
325 NDIS_802_11_PMKID_VALUE PMKID;
1216 entry = drv->pmkid;
1230 entry = drv->pmkid;
1233 os_memcpy(&p->BSSIDInfo[i].PMKID, entry->pmkid, 16);
1244 const u8 *pmkid)
1316 struct ndis_pmkid_entry *pmkid, *prev; local
1574 NDIS_802_11_PMKID_CANDIDATE_LIST *pmkid; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 17 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,
109 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
wpa_ie.h 19 const u8 *pmkid; member in struct:wpa_eapol_ie_parse
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa2.c 393 /* PMKID cache */
411 TI_STATUS admCtrlWpa2_addPMKID(admCtrl_t * pAdmCtrl, TMacAddr * pBSSID, pmkidValue_t pmkID);
522 pmkidValue_t pmkId;
596 /* build PMKID list: we support no more than 1 PMKSA per AP, */
597 /* so no more than 1 PMKID can be sent in the RSN IE */
601 /* Init value of PMKID count is 0 */
606 TRACE0(pAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "admCtrlWpa2_getInfoElement - find PMKID \n");
607 status = admCtrlWpa2_findPMKID(pAdmCtrl, &assocBssid, &pmkId, &index);
610 TRACE0(pAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "admCtrlWpa2_getInfoElement - PMKID was found! \n");
612 os_memoryCopy(pAdmCtrl->hOs, (TI_UINT8 *)pWpa2IePacket->pmkId,
1426 TI_UINT8 *bssid, *pmkid; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 203 /* 1/4: PMKID
222 * PMKID Count (2 octets) (default: 0)
223 * PMKID List (16 * n octets)
327 const u8 *pmkid; member in struct:wpa_ie_data
wireless_copy.h 388 #define IWEVPMKIDCAND 0x8C09 /* PMKID candidate for RSN
870 __u8 pmkid[IW_PMKID_LEN]; member in struct:iw_pmksa
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 205 /* 1/4: PMKID
224 * PMKID Count (2 octets) (default: 0)
225 * PMKID List (16 * n octets)
335 const u8 *pmkid; member in struct:wpa_ie_data
346 u8 *pmkid, int use_sha256);
353 int wpa_insert_pmkid(u8 *ies, size_t ies_len, const u8 *pmkid);
  /bionic/libc/kernel/common/linux/
wireless.h 391 __u8 pmkid[IW_PMKID_LEN]; member in struct:iw_pmksa
  /development/ndk/platforms/android-3/include/linux/
wireless.h 386 __u8 pmkid[IW_PMKID_LEN]; member in struct:iw_pmksa
  /external/kernel-headers/original/linux/
wireless.h 376 #define IWEVPMKIDCAND 0x8C09 /* PMKID candidate for RSN
819 __u8 pmkid[IW_PMKID_LEN]; member in struct:iw_pmksa
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
wireless.h 386 __u8 pmkid[IW_PMKID_LEN]; member in struct:iw_pmksa
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 388 #define IWEVPMKIDCAND 0x8C09 /* PMKID candidate for RSN
846 __u8 pmkid[IW_PMKID_LEN]; member in struct:iw_pmksa
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 388 #define IWEVPMKIDCAND 0x8C09 /* PMKID candidate for RSN
846 __u8 pmkid[IW_PMKID_LEN]; member in struct:iw_pmksa
    [all...]

Completed in 834 milliseconds

1 2