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() 1204 info->fils.kek_len + info->fils.pmk_len + in cfg80211_roamed() 1232 if (info->fils.pmk_len) { in cfg80211_roamed() 1234 ev->rm.fils.pmk_len = info->fils.pmk_len; in cfg80211_roamed() 1236 info->fils.pmk_len); in cfg80211_roamed() 1237 next += info->fils.pmk_len; in cfg80211_roamed()
|
| H A D | trace.h | 2646 __field(u8, pmk_len) 2648 __dynamic_array(u8, pmk, pmk_conf->pmk_len) 2656 __entry->pmk_len = pmk_conf->pmk_len; 2660 pmk_conf->pmk_len); 2667 NETDEV_PR_ARG, __entry->aa, __entry->pmk_len,
|
| H A D | nl80211.c | 13482 pmksa.pmk_len = nla_len(info->attrs[NL80211_ATTR_PMK]); in nl80211_set_pmksa() 16937 pmk_conf.pmk_len = nla_len(info->attrs[NL80211_ATTR_PMK]); in nl80211_set_pmk() 16938 if (pmk_conf.pmk_len != WLAN_PMK_LEN && in nl80211_set_pmk() 16939 pmk_conf.pmk_len != WLAN_PMK_LEN_SUITE_B_192) in nl80211_set_pmk() 19600 cr->fils.kek_len + cr->fils.pmk_len + in nl80211_send_connect_result() 19636 nla_put(msg, NL80211_ATTR_PMK, cr->fils.pmk_len, cr->fils.pmk)) || in nl80211_send_connect_result() 19714 info->fils.kek_len + info->fils.pmk_len + in nl80211_send_roamed() 19742 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 | 1739 static int brcmf_set_pmk(struct brcmf_if *ifp, const u8 *pmk_data, u16 pmk_len) in brcmf_set_pmk() argument 1741 return brcmf_set_wsec(ifp, pmk_data, pmk_len, 0); in brcmf_set_pmk() 5941 if (conf->pmk_len > BRCMF_WSEC_MAX_PSK_LEN) in brcmf_cfg80211_set_pmk() 5944 return brcmf_set_pmk(ifp, conf->pmk, conf->pmk_len); in brcmf_cfg80211_set_pmk()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 3643 size_t pmk_len; member 4098 u8 pmk_len; member 8507 size_t pmk_len; member
|