On Mon, 2012-10-22 at 16:48 -0700, Ben Greear wrote: > A simple means would be a fixed-length array of nlpids (with max of maybe > 16 or so). Or, could do a variable length array, or list, or some other > way to register more than one at a time. If it were up to me, I'd choose > a fixed-length array just to keep the code simple. > > Any opinions on this? Fixed-length seems like a bad idea, you'll eventually complain about it again :P A list of small structures like the management frame registrations seems like the best option? Alternatively, we could have a new multicast group but that'd also require hostapd changes. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html