Re: [PATCH 1/4] blacklist: rename ROAM_REQUESTED to AP_BUSY
Denis Kenzior <[email protected]> Mon, 19 May 2025 16:39:14 -0500
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
Hi James, On 5/19/25 11:36 AM, James Prestwood wrote: > The initial pass of this feature only envisioned BSS transition > management frames as the trigger to "roam blacklist" a BSS, hence > the original name. But some APs actually utilize status codes that > also indicate to the stations that they are busy, or not able to > handle more connections. This directly aligns with the original > motivation of the "roam blacklist" series and these events should > also trigger this type of blacklist. > > First, since we will be applying this blacklist to cases other > than being told to roam, rename this reason code internally to > BLACKLIST_REASON_AP_BUSY. The config option is also being renamed > to [Blacklist].InitialAccessPointBusyTimeout while also supporting > the old config option, but warning that it is deprecated. > --- > src/blacklist.c | 20 ++++++++++++++------ > src/blacklist.h | 12 +++++++----- > src/station.c | 5 ++--- > 3 files changed, 23 insertions(+), 14 deletions(-) > All applied, thanks. Regards, -Denis