Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wpi/
HDif_wpi.c221 static int wpi_cmd(struct wpi_softc *, uint8_t, const void *, uint16_t,
2276 wpi_cmd(sc, WPI_CMD_SCAN_ABORT, NULL, in wpi_notif_intr()
3272 wpi_cmd(struct wpi_softc *sc, uint8_t code, const void *buf, uint16_t size, in wpi_cmd() function
3409 error = wpi_cmd(sc, WPI_CMD_MRR_SETUP, &mrr, sizeof mrr, 0); in wpi_mrr_setup()
3417 error = wpi_cmd(sc, WPI_CMD_MRR_SETUP, &mrr, sizeof mrr, 0); in wpi_mrr_setup()
3451 error = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof node, 1); in wpi_add_node()
3492 return wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof node, async); in wpi_add_broadcast_node()
3557 error = wpi_cmd(sc, WPI_CMD_DEL_NODE, &node, sizeof node, 1); in wpi_del_node()
3592 error = wpi_cmd(sc, WPI_CMD_EDCA_PARAMS, &cmd, sizeof cmd, 1); in wpi_updateedca()
3656 (void)wpi_cmd(sc, WPI_CMD_SET_LED, &led, sizeof led, 1); in wpi_set_led()
[all …]