Searched refs:fst_ies_len (Results 1 – 2 of 2) sorted by relevance
606 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); in sme_send_authentication() local608 if (wpa_s->sme.assoc_req_ie_len + fst_ies_len <= in sme_send_authentication()613 fst_ies_len); in sme_send_authentication()614 wpa_s->sme.assoc_req_ie_len += fst_ies_len; in sme_send_authentication()
3086 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); in wpas_populate_assoc_ies() local3088 if (wpa_ie_len + fst_ies_len <= max_wpa_ie_len) { in wpas_populate_assoc_ies()3090 wpabuf_head(wpa_s->fst_ies), fst_ies_len); in wpas_populate_assoc_ies()3091 wpa_ie_len += fst_ies_len; in wpas_populate_assoc_ies()