Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

ERROR: Your adapter does not support AP (master) mode #448

Open
lasyka opened this issue May 8, 2020 · 0 comments
Open

ERROR: Your adapter does not support AP (master) mode #448

lasyka opened this issue May 8, 2020 · 0 comments

Comments

@lasyka
Copy link

lasyka commented May 8, 2020

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.?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant