This website requires JavaScript.
Explore
Help
Sign In
Amazing-Mirror
/
fragattacks
Watch
1
Star
0
Fork
0
You've already forked fragattacks
mirror of
https://github.com/vanhoefm/fragattacks.git
synced
2024-11-26 17:28:29 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
d9c753b4f5
fragattacks
/
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 12:34:26 -05:00
all
:
@echo Nothing to be made.
clean
:
rm -f *~ *.o *.d
Improved 'make install' (use BINDIR/LIBDIR, install shared objects)
2009-02-15 07:22:50 -05:00
install
:
@echo Nothing to be made.
Reference in New Issue
Copy Permalink