Searched refs:pmk_len (Results 1 – 6 of 6) sorted by relevance
| /linux/net/wireless/ |
| H A D | sme.c | 988 params->fils.kek_len + params->fils.pmk_len + in cfg80211_connect_done() 1028 if (params->fils.pmk_len) { in cfg80211_connect_done() 1030 ev->cr.fils.pmk_len = params->fils.pmk_len; in cfg80211_connect_done() 1032 params->fils.pmk_len); in cfg80211_connect_done() 1033 next += params->fils.pmk_len; in cfg80211_connect_done() 1205 info->fils.kek_len + info->fils.pmk_len + in cfg80211_roamed() 1233 if (info->fils.pmk_len) { in cfg80211_roamed() 1235 ev->rm.fils.pmk_len = info->fils.pmk_len; in cfg80211_roamed() 1237 info->fils.pmk_len); in cfg80211_roamed() 1238 next += info->fils.pmk_len; in cfg80211_roamed()
|
| H A D | trace.h | 2736 __field(u8, pmk_len) 2738 __dynamic_array(u8, pmk, pmk_conf->pmk_len) 2746 __entry->pmk_len = pmk_conf->pmk_len; 2750 pmk_conf->pmk_len); 2757 NETDEV_PR_ARG, __entry->aa, __entry->pmk_len,
|
| H A D | nl80211.c | 14419 pmksa.pmk_len = nla_len(info->attrs[NL80211_ATTR_PMK]); in nl80211_set_pmksa() 18460 pmk_conf.pmk_len = nla_len(info->attrs[NL80211_ATTR_PMK]); in nl80211_set_pmk() 18461 if (pmk_conf.pmk_len != WLAN_PMK_LEN && in nl80211_set_pmk() 18462 pmk_conf.pmk_len != WLAN_PMK_LEN_SUITE_B_192) in nl80211_set_pmk() 21178 cr->fils.kek_len + cr->fils.pmk_len + in nl80211_send_connect_result() 21214 nla_put(msg, NL80211_ATTR_PMK, cr->fils.pmk_len, cr->fils.pmk)) || in nl80211_send_connect_result() 21294 info->fils.kek_len + info->fils.pmk_len + in nl80211_send_roamed() 21322 nla_put(msg, NL80211_ATTR_PMK, info->fils.pmk_len, info->fils.pmk)) || in nl80211_send_roamed()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fwil_types.h | 914 __le16 pmk_len; member 936 u8 pmk_len; member
|
| H A D | cfg80211.c | 1740 static int brcmf_set_pmk(struct brcmf_if *ifp, const u8 *pmk_data, u16 pmk_len) in brcmf_set_pmk() argument 1742 return brcmf_set_wsec(ifp, pmk_data, pmk_len, 0); in brcmf_set_pmk() 5964 if (conf->pmk_len > BRCMF_WSEC_MAX_PSK_LEN) in brcmf_cfg80211_set_pmk() 5967 return brcmf_set_pmk(ifp, conf->pmk, conf->pmk_len); in brcmf_cfg80211_set_pmk()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 3784 size_t pmk_len; member 4405 u8 pmk_len; member 9057 size_t pmk_len; member
|