Stijn Tintel

Results 115 comments of Stijn Tintel

Example of 802.11v in action on an OpenWrt AP: ``` # ubus call hostapd.wl24-iot bss_transition_request '{ "addr": "7c:df:a1:66:ac:a0", "disassociation_imminent": false, "disassociation_timer": 0, "validity_period": 30, "neighbors": ["b6a7b9cbeebcaf4900005101070603000100"], "abridged": 1 }' ap1...

Hmmm this somehow breaks the ssid field for !esp-idf on esp32: ![image](https://user-images.githubusercontent.com/1258811/177371726-de3706a6-c8b8-4b05-839d-47bb58dae7c6.png) Any idea why this might happen? Seems fine for esp8266: ![image](https://user-images.githubusercontent.com/1258811/177373296-3bb96dd8-d505-437a-ae33-2af4496e71d8.png)

> Hmmm this somehow breaks the ssid field for !esp-idf on esp32: Looks like I can solve that by removing `cv.only_on_esp32`. If I understand the code correctly, that's redundant anyway,...

Apparently the entire wifi component becomes unavailable on !esp32-idf, and dropping cv.only_on_esp32 doesn't solve it. I have no clue how to fix this, would appreciate some insight.

Nevermind, found my mistake 🤦🏻‍♂️

> The actual relevant error here is `storage: state event IDs missing from the database (8968 != 8969)`. I'm also getting these in Dendrite 0.3.4 monolith w/ sqlite on Gentoo.

Still happens on 0.6.8. I no longer have the monitors with built-in SD card readers, but as soon as I plug in an USB SD card reader, there's again a...

After submitting this PR, I discovered I could just use esp_http_client_set_authtype() and in the HTTP_STREAM_PRE_REQUEST event of the http_stream event_handle. Username and password is then automatically set by http_parser if...

Timeout in WAS REST Command Endpoint should be 30s as per https://github.com/toverainc/willow-application-server/commit/ff86dd97. Does this answer your question? If yes, please close the ticket. Thanks!

As already mentioned by @nikito, command endpoint will become the default in a future release. In fact, it will become non-optional, end other endpoints will be removed from the Willow...