mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-10-10 09:28:04 +00:00
revise paths, add ethernet deps
This commit is contained in:
Binary file not shown.
BIN
SD_ROOT/wz_mini/bin/dropbearmulti
Executable file → Normal file
BIN
SD_ROOT/wz_mini/bin/dropbearmulti
Executable file → Normal file
Binary file not shown.
13
SD_ROOT/wz_mini/bin/iwconfig.sh
Normal file
13
SD_ROOT/wz_mini/bin/iwconfig.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/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'
|
||||
|
BIN
SD_ROOT/wz_mini/bin/wg
Normal file
BIN
SD_ROOT/wz_mini/bin/wg
Normal file
Binary file not shown.
4
SD_ROOT/wz_mini/bin/wpa_cli.sh
Normal file
4
SD_ROOT/wz_mini/bin/wpa_cli.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo 'wpa_state=COMPLETED'
|
||||
echo ip_addresss=`ifconfig wlan0 | awk '/inet / {print $2}' | awk -F: '{print $2}'`
|
Reference in New Issue
Block a user