Re: [PATCH v4 13/17] mac80211: receive and process S1G beacons

2020-12-08 Thread Wen Gong
On 2020-12-09 02:19, Thomas Pedersen wrote: Hi Wen, On 2020-12-07 23:44, Wen Gong wrote: On 2020-09-22 10:28, Thomas Pedersen wrote: S1G beacons are 802.11 Extension Frames, so the fixed header part differs from regular beacons. Add a handler to process S1G beacons and abstract out the

Re: [PATCH v4 13/17] mac80211: receive and process S1G beacons

2020-12-08 Thread Thomas Pedersen
Hi Wen, On 2020-12-07 23:44, Wen Gong wrote: On 2020-09-22 10:28, Thomas Pedersen wrote: S1G beacons are 802.11 Extension Frames, so the fixed header part differs from regular beacons. Add a handler to process S1G beacons and abstract out the fetching of BSSID and element start locations in

Re: [PATCH v4 13/17] mac80211: receive and process S1G beacons

2020-12-07 Thread Wen Gong
On 2020-09-22 10:28, Thomas Pedersen wrote: S1G beacons are 802.11 Extension Frames, so the fixed header part differs from regular beacons. Add a handler to process S1G beacons and abstract out the fetching of BSSID and element start locations in the beacon body handler. Signed-off-by: Thomas