Searched refs:hfa384x_drvr_setconfig (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dprism2.c519 static int hfa384x_drvr_setconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len) function
560 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(UINT16));
567 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(UINT32));
806 result = hfa384x_drvr_setconfig(hw, HFA384x_RID_CNFDESIREDSSID, ssid, HFA384x_RID_CNFDESIREDSSID_LEN); /* Set the SSID */
H A Dhfa384x.h2750 hfa384x_drvr_setconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len);
2780 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(value));
2787 return hfa384x_drvr_setconfig(hw, rid, &value, sizeof(value));
2811 return hfa384x_drvr_setconfig(hw, rid, buf, len);

Completed in 52 milliseconds