Skip to content
  1. Feb 03, 2024
  2. Feb 02, 2024
  3. Feb 01, 2024
  4. Jan 31, 2024
  5. Jan 30, 2024
  6. Jan 29, 2024
  7. Jan 28, 2024
    • Manuel Giganto's avatar
      luci-mod-network: add ppsk option (support for Private PSK) · 75a2fd23
      Manuel Giganto authored
      Include support in luci to enable the Private PSK.
      When Private PSK is enabled, clients can use a default password (common),
      or have their own private password that is associated with the client MAC.
      
      The password is retrieved from RADIUS server, asking for the client MAC,
      and when such client MAC is not defined, RADIUS should return a default
      password.
      
      RADIUS can also return other parameters like VLANs, which can be used to
      put clients dynamically in different VLANs based on their MAC, or the
      default configuration.
      
      Private PSK is not compatible yet with SAE encryption, therefore cannot
      be used yet with WPA3 or WPA3-mixed.
      
      It implements the UI for the PPSK already in master: https://github.com/openwrt/openwrt/pull/3509
      
      
      
      Signed-off-by: default avatarManuel Giganto <mgigantoregistros@gmail.com>
      75a2fd23
  8. Jan 26, 2024
  9. Jan 25, 2024