Re: hostapd: ubus inteface crashes hostapd?

2021-10-23 Thread Nick
Thanks a lot. However, a user still report that hostapd is crashing: https://github.com/berlin-open-wireless-lab/DAWN/issues/151#issuecomment-949558177 Bests Nick On 10/21/21 17:13, David Bauer wrote: Hi Nick, On 10/21/21 11:31, Nick wrote: Is someone massively utilizing the ubus interface

Re: hostapd: ubus inteface crashes hostapd?

2021-10-21 Thread David Bauer
Hi Nick, On 10/21/21 11:31, Nick wrote: Is someone massively utilizing the ubus interface from hostapd? I'm doing this with dawn and I saw that blocktrron already fixed some infinity loop. However, currently DAWN is crashing the hostapd. I make extensive use of the get_clients, all

Re: hostapd: ubus inteface crashes hostapd?

2021-10-21 Thread Felix Fietkau
On 2021-10-21 11:31, Nick wrote: Is someone massively utilizing the ubus interface from hostapd? I'm doing this with dawn and I saw that blocktrron already fixed some infinity loop. However, currently DAWN is crashing the hostapd. I make extensive use of the get_clients, all subscriptions,

hostapd: ubus inteface crashes hostapd?

2021-10-21 Thread Nick
Is someone massively utilizing the ubus interface from hostapd? I'm doing this with dawn and I saw that blocktrron already fixed some infinity loop. However, currently DAWN is crashing the hostapd. I make extensive use of the get_clients, all subscriptions, disassoc_immidient calls. Of