Home
last modified time | relevance | path

Searched refs:wnm (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/tests/fuzzing/wnm/
DMakefile1 ALL=wnm
45 OBJS += wnm.o
56 wnm: $(OBJS) $(LIBS) target
60 rm -f wnm *~ *.o *.d ../*~ ../*.o ../*.d
D.gitignore1 wnm
/hostap-latest/tests/
DREADME118 cd wnm-fuzzer
121 mkdir wnm-examples
122 cp *.dat wnm-examples
123 afl-fuzz -i wnm-examples -o wnm-findings -- $PWD/wnm-fuzzer @@
/hostap-latest/src/drivers/
Ddriver.h6250 struct wnm { struct
6263 } wnm; member
/hostap-latest/wpa_supplicant/
Devents.c4979 switch (data->wnm.oper) { in wpa_supplicant_event_wnm()
4983 data->wnm.sleep_action, data->wnm.sleep_intval); in wpa_supplicant_event_wnm()
4984 ieee802_11_send_wnmsleep_req(wpa_s, data->wnm.sleep_action, in wpa_supplicant_event_wnm()
4985 data->wnm.sleep_intval, NULL); in wpa_supplicant_event_wnm()