You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@localhost:~# uname -a
Linux localhost 4.9.326-Mi8937 #1 SMP PREEMPT Mon Sep 12 02:37:27 UTC 2022 aarch64 GNU/Linux
root@localhost:~# zcat /proc/config.gz | grep CONFIG_CFG80211
CONFIG_CFG80211=y
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
CONFIG_CFG80211_INTERNAL_REGDB=y
# CONFIG_CFG80211_CRDA_SUPPORT is not set
# CONFIG_CFG80211_WEXT is not set
root@localhost:~# lshw | grep wireless=
configuration: broadcast=yes driver=wcnss_wlan multicast=yes wireless=Qcom:802.11n
root@localhost:~# iw phy | grep -iA2 'valid interface combinations'
valid interface combinations:
* #{ managed } <= 3, #{ IBSS, AP } <= 1, #{ P2P-client, P2P-GO } <= 1,
total <= 3, #channels <= 2
#Network
# Wi-Fi (managed)
Wi-Fi Interface: wlan0
Wi-Fi IP: 192.168.1.4 (192.168.0/24)
Wi-Fi Gateway: 192.168.1.1
Wi-Fi Subnet: 192.168.1.0/24
# AP
AP Interface: wlan0-ap
AP IP: 192.168.42.1
AP Gateway: 192.168.42.1
AP Subnet: 192.168.42.0/24
#Problems
The mnet script works, other device able to connect to the wlan0-ap and automaticly get IP from DHCP Server while wlan0 in managed mode.
Device that connected to wlan0-ap cannot connect to Internet and ping to AP working with delay (long delay but low ping about under 10ms).
The text was updated successfully, but these errors were encountered:
#Information
Android Version: 13
ROM: LineageOS 18.1
Root: Yes
#Network
#Problems
The mnet script works, other device able to connect to the wlan0-ap and automaticly get IP from DHCP Server while wlan0 in managed mode.
Device that connected to wlan0-ap cannot connect to Internet and ping to AP working with delay (long delay but low ping about under 10ms).
The text was updated successfully, but these errors were encountered: