Home
last modified time | relevance | path

Searched refs:pmk_len (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/wireless/
H A Dsme.c998 params->fils.kek_len + params->fils.pmk_len + in cfg80211_connect_done()
1038 if (params->fils.pmk_len) { in cfg80211_connect_done()
1040 ev->cr.fils.pmk_len = params->fils.pmk_len; in cfg80211_connect_done()
1042 params->fils.pmk_len); in cfg80211_connect_done()
1043 next += params->fils.pmk_len; in cfg80211_connect_done()
1213 info->fils.kek_len + info->fils.pmk_len + in cfg80211_roamed()
1241 if (info->fils.pmk_len) { in cfg80211_roamed()
1243 ev->rm.fils.pmk_len = info->fils.pmk_len; in cfg80211_roamed()
1245 info->fils.pmk_len); in cfg80211_roamed()
1246 next += info->fils.pmk_len; in cfg80211_roamed()
H A Dtrace.h2488 __field(u8, pmk_len)
2490 __dynamic_array(u8, pmk, pmk_conf->pmk_len)
2498 __entry->pmk_len = pmk_conf->pmk_len;
2502 pmk_conf->pmk_len);
2509 NETDEV_PR_ARG, __entry->aa, __entry->pmk_len,
H A Dnl80211.c12230 pmksa.pmk_len = nla_len(info->attrs[NL80211_ATTR_PMK]); in nl80211_setdel_pmksa()
15561 pmk_conf.pmk_len = nla_len(info->attrs[NL80211_ATTR_PMK]); in nl80211_set_pmk()
15562 if (pmk_conf.pmk_len != WLAN_PMK_LEN && in nl80211_set_pmk()
15563 pmk_conf.pmk_len != WLAN_PMK_LEN_SUITE_B_192) { in nl80211_set_pmk()
18079 cr->fils.kek_len + cr->fils.pmk_len + in nl80211_send_connect_result()
18115 nla_put(msg, NL80211_ATTR_PMK, cr->fils.pmk_len, cr->fils.pmk)) || in nl80211_send_connect_result()
18193 info->fils.kek_len + info->fils.pmk_len + in nl80211_send_roamed()
18221 nla_put(msg, NL80211_ATTR_PMK, info->fils.pmk_len, info->fils.pmk)) || in nl80211_send_roamed()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h914 __le16 pmk_len; member
936 u8 pmk_len; member
H A Dcfg80211.c1720 static int brcmf_set_pmk(struct brcmf_if *ifp, const u8 *pmk_data, u16 pmk_len) in brcmf_set_pmk() argument
1722 return brcmf_set_wsec(ifp, pmk_data, pmk_len, 0); in brcmf_set_pmk()
5899 if (conf->pmk_len > BRCMF_WSEC_MAX_PSK_LEN) in brcmf_cfg80211_set_pmk()
5902 return brcmf_set_pmk(ifp, conf->pmk, conf->pmk_len); in brcmf_cfg80211_set_pmk()
/openbmc/linux/include/net/
H A Dcfg80211.h3284 size_t pmk_len; member
3673 u8 pmk_len; member
7729 size_t pmk_len; member