acx_exec_command 1592 dev/ic/acx.c   	if (acx_exec_command(sc, ACXCMD_SLEEP, NULL, 0, NULL, 0) != 0) {
acx_exec_command 1609 dev/ic/acx.c   	if (acx_exec_command(sc, ACXCMD_WAKEUP, NULL, 0, NULL, 0) != 0)
acx_exec_command 2513 dev/ic/acx.c   	return (acx_exec_command(sc, ACXCMD_JOIN_BSS,
acx_exec_command 2520 dev/ic/acx.c   	if (acx_exec_command(sc, ACXCMD_ENABLE_TXCHAN, &chan, sizeof(chan),
acx_exec_command 2527 dev/ic/acx.c   	if (acx_exec_command(sc, ACXCMD_ENABLE_RXCHAN, &chan, sizeof(chan),
acx_exec_command 2553 dev/ic/acx.c   	return (acx_exec_command(sc, ACXCMD_GET_CONF, confcom, sizeof(*confcom),
acx_exec_command 2573 dev/ic/acx.c   	return (acx_exec_command(sc, ACXCMD_SET_CONF, conf, conf_len, NULL, 0));
acx_exec_command 2591 dev/ic/acx.c   	return (acx_exec_command(sc, cmd, tmplt, tmplt_len, NULL, 0));
acx_exec_command 2602 dev/ic/acx.c   	return (acx_exec_command(sc, ACXCMD_INIT_RADIO, &r, sizeof(r), NULL,
acx_exec_command  509 dev/ic/acx100.c 	if (acx_exec_command(sc, ACXCMD_INIT_MEM, NULL, 0, NULL, 0) != 0) {
acx_exec_command  491 dev/ic/acxvar.h int	acx_exec_command(struct acx_softc *, uint16_t, void *, uint16_t,