Re: apply changes immediately to join'd essids

2020-01-14 Thread Stefan Sperling
On Tue, Jan 14, 2020 at 06:12:27PM +0100, Peter Hessler wrote: > Updated diff > > Look good. Thanks! ok stsp@ > Index: net80211/ieee80211_ioctl.c > === > RCS file: /home/cvs/openbsd/src/sys/net80211/ieee80211_ioctl.c,v >

Re: apply changes immediately to join'd essids

2020-01-14 Thread Peter Hessler
On 2020 Jan 14 (Tue) at 13:11:57 +0100 (+0100), Stefan Sperling wrote: :On Mon, Jan 13, 2020 at 10:38:35PM +0100, Peter Hessler wrote: :> On 2020 Jan 12 (Sun) at 21:39:19 +0100 (+0100), Peter Hessler wrote: :> :When we change attributes for a join essid, we should apply the change :> :immediately

Re: apply changes immediately to join'd essids

2020-01-14 Thread Stefan Sperling
On Mon, Jan 13, 2020 at 10:38:35PM +0100, Peter Hessler wrote: > On 2020 Jan 12 (Sun) at 21:39:19 +0100 (+0100), Peter Hessler wrote: > :When we change attributes for a join essid, we should apply the change > :immediately instead of waiting to (randomly) switch away and switch > :back. > > And

Re: apply changes immediately to join'd essids

2020-01-14 Thread Peter Hessler
On 2020 Jan 12 (Sun) at 21:39:19 +0100 (+0100), Peter Hessler wrote: :When we change attributes for a join essid, we should apply the change :immediately instead of waiting to (randomly) switch away and switch :back. And if we are connected to an AP, remove the node from the cache so we can

Re: apply changes immediately to join'd essids

2020-01-12 Thread Stefan Sperling
On Sun, Jan 12, 2020 at 09:39:19PM +0100, Peter Hessler wrote: > When we change attributes for a join essid, we should apply the change > immediately instead of waiting to (randomly) switch away and switch > back. > > Found by martijn@ > > OK? > > Index: net80211/ieee80211_ioctl.c >

apply changes immediately to join'd essids

2020-01-12 Thread Peter Hessler
When we change attributes for a join essid, we should apply the change immediately instead of waiting to (randomly) switch away and switch back. Found by martijn@ OK? Index: net80211/ieee80211_ioctl.c === RCS file: