1

I have a PC which can emit a wifi hotspot. Currently I can use create_ap to create a WiFi hotspot in 2.4GHz without problem.

I also have a wifi extender which requires the wifi emitter to enter WPS mode in order to extend the wifi signal.

Could create_ap be switched into WPS mode?

Henricus V.
  • 111
  • 3
  • 1
    would this help? https://unix.stackexchange.com/questions/372902/how-to-configure-hostapd-conf-for-wps-push-button – A.B Dec 20 '18 at 22:19
  • @A.B That post is related to hostapd which create_ap depends on, but I don't think create_ap allows the user to configure the underlying hostapd – Henricus V. Dec 21 '18 at 02:03
  • 1
    Then without modifying `create_ap` the answer to the question is no: the word "wps", used in hostapd's configuration, doesn't appear anywhere in [`create_ap`](https://raw.githubusercontent.com/oblique/create_ap/master/create_ap) – A.B Dec 21 '18 at 03:12
  • The `create_ap` will auto create a temporary `hostapd.conf` file , it doesn't include the wps parameter. – GAD3R Dec 21 '18 at 21:26

0 Answers0