about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authoroddlama <oddlama@oddlama.org>2023-03-22 00:33:14 +0100
committeroddlama <oddlama@oddlama.org>2023-07-02 13:31:38 +0200
commit4bec3f204362fa22a0740c8a572ffef3b322596d (patch)
tree1adf69344351395c894310cb89c654aa96f8c12c /nixos
parent0a85190a977f47dd93abe8d5b8da120976d880a0 (diff)
downloadnixlib-4bec3f204362fa22a0740c8a572ffef3b322596d.tar
nixlib-4bec3f204362fa22a0740c8a572ffef3b322596d.tar.gz
nixlib-4bec3f204362fa22a0740c8a572ffef3b322596d.tar.bz2
nixlib-4bec3f204362fa22a0740c8a572ffef3b322596d.tar.lz
nixlib-4bec3f204362fa22a0740c8a572ffef3b322596d.tar.xz
nixlib-4bec3f204362fa22a0740c8a572ffef3b322596d.tar.zst
nixlib-4bec3f204362fa22a0740c8a572ffef3b322596d.zip
hostapd: enable new stable features such as WiFi6 and structure .config
These changes are important to support modern APs configurations.
Short overview:

- CONFIG_IEEE80211AX support (WiFi6)
- CONFIG_SAE_PK (pubkey authenticated WPA3)
- CONFIG_DRIVER_NONE (standalone RADIUS server)
- CONFIG_OCV (Operating Channel Validation)
- Enable epoll on linux systems
- Remove deprecated TKIP support
- Fix misspelling (CONFIG_INTERNETWORKING != CONFIG_INTERWORKING)
- The .config was restructured into sections to reflect the
  upstream defconfig order and for easier updating in the future
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 3d161d8bb64b..51c3b871f1e2 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -22,6 +22,8 @@
 
 - [Apache Guacamole](https://guacamole.apache.org/), a cross-platform, clientless remote desktop gateway. Available as [services.guacamole-server](#opt-services.guacamole-server.enable) and [services.guacamole-client](#opt-services.guacamole-client.enable) services.
 
+- Support for WiFi6 (IEEE 802.11ax) and WPA3-SAE-PK was enabled in the `hostapd` package.
+
 ## Backward Incompatibilities {#sec-release-23.11-incompatibilities}
 
 - `python3.pkgs.sequoia` was removed in favor of `python3.pkgs.pysequoia`. The latter package is based on upstream's dedicated repository for sequoia's Python bindings, where the Python bindings from [gitlab:sequoia-pgp/sequoia](https://gitlab.com/sequoia-pgp/sequoia) were removed long ago.