Lines Matching refs:fils
12084 * when driver supports fils-sk offload all attributes must be
12085 * provided. So the else covers "fils-sk-not-all" and
12086 * "no-fils-sk-any".
18077 cr->fils.kek_len + cr->fils.pmk_len +
18078 (cr->fils.pmkid ? WLAN_PMKID_LEN : 0) + link_info_size,
18105 (cr->fils.update_erp_next_seq_num &&
18107 cr->fils.erp_next_seq_num)) ||
18109 ((cr->fils.kek &&
18110 nla_put(msg, NL80211_ATTR_FILS_KEK, cr->fils.kek_len,
18111 cr->fils.kek)) ||
18112 (cr->fils.pmk &&
18113 nla_put(msg, NL80211_ATTR_PMK, cr->fils.pmk_len, cr->fils.pmk)) ||
18114 (cr->fils.pmkid &&
18115 nla_put(msg, NL80211_ATTR_PMKID, WLAN_PMKID_LEN, cr->fils.pmkid)))))
18191 info->fils.kek_len + info->fils.pmk_len +
18192 (info->fils.pmkid ? WLAN_PMKID_LEN : 0) +
18212 (info->fils.update_erp_next_seq_num &&
18214 info->fils.erp_next_seq_num)) ||
18215 (info->fils.kek &&
18216 nla_put(msg, NL80211_ATTR_FILS_KEK, info->fils.kek_len,
18217 info->fils.kek)) ||
18218 (info->fils.pmk &&
18219 nla_put(msg, NL80211_ATTR_PMK, info->fils.pmk_len, info->fils.pmk)) ||
18220 (info->fils.pmkid &&
18221 nla_put(msg, NL80211_ATTR_PMKID, WLAN_PMKID_LEN, info->fils.pmkid)))