next_profile
const u8 *ies, *profile, *next_profile;
next_profile = profile + (2 + profile_len);
profile = next_profile;
profile = next_profile(root, profile);
return next_profile(ns, profile);