On Tue, 2022-09-06 at 16:48 +1200, Kieran Frewen wrote: > If configured, use the S1G short beacon format. The S1G short beacon > format includes a limited set of information elements. Could you be more specific? Is there really no reason to think that this limited set might need to be set partially by hostapd? > - if (beacon->tail) > + if (beacon->tail && !is_short) > skb_put_data(skb, beacon->tail, beacon->tail_len); Asking since you do this here. johannes