[prev in list] [next in list] [prev in thread] [next in thread] 

List:       hostap
Subject:    RE: [PATCH 19/50] AP: Support building basic Multi-Link Element
From:       "Otcheretianski, Andrei" <andrei.otcheretianski () intel ! com>
Date:       2023-02-21 12:30:42
Message-ID: DM6PR11MB38975E6707BCE29394BB4ABEF5A59 () DM6PR11MB3897 ! namprd11 ! prod ! outlook ! com
[Download RAW message or body]

> > +		/*
> > +		 * TODO: multi link AP has variable length and can be
> > +		 * long based on the common info and number of per
> > +		 * station profiles. For now use 256.
> > +		 */
> Instead of assuming len as 256 can we determine based on link information
> available

Actually for beacons and probe responses basic ml IE doesn't include per station \
profiles, so it's quite short and has fixed size. 256 is more than enough here.

> 
> > +		/* STA info length */
> > +		wpabuf_put_u8(buf, fixed_len - 2);
> > +
> > +		wpabuf_put_data(buf, link->local_addr, ETH_ALEN);
> > +
> > +		/* TODO: currently assume same beacon interval */
> We use the first link hapd and use its config/parameters for all the link
> station. Rather can we have a list to identify the partner hapd and update the
> same?
> > +		wpabuf_put_le16(buf, hapd->iconf->beacon_int);

Sure.. It's quite simple 😊. We didn't implement it, as currently the client just \
doesn't care about this information.

Andrei
_______________________________________________
Hostap mailing list
Hostap@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/hostap


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic