Searched refs:hfa384x_drvr_setconfig (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | prism2.c | 510 static int hfa384x_drvr_setconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len) in hfa384x_drvr_setconfig() function 551 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(UINT16)); in hfa384x_drvr_setconfig16() 558 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(UINT32)); 797 …result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, ssid, HFA384x_RID_CNFDESIREDSSID_L… in prism2_probe()
|
D | hfa384x.h | 2750 hfa384x_drvr_setconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len); 2780 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(value)); in hfa384x_drvr_setconfig16() 2787 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(value)); in hfa384x_drvr_setconfig32() 2811 return hfa384x_drvr_setconfig(hw, rid, buf, len); in hfa384x_drvr_setconfig_async()
|