driver_hermes and wpa_supplicant CVS

Holger Schurig hs4233
Wed Jan 26 08:07:16 PST 2005


>From agere website I can download either

http://www.agere.com/mobility/docs/wl_lkm_718_release.tar.gz
http://www.agere.com/mobility/docs/wl_lkm_722_abg.tar.gz

Both contain a driver_hermes.c, but both driver_hermes.c won't work with 
wpa_supplicant from current CVS, e.g. look at this snippet:

---------------------------------
static int wpa_driver_hermes_associate(...)
{
...
        if (wpa_driver_wext_set_ssid(ifname, ssid, ssid_len) < 0)
                ret = -1;
...
---------------------------------

Here the Hermes driver is re-using code in the Wireless extenstions 
driver. Unfortunately, the interface has changes. Here is an excerpt from 
driver_wext.h:

---------------------------------
int wpa_driver_wext_set_freq(void *priv, int freq);
---------------------------------


Is there an updated driver_hermes.c available somewhere?




More information about the Hostap mailing list