sys/dev/ic/acx.c
1590
if (acx_exec_command(sc, ACXCMD_SLEEP, NULL, 0, NULL, 0) != 0) {
sys/dev/ic/acx.c
1607
if (acx_exec_command(sc, ACXCMD_WAKEUP, NULL, 0, NULL, 0) != 0)
sys/dev/ic/acx.c
2496
return (acx_exec_command(sc, ACXCMD_JOIN_BSS,
sys/dev/ic/acx.c
2503
if (acx_exec_command(sc, ACXCMD_ENABLE_TXCHAN, &chan, sizeof(chan),
sys/dev/ic/acx.c
2510
if (acx_exec_command(sc, ACXCMD_ENABLE_RXCHAN, &chan, sizeof(chan),
sys/dev/ic/acx.c
2536
return (acx_exec_command(sc, ACXCMD_GET_CONF, confcom, sizeof(*confcom),
sys/dev/ic/acx.c
2556
return (acx_exec_command(sc, ACXCMD_SET_CONF, conf, conf_len, NULL, 0));
sys/dev/ic/acx.c
2574
return (acx_exec_command(sc, cmd, tmplt, tmplt_len, NULL, 0));
sys/dev/ic/acx.c
2585
return (acx_exec_command(sc, ACXCMD_INIT_RADIO, &r, sizeof(r), NULL,
sys/dev/ic/acx100.c
510
if (acx_exec_command(sc, ACXCMD_INIT_MEM, NULL, 0, NULL, 0) != 0) {
sys/dev/ic/acxvar.h
483
int acx_exec_command(struct acx_softc *, uint16_t, void *, uint16_t,