about summary refs log tree commit diff
path: root/nixos/modules/services/networking/hostapd.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-58/+57
2024-02-14Merge pull request #286393 from oddlama/fix-hostapd-utf8-ssidMichele Guerini Rocco1-1/+1
2024-02-06nixos: hostapd: drop unused `crda` package importSergei Trofimovich1-2/+0
2024-02-05nixos/hostapd: fix utf8Ssid setting not properly honoredoddlama1-1/+1
2023-10-24nixos/hostapd: remove managementFrameProtectionTom Fitzhenry1-29/+2
2023-10-24nixos/hostapd: document that legacy example should have optional MFPTom Fitzhenry1-0/+1
2023-10-20nixos: fix bad mkEnableOption descriptionsBjørn Forsman1-2/+2
2023-08-11nixos/hostapd: add missing stringification of path in INI formatoddlama1-1/+1
2023-07-25nixos/hostapd: fix regression after refactoring to RFC42.oddlama1-5/+2
2023-07-21nixos/hostapd: add AF_PACKET to RestrictAddressFamiliesRishi Desai1-0/+1
2023-07-02nixos/hostapd: rewrite to support multi-AP, password from file, and moreoddlama1-176/+1239
2023-02-11Merge branch 'master' into nixos/hostapdNaïm Favier1-25/+27
2023-01-14nixos/version: add config.system.nixos.distroName and config.system.nixos.dis...Victor Fuentes1-1/+2
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-21/+21
2021-01-29nixos/hostapd: add interface typeScriptkiddi1-0/+1
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-2/+2
2020-06-20nixos/hostapd: Enable 802.11n / 802.11ac by defaultCraig Hall1-0/+2
2020-06-20nixos/hostapd: Disable insecure TKIP by defaultCraig Hall1-0/+1
2020-06-20nixos/hostapd: Remove blank default for cfg.interfaceCraig Hall1-1/+0
2020-05-05Merge pull request #86712 from rardiol/hostapdLassulus1-2/+35
2020-05-04nixos/hostapd: conditionally enable ieee80211dRicardo Ardissone1-1/+5
2020-05-04nixos/hostapd: add logLevel optionRicardo Ardissone1-2/+15
2020-05-04nixos/hostapd: add countryCode optionRicardo Ardissone1-1/+15
2020-05-03nixos/hostapd: use CRDARicardo Ardissone1-0/+2
2020-04-27treewide: add types to boolean / enable options or make use of mkEnableOptionDominik Xaver Hörl1-0/+2
2020-04-21treewide: add bool type to enable options, or make use of mkEnableOptionDominik Xaver Hörl1-0/+1
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-4/+4
2019-06-24hostapd: starting hostapd systemd service at boot.Félix Baylac-Jacqué1-0/+1
2019-06-24hostapd: Add noscan mode.Félix Baylac-Jacqué1-2/+11
2019-04-12nixos/hostapd: escape interface names for hostapdMaximilian Bosch1-3/+5
2019-03-24nixos/hostapd: /var/run -> /runBob van der Linden1-1/+1
2018-10-17Fix hostapd's place in systemd dependency tree. (#45464)clefru1-3/+3
2018-06-30hostapd: use WPA2 instead of WPA1 by defaultMikhail Klementev1-1/+1
2018-05-11hostapd: remove assertion (allow 5GHz channels)Yegor Timoshenko1-5/+0
2017-06-14hostapd dependency fix for https://github.com/nixos/nixpkgs/issues/16090 (#26...Joachim Schiele1-1/+1
2016-11-16hostapd module: use enumEric Sagnes1-4/+1
2016-10-23nixos: use types.lines for extraConfigEmery Hemingway1-1/+1
2015-12-26hostapd: rename extraCfg -> extraConfig, added assertsJakob Gillich1-23/+24
2015-12-05hostapd service: improve option descriptionsTobias Geerinckx-Rice1-14/+28
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+2
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+163