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
{{ message }}
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
My phone's wifi chip is BCM4356
I create a visual card use this command:
iw dev wlan0 interface add wlan0_ap type __ap
ifconfig -a
wlan0_ap: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 04:e2:b9:17:18:72 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
create_ap wlan0_ap wlan0 myap 12345678
got this error messeage:
Failed to get phy interface
ERROR: Your adapter does not support AP (master) mode
but iw list show it support ap:
iw list
Wiphy phy0
max # scan SSIDs: 10
max scan IEs length: 2048 bytes
........
Supported interface modes:
* IBSS
* managed
* AP
* P2P-client
* P2P-GO
* P2P-device
.....
WoWLAN support:
* wake up on anything (device continues operating normally)
software interface modes (can always be added):
valid interface combinations:
* #{ AP } <= 1, #{ managed } <= 2, #{ P2P-client, P2P-GO } <= 2, #{ P2P-device } <= 1, #{ IBSS } <= 1,
total <= 4, #channels <= 2
Device supports scan flush.
How can i to fix this issue? need to modify the wifi driver etc.?
The text was updated successfully, but these errors were encountered: