Searched refs:PMKID (Results 1 - 16 of 16) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_ioctl_set.h35 NDIS_802_11_PMKID_VALUE PMKID; member in struct:BSSIDInfo
H A Drtl871x_security.h85 u8 PMKID[16]; member in struct:RT_PMKID_LIST
H A Drtl871x_ioctl_linux.c808 all the PMKID information. If cmd is IW_PMKSA_ADD, it means the
809 wpa_supplicant wants to add a PMKID/BSSID to driver.
811 remove a PMKID/BSSID from driver.
823 /* overwrite PMKID */
828 * with new PMKID. */
831 memcpy(psecuritypriv->PMKIDList[j].PMKID,
841 netdev_info(dev, "r8712u: %s: Use the new entry index = %d for this PMKID.\n",
846 PMKIDIndex].PMKID, pPMK->pmkid, IW_PMKID_LEN);
860 * this PMKID information and reset it. */
H A Drtl871x_mlme.c1610 out_ie[ielength] = 0; /*PMKID count = 0x0100*/
1613 &psecuritypriv->PMKIDList[iEntry].PMKID, 16);
1615 out_ie[13] += 18;/*PMKID length = 2+16*/
/drivers/net/wireless/brcm80211/include/
H A Dbrcmu_wifi.h256 u8 PMKID[WLAN_PMKID_LEN]; member in struct:pmkid
/drivers/staging/rtl8723au/include/
H A Drtw_security.h94 u8 PMKID[16]; member in struct:rt_pmkid_list
/drivers/staging/rtl8188eu/include/
H A Drtw_security.h100 u8 PMKID[16]; member in struct:rt_pmkid_list
/drivers/staging/vt6655/
H A Ddevice.h180 //Flags for PMKID Candidate list structure
183 // PMKID Structures
209 //Added new types for PMKID Candidate lists.
217 NDIS_802_11_PMKID_VALUE PMKID; member in struct:_BSSID_INFO
H A Dwmgr.c3502 // RSN PMKID
3504 pwPMKID = (unsigned short *)pbyRSN; // Point to PMKID count
3505 *pwPMKID = 0; // Initialize PMKID count
3506 pbyRSN += 2; // Point to PMKID list
3510 memcpy(pbyRSN, pDevice->gsPMKID.BSSIDInfo[ii].PMKID, 16);
3745 // RSN PMKID
3747 pwPMKID = (unsigned short *)pbyRSN; // Point to PMKID count
3748 *pwPMKID = 0; // Initialize PMKID count
3749 pbyRSN += 2; // Point to PMKID list
3753 memcpy(pbyRSN, pDevice->gsPMKID.BSSIDInfo[ii].PMKID, 1
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c2894 brcmf_dbg(CONN, "PMKID[%d]: %pM =\n", i,
2898 pmk_list->pmkids.pmkid[i].PMKID[j]);
2929 memcpy(pmkids->pmkid[i].PMKID, pmksa->pmkid, WLAN_PMKID_LEN);
2937 brcmf_dbg(CONN, "set_pmksa,IW_PMKSA_ADD - PMKID: %pM =\n",
2940 brcmf_dbg(CONN, "%02x\n", pmkids->pmkid[pmkid_len].PMKID[i]);
2963 memcpy(&pmkid.pmkid[0].PMKID, pmksa->pmkid, WLAN_PMKID_LEN);
2965 brcmf_dbg(CONN, "del_pmksa,IW_PMKSA_REMOVE - PMKID: %pM =\n",
2968 brcmf_dbg(CONN, "%02x\n", pmkid.pmkid[0].PMKID[i]);
2985 memcpy(&cfg->pmk_list->pmkids.pmkid[i].PMKID,
2986 &cfg->pmk_list->pmkids.pmkid[i + 1].PMKID,
[all...]
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c2256 /* overwrite PMKID */
2261 new PMKID. */
2265 memcpy(psecuritypriv->PMKIDList[index].PMKID,
2276 DBG_8723A("%s(%s): Use new entry index = %d for this PMKID\n",
2283 PMKID, pmksa->pmkid, WLAN_PMKID_LEN);
2309 /* BSSID is matched, the same AP => Remove this PMKID
2312 memset(psecuritypriv->PMKIDList[index].PMKID, 0x00,
/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c800 /* overwrite PMKID */
803 /* BSSID is matched, the same AP => rewrite with new PMKID. */
805 memcpy(psecuritypriv->PMKIDList[j].PMKID, pPMK->pmkid, IW_PMKID_LEN);
815 DBG_88E("[rtw_wx_set_pmkid] Use the new entry index = %d for this PMKID.\n",
819 memcpy(psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].PMKID, pPMK->pmkid, IW_PMKID_LEN);
831 /* BSSID is matched, the same AP => Remove this PMKID information and reset it. */
/drivers/staging/rtl8188eu/core/
H A Drtw_mlme.c1758 /* If the RSN IE length <= 20, the RSN IE didn't include the PMKID information */
1772 ie[ie_len] = 0; /* PMKID count = 0x0100 */
1774 memcpy(&ie[ie_len], &psecuritypriv->PMKIDList[iEntry].PMKID, 16);
1777 ie[13] += 18;/* PMKID length = 2+16 */
/drivers/staging/rtl8192e/
H A Drtllib.h2020 u8 PMKID[16]; member in struct:rt_pmkid_list
H A Drtllib_softmac.c1377 memcpy((tag + 2), &ieee->PMKIDList[PMKCacheIdx].PMKID,
/drivers/staging/rtl8723au/core/
H A Drtw_mlme.c1977 the PMKID information */
1993 ie[ie_len] = 0; /* PMKID count = 0x0100 */
1996 &psecuritypriv->PMKIDList[iEntry].PMKID, 16);
1999 ie[1] += 18;/* PMKID length = 2+16 */

Completed in 112 milliseconds