On Fri, 2024-02-09 at 17:01 -0800, Jeff Johnson wrote: > > > + [NL80211_ATTR_SAE_DH_GROUPS] = { .type = NLA_NESTED }, > > can/should this have a policy? not sure it can have a policy, so see > below... Yeah not really. Should it even be nested though? There's not a huge difference to just making it a binary with a bunch of u32 values, and then the max length can even encode (and make visible to userspace) the now hidden value of CFG80211_MAX_NUM_SAE_DH_GROUPS. johannes