You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
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>
6 years ago
..
base-files base-files: add sysupgrade -k to save list of pkgs 6 years ago
boot uboot-fritz4040: update package to 2018-12-09 6 years ago
devel valgrind: enable LTO and refresh patches 6 years ago
firmware ath10k-firmware: Fix mirror hash sum (FS#1983) 6 years ago
kernel brcm2708-gpu-fw: add fw required for camera module 6 years ago
libs nettle: bump to 3.4.1 6 years ago
network hostapd: add support for WPS pushbutton station 6 years ago
system procd: update to latest git HEAD 6 years ago
utils util-linux: Update to 2.33 6 years ago
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 6 years ago