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 09:18:24 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
0af57c3dd8
fragattacks
/
src
/
ap
/
Makefile
9 lines
116 B
Makefile
Raw
Normal View
History
Unescape
Escape
Move generic AP functionality implementation into src/ap This code can be shared by both hostapd and wpa_supplicant and this is an initial step in getting the generic code moved to be under the src directories. Couple of generic files still remain under the hostapd directory due to direct dependencies to files there. Once the dependencies have been removed, they will also be moved to the src/ap directory to allow wpa_supplicant to be built without requiring anything from the hostapd directory.
2009-12-24 18:12:50 -05:00
all
:
@echo Nothing to be made.
clean
:
Add CONFIG_CODE_COVERAGE=y option for gcov This can be used to measure code coverage from test scripts. Signed-hostap: Jouni Malinen <j@w1.fi>
2013-11-24 12:16:12 -05:00
rm -f *~ *.o *.d *.gcno *.gcda *.gcov
Move generic AP functionality implementation into src/ap This code can be shared by both hostapd and wpa_supplicant and this is an initial step in getting the generic code moved to be under the src directories. Couple of generic files still remain under the hostapd directory due to direct dependencies to files there. Once the dependencies have been removed, they will also be moved to the src/ap directory to allow wpa_supplicant to be built without requiring anything from the hostapd directory.
2009-12-24 18:12:50 -05:00
install
:
@echo Nothing to be made.
Reference in New Issue
Copy Permalink