-
Notifications
You must be signed in to change notification settings - Fork 315
Controlling Channel Width, Enabling MIMO, Channel Bonding
freqyXin edited this page Sep 10, 2019
·
1 revision
The --channel-width
flag is used to manually specify the access point's channel width when 802.11n mode is enabled. The access point's channel width can be set to either 20MHz or 40Mhz, as shown in the next two examples.
To create a rogue 802.11n AP with a 20Mhz channel width:
./eaphammer -i wlan0 --essid lulz0rz --hw-mode n --channel 1 --channel-width 20
To create a rogue 892.11n AP with a 40MHz channel width:
./eaphammer -i wlan0 --essid lulz0rz --hw-mode n --channel 1 --channel-width 40
If 802.11n mode is enabled and the --channel-width flag is not used, eaphammer will create a rogue AP with a default 20MHz channel width.
-
- XIV.1 - Interactive Mode
-
XIV.2 - Creating Certificates
--cert-wizard create
-
XIV.3 - Importing Certificates and Keys
--cert-wizard import
- XIV.4 - Listing Previously Imported or Created Certificates
--cert-wizard list
- XIV.5 - Regenerating Diffie Hellman (DH) Parameters
--cert-wizard dh
- XIV.6 - Overriding EAPHammer's Static Configuration