hostapd: fix goto loop for ubus assoc handler
authorDavid Bauer <mail@david-bauer.net>
Tue, 23 Nov 2021 21:25:02 +0000 (22:25 +0100)
committerDavid Bauer <mail@david-bauer.net>
Tue, 23 Nov 2021 21:27:13 +0000 (22:27 +0100)
commitdec9e8395605d9ff3f1eb09f9dfb7d743939ee37
tree6e046bcc56d9c19a9afccb94da02b5c0512c7c7b
parentc254d83ea821b35a09436bf1cab4b74e62ee0330
hostapd: fix goto loop for ubus assoc handler

When a ubus event handler denies a association with a non-zero return
value, the code jumps to preceeding code, creating an endless loop until
the event handler accepts the assc request.

Move the ubus handler further up the code to avoid creating such a loop.

Signed-off-by: David Bauer <mail@david-bauer.net>
package/network/services/hostapd/patches/600-ubus_support.patch