

hostapd would not log to syslog engines even if instructed to do so by putting logger_syslog=-1 and logger_syslog_level=2 into the respective config files (done by using the "debug enable" config node via CLI).ĭec 28 15:44:09 vyos zebra: interface wlan0 index 6 changed. ĭec 28 15:44:06 vyos zebra: interface wlan0 index 6 changed. ĭec 28 15:44:04 vyos zebra: interface wlan0 index 6 changed. ĭec 28 15:44:04 vyos zebra: interface br0 index 7 changed. Hostapd-option ieee80211w=2 # <- CULPRIT HERE!!! Proof of Concept for VyOS show interfaces wireless #channel=0 if you want automatic frequency selection (!!!DISCOURAGED UNLESS YOU KNOW WHAT YOU DO!!!)
REALTEK RTL8821AE WIDEVI DRIVER
Without these settings the ATH10K driver will not allow the user to set different regulatory domains than what is preset in the device's firmware.īE SURE TO SET THE CORRECT REGULATORY DOMAIN IN /etc/default/crda BEFORE STARTING HOSTAPDīE SURE TO CREATE A FILE /etc/modprobe.d/nf CONTAINING YOUR REG DOMAIN PARAMETER: options cfg80211 ieee80211_regdom=DE (See op command in T529)

drivers/net/wireless/ath/regd.c (see below). (*) I inferred this from this post (Reference: ) and by looking up the Kernel source at.

" Atheros DFS support for certified platforms" under "Device Drivers" -> "Network device support" -> "Wireless LAN" -> "Atheros Wireless Cards"." Ministrel 802.11ac support" under "Networking support" -> "Wireless"." cfg80211 certification onus" under "Networking support" -> "Wireless"." Configure standard kernel features (expert users)" under "General Setup".Enable Kernel support for DFS frequency scanning by enabling:.
REALTEK RTL8821AE WIDEVI DRIVERS
Enable Kernel Device Drivers for 802.11ac and 802.11n capable cards (like Compex WLE600VX which uses ath10k).In Germany, they are for commercial provider use only. Important update: frequencies 5755-5875MHz (channels 153-165) may NOT be cleared for private use within the EU.
REALTEK RTL8821AE WIDEVI PATCH
You may want to downgrade wireless-regdb package to the 2014 version ( better patch it or use fixed channels) to keep compatible with older 802.11ac gear not knowing about clearance to use channels 144 to 157.Find the Kernel path file attached to this task and use it with Carl's scripts!.Using the script setup proposed by VyOS 1.2.x build scripts, build an image holding a custom Kernel with the needed alterations.You may divert from common VyOS build scripts and use the approach from the next bullet instead. Build a custom Kernel with alterations to enable DFS.hostapd will take multiple config files configuring multiple wifi cards in one go! (Proposed changes: see below) These might be free-text or options to input custom config file names to start with. Add configuration fields and options to the "vyatta-wireless" package.Include a more recent hostapd (>2.4.x).Firmware files may need to be cherry picked from linux kernel by users.echo 'firmware-atheros' > $vyos-build-dir/data/live-build-config/package-lists/.Include firmware packages for 802.11ac and 802.11n capable cards:.In order to use recent WiFi networking, these prerequisites for 5GHz channel use need to be enabled:
