Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:fst_ies

2450 	if (wpa_s->fst_ies) {
2451 int fst_ies_len = wpabuf_len(wpa_s->fst_ies);
2455 wpabuf_head(wpa_s->fst_ies), fst_ies_len);
4153 static void wpas_fst_set_ies_cb(void *ctx, const struct wpabuf *fst_ies)
4157 wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies);
4158 wpa_s->fst_ies = fst_ies;