Home
last modified time | relevance | path

Searched refs:hfa384x_drvr_setconfig (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/staging/wlan-ng/
Dprism2mgmt.c231 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFOWNSSID, in prism2mgmt_scan()
240 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, in prism2mgmt_scan()
287 result = hfa384x_drvr_setconfig(hw, in prism2mgmt_scan()
549 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFOWNSSID, in prism2mgmt_start()
555 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, in prism2mgmt_start()
1042 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, in prism2mgmt_autojoin()
Dprism2mib.c393 hfa384x_drvr_setconfig(hw, mib->parm1, bytebuf, mib->parm2); in prism2mib_bytearea2pstr()
547 result = hfa384x_drvr_setconfig(hw, mib->parm1, bytebuf, len); in prism2mib_wepdefaultkey()
737 hfa384x_drvr_setconfig(hw, in prism2mib_priv()
Dprism2sta.c1090 result = hfa384x_drvr_setconfig(hw, in prism2sta_inf_scanresults()
1426 hfa384x_drvr_setconfig(hw, in prism2sta_processing_defer()
1726 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_AUTHENTICATESTA, in prism2sta_inf_authreq_defer()
Dhfa384x.h1373 int hfa384x_drvr_setconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len);
1387 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(value)); in hfa384x_drvr_setconfig16()
Dhfa384x_usb.c2531 int hfa384x_drvr_setconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len) in hfa384x_drvr_setconfig() function