Hi Qiang_FSL
I have selected wpa_supplicant package in ltib and build successfully.
But I couldn't find wpa_supplicant.conf. It is missing.
Best Regards
Parvathy
Solved! Go to Solution.
Does your PATH system variable includes the folder where the binary is located? you may try
export PATH=/usr/local/sbin:$PATH
The wpa_supplicant found in usr/local/sbin/ location
root@freescale /usr/local/sbin$ ls -l
-rwxr-xr-x 1 root root 80346 Aug 27 2014 wpa_cli
-rwxr-xr-x 1 root root 71860 Aug 27 2014 wpa_passphrase
-rwxr-xr-x 1 root root 614353 Aug 27 2014 wpa_supplicant
But couldn't find its conf file
found ap_config.conf file.
/usr/etc/unifi/ap_config.conf
ctrl_interface=/var/run/wpa_supplicant
update_config=1
network={
ssid="cisco-2"
key_mgmt=NONE
auth_alg=OPEN
disabled=1
id_str="p2"
}
But wpa_supplicant.conf is missing.
I have checked the wpa_supplicant.spec. Found that conf file of this package is ap_config.conf.
Hi Qiang_FSL
when I tried wpa_supplicant command ,I am getting command not found message.
How to solve the issue.
Regards
Pt
Does your PATH system variable includes the folder where the binary is located? you may try
export PATH=/usr/local/sbin:$PATH
Hi
Thank you.It works.
Regards
Pt
Hi,
Have you tried to find that commnad?
find -name wpa_supplicant
from root directory? Perhaps it is found in othe r
I wonder if LTIB performed the installation of the packaged in the rootfs. How did you install the package?
Have you tried Yocto?
Best Regards,
Alejandro
Sorry, I haven't tried wpa_supplicant in Linux.