Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

added --psk-file option #399

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

added --psk-file option #399

wants to merge 2 commits into from

Conversation

Defelo
Copy link

@Defelo Defelo commented Jun 23, 2019

Added --psk-file option to use the wpa_psk_file key of the Hostapd config. When using this option you need to provide a file with MAC address, WPA key pairs instead of a password, e.g.:

Content of wpa_keys.psk:

00:11:22:33:44:55 Passw0rdForF1rstD3vice
aa:bb:cc:dd:ee:ff 763377c7f4b9183c33e3cf5a7988068531b4bb912d630cc6618bf7484406db30
00:00:00:00:00:00 password_for_everyone

Command: sudo create_ap --psk-file wlan0 eth0 MyNetwork wpa_keys.psk

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant