WLAN-Pi / wlanpi-profiler

Wi-Fi client capabilities analyzer tool built for the WLAN Pi
BSD 3-Clause "New" or "Revised" License
25 stars 8 forks source link

on exit restore NIC to state prior to running #30

Closed joshschmelzle closed 4 years ago

joshschmelzle commented 4 years ago

currently when profiler version 1.0.0-a1 runs, the interface is put into monitor mode, the channel is set, and airmon-ng check kill is run. it may be a good enhancement to put the interface back in the state it was prior to running:

  1. check and save interface state on start
  2. prep interface for the profiler
  3. on deconstruction restore interface state to previous
joshschmelzle commented 4 years ago

closing this until further feedback is provided.