Searched refs:pmk_len (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/wireless/ |
H A D | sme.c | 1000 params->fils.kek_len + params->fils.pmk_len + in cfg80211_connect_done() 1040 if (params->fils.pmk_len) { in cfg80211_connect_done() 1042 ev->cr.fils.pmk_len = params->fils.pmk_len; in cfg80211_connect_done() 1044 params->fils.pmk_len); in cfg80211_connect_done() 1045 next += params->fils.pmk_len; in cfg80211_connect_done() 1216 info->fils.kek_len + info->fils.pmk_len + in cfg80211_roamed() 1244 if (info->fils.pmk_len) { in cfg80211_roamed() 1246 ev->rm.fils.pmk_len = info->fils.pmk_len; in cfg80211_roamed() 1248 info->fils.pmk_len); in cfg80211_roamed() 1249 next += info->fils.pmk_len; in cfg80211_roamed()
|
H A D | trace.h | 2488 __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 D | nl80211.c | 12269 pmksa.pmk_len = nla_len(info->attrs[NL80211_ATTR_PMK]); in nl80211_setdel_pmksa() 15600 pmk_conf.pmk_len = nla_len(info->attrs[NL80211_ATTR_PMK]); in nl80211_set_pmk() 15601 if (pmk_conf.pmk_len != WLAN_PMK_LEN && in nl80211_set_pmk() 15602 pmk_conf.pmk_len != WLAN_PMK_LEN_SUITE_B_192) { in nl80211_set_pmk() 18116 cr->fils.kek_len + cr->fils.pmk_len + in nl80211_send_connect_result() 18152 nla_put(msg, NL80211_ATTR_PMK, cr->fils.pmk_len, cr->fils.pmk)) || in nl80211_send_connect_result() 18230 info->fils.kek_len + info->fils.pmk_len + in nl80211_send_roamed() 18258 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 D | fwil_types.h | 914 __le16 pmk_len; member 936 u8 pmk_len; member
|
H A D | cfg80211.c | 1720 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() 5907 if (conf->pmk_len > BRCMF_WSEC_MAX_PSK_LEN) in brcmf_cfg80211_set_pmk() 5910 return brcmf_set_pmk(ifp, conf->pmk, conf->pmk_len); in brcmf_cfg80211_set_pmk()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 3284 size_t pmk_len; member 3673 u8 pmk_len; member 7729 size_t pmk_len; member
|