Page MenuHomeVyOS Platform

Add new cipher suites to the WiFi configuration
Closed, ResolvedPublicFEATURE REQUEST

Description

set interfaces wireless wlan1 security wpa cipher CIPHER-SUITE

Yet, VyOS knows these two encryption schemes for WiFi:

  1. CCMP = AES in Counter mode with CBC-MAC (CCMP-128)
  2. TKIP = Temporal Key Integrity Protocol

These encryption schemes are new and especially the Galois counter mode cipher suites are very desirable!

  1. CCMP-256 = AES in Counter mode with CBC-MAC with 256-bit key
  2. GCMP = Galois/counter mode protocol (GCMP-128)
  3. GCMP-256 = Galois/counter mode protocol with 256-bit key

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)