Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 38c28ef10c54
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7b8a7cee7846
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 23, 2019

  1. hostapd: Add noscan mode.

    Applies OpenWRT's noscan patch to hostapd and the relevant option to
    the hostapd module.
    
    This noscan patch adds a new `noscan` option allowing us to create
    some overlapping BSSs in HT40+/- mode.
    
    Note: this option is disabled by default, we leave this up to the end
    user whether it should be enabled or not.
    
    Not being able to create those overlapping BSSs is basically
    preventing us to use 802.11n in any urban area where chances to
    overlap with another SSID are extremely high.
    
    The patch we are using is a courtesy of the openwrt team and is
    applied to the defaul hostapd package in both OpenWRT and Archlinux.
    picnoir committed Jun 23, 2019
    Copy the full SHA
    98deb87 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5121f8d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Merge pull request #63699 from NinjaTrappeur/nin-hostapd-noscan

    hostapd: add noscan mode
    grahamc committed Jun 25, 2019
    Copy the full SHA
    7b8a7ce View commit details
    Browse the repository at this point in the history