About IMX28 wpa_supplicant

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About IMX28 wpa_supplicant

Jump to solution
1,446 Views
pt
Senior Contributor I

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

Labels (2)
Tags (2)
0 Kudos
1 Solution
874 Views
LeonardoSandova
Specialist I

Does your PATH system variable includes the folder where the binary is located? you may try

export PATH=/usr/local/sbin:$PATH

View solution in original post

0 Kudos
8 Replies
874 Views
pt
Senior Contributor I

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

0 Kudos
874 Views
pt
Senior Contributor I

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.

0 Kudos
874 Views
pt
Senior Contributor I

I have checked the wpa_supplicant.spec. Found that conf file of this package is ap_config.conf.

0 Kudos
874 Views
pt
Senior Contributor I

Hi Qiang_FSL

when I tried  wpa_supplicant command ,I am  getting command not found message.

How to solve the issue.

Regards

Pt

0 Kudos
875 Views
LeonardoSandova
Specialist I

Does your PATH system variable includes the folder where the binary is located? you may try

export PATH=/usr/local/sbin:$PATH

0 Kudos
874 Views
pt
Senior Contributor I

Hi

Thank you.It works.

Regards

Pt

0 Kudos
874 Views
alejandrolozan1
NXP Employee
NXP Employee

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

0 Kudos
874 Views
qiang_li-mpu_se
NXP Employee
NXP Employee

Sorry, I haven't tried wpa_supplicant in Linux.

0 Kudos