Lines Matching refs:fils
10746 * when driver supports fils-sk offload all attributes must be
10747 * provided. So the else covers "fils-sk-not-all" and
10748 * "no-fils-sk-any".
16066 cr->fils.kek_len + cr->fils.pmk_len +
16067 (cr->fils.pmkid ? WLAN_PMKID_LEN : 0), gfp);
16093 (cr->fils.update_erp_next_seq_num &&
16095 cr->fils.erp_next_seq_num)) ||
16097 ((cr->fils.kek &&
16098 nla_put(msg, NL80211_ATTR_FILS_KEK, cr->fils.kek_len,
16099 cr->fils.kek)) ||
16100 (cr->fils.pmk &&
16101 nla_put(msg, NL80211_ATTR_PMK, cr->fils.pmk_len, cr->fils.pmk)) ||
16102 (cr->fils.pmkid &&
16103 nla_put(msg, NL80211_ATTR_PMKID, WLAN_PMKID_LEN, cr->fils.pmkid)))))
16125 info->fils.kek_len + info->fils.pmk_len +
16126 (info->fils.pmkid ? WLAN_PMKID_LEN : 0), gfp);
16145 (info->fils.update_erp_next_seq_num &&
16147 info->fils.erp_next_seq_num)) ||
16148 (info->fils.kek &&
16149 nla_put(msg, NL80211_ATTR_FILS_KEK, info->fils.kek_len,
16150 info->fils.kek)) ||
16151 (info->fils.pmk &&
16152 nla_put(msg, NL80211_ATTR_PMK, info->fils.pmk_len, info->fils.pmk)) ||
16153 (info->fils.pmkid &&
16154 nla_put(msg, NL80211_ATTR_PMKID, WLAN_PMKID_LEN, info->fils.pmkid)))