mar_w

Gargoyle_Mediatek_AP+STA

Jun 3rd, 2021 (edited)
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 KB | None | 0 0
  1. [email protected]'s password:
  2.  
  3. BusyBox v1.30.1 () built-in shell (ash)
  4.  
  5. _____ _ _____ _
  6. | __ \ | | | __ \| |
  7. | | \/ __ _ _ __ __ _ ___ _ _| | ___ | |__) | |
  8. | | __ / _` | '__/ _` |/ _ \| | | | |/ _ \ | ___/| |
  9. | |_\ \ (_| | | | (_| | (_) | |_| | | __/ | | | |__
  10. \____/\__,_|_| \__, |\___/ \__, |_|\___| |_| |____|
  11. __/ | __/ |
  12. |___/ |___/
  13.  
  14. -----------------------------------------------------------------------------
  15. | |
  16. | Gargoyle PL 1.13.0.0pre10 (29ba79b0) |
  17. | OpenWrt 19.07-SNAPSHOT, r11351-a1ee0ebbd8 |
  18. | |
  19. | Build time: 2021-05-22 10:25 CEST |
  20. | Cezary Jackiewicz, https://eko.one.pl |
  21. | |
  22. -----------------------------------------------------------------------------
  23. | Machine: Xiaomi MiWiFi Mini |
  24. | Uptime: 0d, 00:32:42 |
  25. | Load: 0.00 0.00 0.00 |
  26. | Flash: total: 6.6MB, free: 6.3MB, used: 6% |
  27. | Memory: total: 122.0MB, free: 99.6MB, used: 18% |
  28. | Leases: 2 |
  29. | lan: static, 192.168.1.1 |
  30. | wan6: none, ? |
  31. | wan: dhcp, 10.0.0.230 |
  32. | radio1: lan, mode: ap, ssid: sluga, channel: 6, conn: 1 |
  33. | radio1: wan, mode: sta, ssid: Pan, channel: 6, conn: 1 |
  34. -----------------------------------------------------------------------------
  35.  
  36.  
  37.  
  38. root@Gargoyle:~# iw phy phy1 info
  39. ...
  40. Supported interface modes:
  41. * IBSS
  42. * managed
  43. * AP
  44. * AP/VLAN
  45. * monitor
  46. * mesh point
  47. Band 1:
  48. Capabilities: 0x2fe
  49. HT20/HT40
  50. SM Power Save disabled
  51. RX Greenfield
  52. RX HT20 SGI
  53. RX HT40 SGI
  54. TX STBC
  55. RX STBC 2-streams
  56. Max AMSDU length: 3839 bytes
  57. No DSSS/CCK HT40
  58. Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
  59. Minimum RX AMPDU time spacing: 2 usec (0x04)
  60. HT TX/RX MCS rate indexes supported: 0-15, 32
  61. Frequencies:
  62. * 2412 MHz [1] (20.0 dBm)
  63. * 2417 MHz [2] (20.0 dBm)
  64. * 2422 MHz [3] (20.0 dBm)
  65. * 2427 MHz [4] (20.0 dBm)
  66. * 2432 MHz [5] (20.0 dBm)
  67. * 2437 MHz [6] (20.0 dBm)
  68. * 2442 MHz [7] (20.0 dBm)
  69. * 2447 MHz [8] (20.0 dBm)
  70. * 2452 MHz [9] (20.0 dBm)
  71. * 2457 MHz [10] (20.0 dBm)
  72. * 2462 MHz [11] (20.0 dBm)
  73. * 2467 MHz [12] (20.0 dBm) (no IR)
  74. * 2472 MHz [13] (20.0 dBm) (no IR)
  75. * 2484 MHz [14] (20.0 dBm) (no IR)
  76. valid interface combinations:
  77. * #{ managed, AP, mesh point } <= 8,
  78. total <= 8, #channels <= 1
  79. ...
  80.  
  81. root@Gargoyle:~# uci show network
  82. network.loopback=interface
  83. network.loopback.ifname='lo'
  84. network.loopback.proto='static'
  85. network.loopback.ipaddr='127.0.0.1'
  86. network.loopback.netmask='255.0.0.0'
  87. network.globals=globals
  88. network.globals.ula_prefix='fdef:4d66:68c9::/48'
  89. network.lan=interface
  90. network.lan.type='bridge'
  91. network.lan.ifname='eth0.1'
  92. network.lan.proto='static'
  93. network.lan.ipaddr='192.168.1.1'
  94. network.lan.netmask='255.255.255.0'
  95. network.lan.ip6assign='60'
  96. network.lan.dns='192.168.1.1'
  97. network.lan.ip6ifaceid='::1'
  98. network.lan_eth0_1_dev=device
  99. network.lan_eth0_1_dev.name='eth0.1'
  100. network.lan_eth0_1_dev.macaddr='xx:xx:xx:xx:xx:xx'
  101. network.wan_eth0_2_dev=device
  102. network.wan_eth0_2_dev.name='eth0.2'
  103. network.wan6=interface
  104. network.wan6.ifname='eth0.2'
  105. network.wan6.proto='none'
  106. network.@switch[0]=switch
  107. network.@switch[0].name='switch0'
  108. network.@switch[0].reset='1'
  109. network.@switch[0].enable_vlan='1'
  110. network.@switch_vlan[0]=switch_vlan
  111. network.@switch_vlan[0].device='switch0'
  112. network.@switch_vlan[0].vlan='1'
  113. network.@switch_vlan[0].ports='0 1 6t'
  114. network.@switch_vlan[1]=switch_vlan
  115. network.@switch_vlan[1].device='switch0'
  116. network.@switch_vlan[1].vlan='2'
  117. network.@switch_vlan[1].ports='4 6t'
  118. network.wan=interface
  119. network.wan.proto='dhcp'
  120. network.wan.ipv6='0'
  121.  
  122.  
  123. root@Gargoyle:~# uci show wireless
  124. wireless.radio0=wifi-device
  125. wireless.radio0.type='mac80211'
  126. wireless.radio0.channel='36'
  127. wireless.radio0.hwmode='11a'
  128. wireless.radio0.path='pci0000:00/0000:00:00.0/0000:01:00.0'
  129. wireless.radio0.htmode='VHT80'
  130. wireless.radio0.noscan='1'
  131. wireless.radio0.country='00'
  132. wireless.radio1=wifi-device
  133. wireless.radio1.type='mac80211'
  134. wireless.radio1.hwmode='11g'
  135. wireless.radio1.path='platform/10180000.wmac'
  136. wireless.radio1.htmode='HT20'
  137. wireless.radio1.channel='6'
  138. wireless.radio1.country='00'
  139. wireless.ap_g=wifi-iface
  140. wireless.ap_g.device='radio1'
  141. wireless.ap_g.mode='ap'
  142. wireless.ap_g.network='lan'
  143. wireless.ap_g.disassoc_low_ack='0'
  144. wireless.ap_g.ssid='sluga'
  145. wireless.ap_g.encryption='psk2'
  146. wireless.ap_g.key='********'
  147. wireless.stacfg=wifi-iface
  148. wireless.stacfg.device='radio1'
  149. wireless.stacfg.mode='sta'
  150. wireless.stacfg.network='wan'
  151. wireless.stacfg.key='********'
  152. wireless.stacfg.ssid='Pan'
  153. wireless.stacfg.encryption='psk2'
  154.  
  155.  
  156. root@Gargoyle:~# iwinfo
  157. wlan1 ESSID: "Pan"
  158. Access Point: xx:xx:xx:xx:xx:xx
  159. Mode: Client Channel: 6 (2.437 GHz)
  160. Tx-Power: 20 dBm Link Quality: 70/70
  161. Signal: -29 dBm Noise: unknown
  162. Bit Rate: 243.0 MBit/s
  163. Encryption: WPA2 PSK (CCMP)
  164. Type: nl80211 HW Mode(s): 802.11bgn
  165. Hardware: 14C3:7620 14C3:000C [MediaTek MT7620]
  166. TX power offset: none
  167. Frequency offset: none
  168. Supports VAPs: yes PHY name: phy1
  169.  
  170. wlan1-1 ESSID: "sluga"
  171. Access Point: xx:xx:xx:xx:xx:xx
  172. Mode: Master Channel: 6 (2.437 GHz)
  173. Tx-Power: 20 dBm Link Quality: 70/70
  174. Signal: -27 dBm Noise: unknown
  175. Bit Rate: 65.0 MBit/s
  176. Encryption: WPA2 PSK (CCMP)
  177. Type: nl80211 HW Mode(s): 802.11bgn
  178. Hardware: 14C3:7620 14C3:000C [MediaTek MT7620]
  179. TX power offset: none
  180. Frequency offset: none
  181. Supports VAPs: yes PHY name: phy1
Advertisement
Add Comment
Please, Sign In to add comment