문제

I wish to enable the wifi direct in android jelly bean. But the logcat messgaes shows the below error message.

E/WifiHW ( 2460): Unable to open connection to supplicant on "/data/misc/wifi/sockets/p2p0": No such file or directory

I googled to find out the exact reason for this message.But could not find any.

Could anyone please share why this error occuring?

도움이 되었습니까?

해결책

It looks like the wpa_supplicant on your device is built without P2P support.
Check if CONFIG_P2P is enabled in it's android.config file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top