wpa_supplicant: inaccessible or not found in android 12

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

wpa_supplicant: inaccessible or not found in android 12

3,483件の閲覧回数
diwakar2599
Contributor II

For Bring up the wlan0 interface and then start the wpa_supplicant daemon in the background

 

127|mek_8q:/system/bin # ip link set wlan0 up

127|mek_8q:/system/bin #wpa_supplicant -B -i wlan0 -c /data/misc/wifi/wpa_supplicant/wpa_supplicant.conf

/system/bin/sh: wpa_supplicant: inaccessible or not found

 

This the error I am facing pls help me out to solve this issue

 

 

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

3,446件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

I believe you're using the incorrect path for wpa_supplicant.conf
/vendor/bin/hw/wpa_supplicant

Please try with the one above and let us know of the results.

Best regards,
Aldo.

0 件の賞賛
返信

3,432件の閲覧回数
diwakar2599
Contributor II
Hi @AldoG

I have tried with this
mek_8q:/vendor/bin/hw #wpa_supplicant -B -i wlan0 -c /data/misc/wifi/wpa_supplicant/wpa_supplicant.conf
/system/bin/sh: wpa_supplicant: inaccessible or not found





0 件の賞賛
返信

3,427件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

I meant that, the path you're selecting for the configuration file is not correct, your command should look something like this:
wpa_supplicant -B -i wlan0 -c /vendor/bin/hw/wpa_supplicant/wpa_supplicant.conf

Best regards,
Aldo.

0 件の賞賛
返信