- #!/bin/sh
- echo 'wlan0 IEEE 802.11bgn ESSID:"ethernet" Nickname:"<WIFI@REALTEK>"'
- echo ' Mode:Managed Frequency:2.472 GHz Access Point: 70:8B:CD:86::E8'
- echo ' Bit Rate:72.2 Mb/s Sensitivity:0/0 '
- echo ' Retry:off RTS thr:off Fragment thr:off'
- echo ' Encryption key:****-****-****-****-****-****-****-**** Security mode:open'
- echo ' Power Management:off'
- echo ' Link Quality=92/100 Signal level=100/100 Noise level=0/100'
- echo ' Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0'
- echo ' Tx excessive retries:0 Invalid misc:0 Missed beacon:0'
|