Коренберг Марк

Results 147 comments of Коренберг Марк

Same thing. `sleep(1)` after `sta_if.active(True)` helps!

I use ESP32-S chip. 1. Why. The docs say that some boards may not handle floating point in `.sleep()`. I have `timedelta().total_seconds()` which is `float`. In order to make code...

And actually, we CAN fix sleep functions. They need to split passed big value to portions and sleep multiple times. Something like: ```python _limit = 1000 # just an example,...

@jimmo thank you. I did not know. PLEASE add it to the documentation.

Okay. So, please add to documentation: 1. limits on value that can be passed to sleep_us 2. information that some boards it may be implemented using busyloop which is not...

Well @greearb, what are your plans of fixing IBSS bugs so ? I'm facing these bugs right now and I can't actually use neither IBSS nor MESH on Ubiquity Wave-1...

@greearb perfect. Please guide me in details what I should do. I have UAP AC LITE devices and able to get any statistics including plots using Prometheus, so you can...

Some graphs with data got from `/sys/kernel/debug/ieee80211/phy*/ath10k/rx_reorder_stats`: With beacon_int=100: ![image](https://user-images.githubusercontent.com/1157412/55419230-bc55cc80-558d-11e9-846f-b3e5861127a2.png) ![image](https://user-images.githubusercontent.com/1157412/55419237-bfe95380-558d-11e9-8c4f-a96c66a9c3ac.png) ![image](https://user-images.githubusercontent.com/1157412/55419239-c2e44400-558d-11e9-9143-963d11d9705d.png) And for beacon_int=10 (note scale of values from previous benchmarking test): ![image](https://user-images.githubusercontent.com/1157412/55419295-dbecf500-558d-11e9-9b0e-2d0ed546a330.png) ![image](https://user-images.githubusercontent.com/1157412/55419308-e0b1a900-558d-11e9-927c-eb16aa66acdd.png) ![image](https://user-images.githubusercontent.com/1157412/55419319-e4453000-558d-11e9-8bc2-299c1c280712.png)

supplicant config: ``` country=RU ctrl_interface=/var/run/wpa_supplicant ap_scan=2 eapol_version=2 network={ ht40=1 max_oper_chwidth=1 frequency=5180 fixed_freq=1 vht=1 ieee80211w=0 ssid="S_a23a6db169687f67fe925a5819a1" proto=RSN group_rekey=86400 wpa_ptk_rekey=86400 key_mgmt=SAE sae_password="(hidden)" mode=1 scan_ssid=0 pairwise=CCMP group=CCMP disable_max_amsdu=1 bssid=42:27:5a:5a:0e:14 beacon_int=10 } ```

This is capture of traffic in monitor mode on third device. test results (not during this capture, unfortunately): ``` batctl tp -t 10000 4862-5g-2 Test duration 10570ms. Sent 17712 Bytes....