revise paths, add ethernet deps

This commit is contained in:
Alfonso Gamboa
2022-04-12 23:26:15 -07:00
parent b63fe86438
commit 448941ba59
10 changed files with 74 additions and 34 deletions

Binary file not shown.

BIN
SD_ROOT/wz_mini/bin/dropbearmulti Executable file → Normal file

Binary file not shown.

View 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

Binary file not shown.

View File

@@ -0,0 +1,4 @@
#!/bin/sh
echo 'wpa_state=COMPLETED'
echo ip_addresss=`ifconfig wlan0 | awk '/inet / {print $2}' | awk -F: '{print $2}'`