sometimes I want to experiment with analyzing networks, dumping raw air traffic, etc. And I don't get
this in particular:
Code: Select all
# iwconfig
enp0s25 no wireless extensions.
wlp3s0 no wireless extensions.
lo no wireless extensions.
sit0 no wireless extensions.
Code: Select all
# ifconfig
wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.88.246 netmask 255.255.255.0 broadcast 192.168.88.255
inet6 fe80::5e51:4fff:fee6:9e75 prefixlen 64 scopeid 0x20<link>
ether my_mac_address txqueuelen 1000 (Ethernet)
RX packets 65947 bytes 51756555 (49.3 MiB)
RX errors 0 dropped 7402 overruns 0 frame 0
TX packets 39112 bytes 9756598 (9.3 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Code: Select all
[ 2.345897] iwlwifi 0000:03:00.0: irq 60 for MSI/MSI-X
[ 4.027179] iwlwifi 0000:03:00.0: loaded firmware version 22.0.7.0 op_mode iwlmvm
[ 4.027191] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[ 4.027651] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[ 4.028090] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[ 4.246928] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 4.566351] systemd-udevd[1964]: renamed network interface wlan0 to wlp3s0
Did I miss something? Did wireless-tools like iwconfig stop supporting new intel cards? And the aircrack-ng package too?



