thx for notice - will add conflict/replace for it
BTW - can you write HowTo about OZ 3.5.4x and WPA?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=123180\"][{POST_SNAPBACK}][/a][/div]
I was editing the post while you were replying Maybe Spectral can give feedback... I noticed wpa_supplicant is not compiled with hostap support but just generic wireless extensions. Dunno if that matters...
I'll be happy to post a WPA howto on OpenZaurus.org and OESF.org as soon as it works!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=123183\"][{POST_SNAPBACK}][/a][/div]
The wpa_supplicant that I compiled was using the default defconfig
that came with the source, so hostap and wext is enabled.
I tried the updated wpa_supplicant from OZ feed and although
it didnt support "-Dhostap", specifying wext works fine for me.
So I am not sure if hostap support is the problem here coz
both "-Dhostap" and "-Dwext" works for me.
I am using a SMC2642 card (prism) which I had flashed
with updated firmware (NIC:1.0.0, PRI:1.1.1, STA:1.8.2).
Could you check if your Wifi card has the supported
firmware (STA>=1.7.0, if I remember correctly)?
Here is my wpa_supplicant.conf if its of any help
(I suggest your specify only TKIP and nothing-else):
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
network={
ssid="Your SSID"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk="Your PSK"
priority=0
}