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

iwlwifi monitor interface staging throws scapy.runtime warnings #80

Closed joshschmelzle closed 2 years ago

joshschmelzle commented 2 years ago

Investigate if there is a way to suppress or stop scapy from warning us about the monitor interface we create for iwlwifi cards:

WARNING: This interface is not specified in any provider ! See conf.ifaces output
2021-11-05 07:58:13,703 [WARNING] scapy.runtime: This interface is not specified in any provider ! See conf.ifaces output
WARNING: This interface is not specified in any provider ! See conf.ifaces output
2021-11-05 07:58:13,705 [WARNING] scapy.runtime: This interface is not specified in any provider ! See conf.ifaces output
joshschmelzle commented 2 years ago

dd88a6c fixes.