$ iwconfig
lo no wireless
extensions.
enp2s0 no wireless extensions.
wlx1cbfceaae44d IEEE 802.11 ESSID:off/any
Mode:Managed Access Point:
Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr:off
Fragment thr:off
Power Management:off
$ sudo ifconfig wlx1cbfceaae44d
wlx1cbfceaae44d:
flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether
1c:bf:ce:aa:e4:4d txqueuelen 1000 (イーサネット)
RX packets
0 bytes 0 (0.0 B)
RX errors
0 dropped 0 overruns 0 frame 0
TX packets
0 bytes 0 (0.0 B)
TX errors
0 dropped 0 overruns 0 carrier 0
collisions 0
$ sudo ifconfig wlx1cbfceaae44d down
$ sudo iwconfig wlx1cbfceaae44d mode monitor
$ sudo ifconfig wlx1cbfceaae44d up
$ sudo ifconfig wlx1cbfceaae44d
wlx1cbfceaae44d:
flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
unspec
1C-BF-CE-AA-E4-4D-00-00-00-00-00-00-00-00-00-00
txqueuelen 1000 (不明なネット)
RX packets
2412317 bytes 380570756 (380.5 MB)
RX errors
0 dropped 109773 overruns 0 frame 0
TX packets
0 bytes 0 (0.0 B)
TX errors
0 dropped 0 overruns 0 carrier 0
collisions 0
|