Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for arbitrary hostapd parameters #8

Open
Vafa-Andalibi opened this issue Feb 13, 2019 · 1 comment
Open

Support for arbitrary hostapd parameters #8

Vafa-Andalibi opened this issue Feb 13, 2019 · 1 comment

Comments

@Vafa-Andalibi
Copy link

I tried to add other hostapd parameters that are for specifying the authentication server, e.g. auth_server_addr, but the docker-ap raised warning that they are not recognized. Then I went through the docker-ap file and noticed that it reads the parameters one by one from the wlan_config.txt and inputs them in the hostapd.conf and there are only handful of parameters considered in it. Three questions:

  • Is there any way to add arbitrary hostapd parameters other than SSID, passphrase, hw_mode and channel?
  • Is there any specific reason behind parsing the parameters from wlan_config.txt? Why not just copy paste the file into /etc/hostapd/ inside the container?
  • Do you accept PR if you are ok with this approach? I can implement this in a way to replace the parsing or as a separate feature.

Thanks,

@Vafa-Andalibi Vafa-Andalibi changed the title other hostapd parameters Support for arbitrary hostapd parameters Feb 13, 2019
@fgg89
Copy link
Owner

fgg89 commented Feb 16, 2019

Hi @Vafa-Andalibi,

When I made the script it was enough for me to implement it the way it is now, but indeed you are right and your approach is the way it should be (getting rid of the parsing), so any PR will be welcome! :)

Thanks in advance.

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

No branches or pull requests

2 participants