openwrt/package/network/services/hostapd/files
Daniel Golle f5753aae23 hostapd: add support for WPS pushbutton station
similar to hostapd, also add a ubus interface for wpa_supplicant
which will allow handling WPS push-button just as it works for hostapd.
In order to have wpa_supplicant running without any network
configuration (so you can use it to retrieve credentials via WPS),
configure wifi-iface in /etc/config/wireless:

  config wifi-iface 'default_radio0'
      option device 'radio0'
      option network 'wwan'
      option mode 'sta'
      option encryption 'wps'

This section will automatically be edited if credentials have
successfully been acquired via WPS.

Size difference (mips_24kc): roughly +4kb for the 'full' variants of
wpa_supplicant and wpad which do support WPS.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-12-12 09:37:23 +01:00
..
hostapd-basic.config hostapd: add basic variant 2018-10-16 15:07:41 +01:00
hostapd-full.config hostapd: sync config with default configuration 2018-10-14 13:57:14 +02:00
hostapd-mini.config hostapd: sync config with default configuration 2018-10-14 13:57:14 +02:00
hostapd.sh hostapd: add support for WPS pushbutton station 2018-12-12 09:37:23 +01:00
multicall.c
wpa_supplicant-basic.config hostapd: add support for WPS pushbutton station 2018-12-12 09:37:23 +01:00
wpa_supplicant-full.config hostapd: add support for WPS pushbutton station 2018-12-12 09:37:23 +01:00
wpa_supplicant-mini.config hostapd: add support for WPS pushbutton station 2018-12-12 09:37:23 +01:00
wpa_supplicant-p2p.config hostapd: add support for WPS pushbutton station 2018-12-12 09:37:23 +01:00
wps-hotplug.sh hostapd: add support for WPS pushbutton station 2018-12-12 09:37:23 +01:00