about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index 3b22eee..46e4b00 100644 --- a/README.md +++ b/README.md
@@ -30,6 +30,10 @@ $ cmake .. -DCMAKE_BUILD_TYPE=Debug
30$ make 30$ make
31$ sudo make install 31$ sudo make install
32``` 32```
33```
34$ ./test_misc
35libwifi version: dev-fixup-7909700
36```
33 37
34## Examples 38## Examples
35Some examples are available in the `examples/` directory, which show the general flow of how libwifi is used to generate and parse different types of 802.11 frame. 39Some examples are available in the `examples/` directory, which show the general flow of how libwifi is used to generate and parse different types of 802.11 frame.