Skip to content

Simple implementation of Wi-Fi AP from scratch

Notifications You must be signed in to change notification settings

masa282/wifi-ap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#an example of setup
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up

#an example of execution
./a.out wlan0 6

ap

About

Simple implementation of Wi-Fi AP from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages