Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dprism2mib.c366 hfa384x_drvr_setconfig(hw, mib->parm1, bytebuf, mib->parm2); in prism2mib_bytearea2pstr()
520 result = hfa384x_drvr_setconfig(hw, mib->parm1, bytebuf, len); in prism2mib_wepdefaultkey()
665 hfa384x_drvr_setconfig(hw, in prism2mib_priv()
H A Dprism2mgmt.c225 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFOWNSSID, in prism2mgmt_scan()
234 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, in prism2mgmt_scan()
285 result = hfa384x_drvr_setconfig(hw, in prism2mgmt_scan()
538 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFOWNSSID, in prism2mgmt_start()
544 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, in prism2mgmt_start()
1039 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, in prism2mgmt_autojoin()
H A Dprism2sta.c1041 result = hfa384x_drvr_setconfig(hw, in prism2sta_inf_scanresults()
1375 hfa384x_drvr_setconfig(hw, in prism2sta_processing_defer()
1666 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_AUTHENTICATESTA, in prism2sta_inf_authreq_defer()
H A Dhfa384x.h1182 int hfa384x_drvr_setconfig(struct hfa384x *hw, u16 rid, void *buf, u16 len);
1199 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(value)); in hfa384x_drvr_setconfig16()
H A Dhfa384x_usb.c2273 int hfa384x_drvr_setconfig(struct hfa384x *hw, u16 rid, void *buf, u16 len) in hfa384x_drvr_setconfig() function