Dan Lenski

Results 333 comments of Dan Lenski

Presumably your OS or WiFi adapter are set to a regulatory domain where Channel 13 isn't allowed (e.g. USA). https://en.wikipedia.org/wiki/IEEE_802.11#Regulatory_domains_and_legal_compliance Correcting this, if unexpected, isn't specific to `create_ap` :man_shrugging:

See https://github.com/dlenski/create_ap/commit/c545fd4bf28c449e6aee540c3ac11e7b379b4d38 This is my attempt at initial IPv6 support. New config options: * `IPV6=1` must be set * `DHCP_DNS6` _can_ be set Assumptions: * Your ISP gives you an...

For reasons that aren't clear to me, on Ubuntu 16.4 (`systemd 229-4ubuntu21.27`) it appears that this script is only executed if placed in `/lib/systemd/system-sleep`, and **not** if placed in `/usr/lib/systemd/system-sleep`…...

> ACS: Unable to collect survey data It appears that your WiFi adapter simply doesn't support ACS… would be nice to be able to catch this and fallback automatically to...

I actually don't know :frown:. I found that I have the same error on another system with a standard `nl80211` wifi driver. I can't find much information on this error...

> The electrical and network stackexchanges seem more appropriate. https://electronics.stackexchange.com/questions/492694/can-all-wifi-emitters-dynamically-select-frequencies-or-is-specific-hardware-su That question/questioner is quite confused, probably because the name is confusing. [DFS](https://en.wikipedia.org/wiki/Dynamic_frequency_selection) has little-to-nothing to do with selecting an optimal...

This is great :+1: Using it in https://github.com/dlenski/create_ap/commits/master where I've merged #434, #435, #436 as well.

Here are `hostapd`'s docs on WPS: https://w1.fi/cgit/hostap/tree/hostapd/README-WPS

Having the same issue on an Ubuntu 16.04 LTS system with newer 4.15 kernel… ```sh Linux hostname 4.15.0-15-generic #16~16.04.1-Ubuntu SMP Thu Apr 5 12:19:23 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux...

Good to know that the 8723 is 2.4ghz-only... I had been wondering about this since `iw list` shows the PHY as being 5ghz-capable, although the hard-coded `rtw_wireless_mode = WIRELESS_11BG_24N;` in...