Kirill Lukonin (Evil Wireless Man)

Results 6 issues of Kirill Lukonin (Evil Wireless Man)

[curl] Added --interface argument to improve IPv6 support. Curl need to be run with --interface option for normal work with ipv6. It does not have an effect on ipv4, but...

Looks like it is not possible to set fragmentation threshold for current ath10k-ct Software (Openwrt 18.06, 10.1-ct-8x-__fH-021-46482de, kver=4.16) Hardware (UBNT, unifi ap ac lite) LOGS: root@devel:~# cat /sys/kernel/debug/ieee80211/phy0/fragmentation_threshold -1 root@devel:~#...

Sometimes signal values can be positive for all scan. Not sure why this happens.

Currently automated builds can be failed because of packaging~=20.3 version requirement. Looks fair to let uiautomator2 use newer versions.

Commit d1ba9edee4f9522fee7fc44ccbc50dd98f07d581 fixes the build issue. Update required.

Why computation is different? In the original article computation formula is `power(i) = noise_floor + RSSI + 10 * log(b(i)^2) - 10 * log(sum[i=1..56](b(i)^2)` But in ath_spectral you use another...