Searched refs:WLAN_PMKID_LEN (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/ |
| H A D | fwil_types.h | 58 u8 pmkid[WLAN_PMKID_LEN];
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fwil_types.h | 895 u8 pmkid[WLAN_PMKID_LEN]; 912 u8 pmkid[WLAN_PMKID_LEN]; 933 u8 pmkid[WLAN_PMKID_LEN];
|
| H A D | cfg80211.c | 4349 memcpy(pmk_op->pmk[0].pmkid, pmksa->pmkid, WLAN_PMKID_LEN); in brcmf_pmksa_v3_op() 4350 pmk_op->pmk[0].pmkid_len = WLAN_PMKID_LEN; in brcmf_pmksa_v3_op() 4400 brcmf_dbg(CONN, "%*ph\n", WLAN_PMKID_LEN, pmksa->pmkid); in brcmf_cfg80211_set_pmksa() 4413 memcpy(pmk[i].pmkid, pmksa->pmkid, WLAN_PMKID_LEN); in brcmf_cfg80211_set_pmksa() 4460 WLAN_PMKID_LEN); in brcmf_cfg80211_del_pmksa()
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | fw.h | 31 u8 pmkid[WLAN_PMKID_LEN];
|
| H A D | cfg80211.c | 882 WLAN_PMKID_LEN); in set_pmksa() 921 WLAN_PMKID_LEN); in del_pmksa()
|
| /linux/net/wireless/ |
| H A D | sme.c | 989 (params->fils.pmkid ? WLAN_PMKID_LEN : 0) + link_info_size, in cfg80211_connect_done() 1038 WLAN_PMKID_LEN); in cfg80211_connect_done() 1039 next += WLAN_PMKID_LEN; in cfg80211_connect_done() 1205 (info->fils.pmkid ? WLAN_PMKID_LEN : 0) + in cfg80211_roamed() 1242 WLAN_PMKID_LEN); in cfg80211_roamed() 1243 next += WLAN_PMKID_LEN; in cfg80211_roamed()
|
| H A D | nl80211.c | 692 [NL80211_ATTR_PMKID] = NLA_POLICY_EXACT_LEN_WARN(WLAN_PMKID_LEN), 19730 (cr->fils.pmkid ? WLAN_PMKID_LEN : 0) + link_info_size, in nl80211_send_connect_result() 19767 nla_put(msg, NL80211_ATTR_PMKID, WLAN_PMKID_LEN, cr->fils.pmkid))))) in nl80211_send_connect_result() 19844 (info->fils.pmkid ? WLAN_PMKID_LEN : 0) + in nl80211_send_roamed() 19873 nla_put(msg, NL80211_ATTR_PMKID, WLAN_PMKID_LEN, info->fils.pmkid))) in nl80211_send_roamed()
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | ioctl_cfg80211.c | 1852 memcpy(psecuritypriv->PMKIDList[index].PMKID, (u8 *)pmksa->pmkid, WLAN_PMKID_LEN); in cfg80211_rtw_set_pmksa() 1862 …cpy(psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].PMKID, (u8 *)pmksa->pmkid, WLAN_PMKID_LEN); in cfg80211_rtw_set_pmksa() 1888 memset(psecuritypriv->PMKIDList[index].PMKID, 0x00, WLAN_PMKID_LEN); in cfg80211_rtw_del_pmksa()
|
| /linux/include/linux/ |
| H A D | ieee80211.h | 2244 #define WLAN_PMKID_LEN 16 macro
|