cozybit / wpa_supplicant-o11s-legacy

wpa_supplicant
Other
6 stars 10 forks source link

cannot enable mode n in secured mesh while open mesh can #21

Open lingyunli63 opened 6 years ago

lingyunli63 commented 6 years ago

hello, everyone i am using WNA1100 wifi usb dongles to build a mesh network on ubuntu 1604. WNA1100 uses AR9271 chip,which support b/g/n(150Mbps). ath9k_htc driver in the linux kernel supports this usb dongle.

the open mesh network without password is build successfully, with command below iw dev $meshdev set channel 3 HT40+ 802.11 n (150Mbps) is enabled.

however, using wpa_supplicant, the secured mesh network builds successfully. But, i cannot enable 802.11n. my wpa_supplicant.conf is blow.

ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=adm user_mpm=1 network={ ssid="llymesh" mode=5 frequency=2432 key_mgmt=SAE psk="securedpassword" }

the iw command is below, _iw dev $meshdev set channel 3 HT40+ ifconfig $meshdev 192.168.3.80 sudo ./wpa_supplicant-o11s-legacy/wpa_supplicant/wpa_supplicant -d -Dnl80211 -iwlx4494fc0f6ec8 -c wpasupplicant.conf -B

So how to enable mode n with wpa_supplicant? change another wifi card would help?

lingyunli63 commented 6 years ago

the wpa code is from Git clone https://github.com/cozybit/wpa_supplicant-o11s-legacy.git

chunyeow commented 6 years ago

Suggest that you use the latest wpa_supplicant hosted here: https://w1.fi/hostapd/

On Tue, Nov 14, 2017 at 10:59 AM, lingyunli63 notifications@github.com wrote:

the wpa code is from Git clone https://github.com/cozybit/wpa_supplicant-o11s-legacy.git

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cozybit/wpa_supplicant-o11s-legacy/issues/21#issuecomment-344131078, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBewkUoI_D__XLwj1N5bwxxvG1Sc86vks5s2QH9gaJpZM4Qcts9 .