Searched refs:hfa384x_drvr_setconfig (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | prism2mib.c | 393 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() 728 hfa384x_drvr_setconfig(hw, in prism2mib_priv()
|
D | prism2mgmt.c | 233 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFOWNSSID, in prism2mgmt_scan() 242 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, in prism2mgmt_scan() 293 result = hfa384x_drvr_setconfig(hw, in prism2mgmt_scan() 563 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFOWNSSID, in prism2mgmt_start() 569 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, in prism2mgmt_start() 1059 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, in prism2mgmt_autojoin()
|
D | prism2sta.c | 1061 result = hfa384x_drvr_setconfig(hw, in prism2sta_inf_scanresults() 1397 hfa384x_drvr_setconfig(hw, in prism2sta_processing_defer() 1690 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_AUTHENTICATESTA, in prism2sta_inf_authreq_defer()
|
D | hfa384x.h | 1374 int hfa384x_drvr_setconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len); 1390 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(value)); in hfa384x_drvr_setconfig16()
|
D | hfa384x_usb.c | 2511 int hfa384x_drvr_setconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len) in hfa384x_drvr_setconfig() function
|