Open docterling opened 1 year ago
miracle-dhcp is in charge of manage connections as GO. But it doesn't work. We need some expert able to review that part to fix it.
I tried to find documentation about dhcp to create at least a failed test. Any help appreciate
in src/wifi/wifid.c file,func manager_add_udev_link,why ignored device start with "p2p-"? my realtek driver compile with CONFIG_CONCURRENT_MODE and RTW_P2P_GROUP_INTERFACE=1,it will use virtual p2p-dev-xxx0 devcie,and if i in wpa_cli exec p2p_group_add,it will create another virtual p2p-xxx0-0 device,in this situation,what interface_name in wifid.c should i use?
p2p-
is the prefix for any internal interface miraclecast creates, so cannot be the wifi interface to start a wifi direct connection
cause i must use my wifi module as p2p and sta the same time in buildroot linux,so i complie my driver to support both,and after insmod the ko,i can see both p2p0 and wlan0,but when my phone connect it report some errors:
so how to create the "p2p-p2p0-0" device?
and if my driver don't complie with p2p0 interface i works fine as group client.any suggestions?