This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
hostapd
Watch
6
Star
0
Fork
You've already forked hostapd
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
4740d5b9d9
hostapd
/
src
/
wps
/
Makefile
9 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
Added preliminary Wi-Fi Protected Setup (WPS) implementation This adds WPS support for both hostapd and wpa_supplicant. Both programs can be configured to act as WPS Enrollee and Registrar. Both PBC and PIN methods are supported. Currently, hostapd has more complete configuration option for WPS parameters and wpa_supplicant configuration style will likely change in the future. External Registrars are not yet supported in hostapd or wpa_supplicant. While wpa_supplicant has initial support for acting as an Registrar to configure an AP, this is still using number of hardcoded parameters which will need to be made configurable for proper operation.
2008-11-23 18:34:26 +01:00
all
:
@echo Nothing to be made.
clean
:
rm -f *~ *.o *.d
Improved 'make install' (use BINDIR/LIBDIR, install shared objects)
2009-02-15 13:22:50 +01:00
install
:
@echo Nothing to be made.
Reference in a new issue
Copy permalink