wi.c | 199 STATIC int wi_cmd(struct wi_softc *, int, int, int, int); 818 wi_cmd(sc, WI_CMD_TEST | (WI_TEST_MONITOR << 8), 0, 0, 0); 948 wi_cmd(sc, WI_CMD_ENABLE | sc->sc_portnum, 0, 0, 0); 967 wi_cmd(sc, WI_CMD_DISABLE | WI_PORT0, 0, 0, 0); 968 wi_cmd(sc, WI_CMD_ENABLE | WI_PORT0, 0, 0, 0); 1032 wi_cmd(sc, WI_CMD_DISABLE | sc->sc_portnum, 0, 0, 0); 1303 if ((error = wi_cmd(sc, WI_CMD_INI, 0, 0, 0)) == 0) 1341 wi_cmd(sc, WI_CMD_INQUIRE, WI_INFO_SCAN_RESULTS, 0, 0); 2050 if (wi_cmd(sc, WI_CMD_INQUIRE, 2676 wi_cmd(sc, WI_CMD_DISABLE | sc->sc_portnum, 0, 0, 0) 2816 wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2) function in typeref:typename:STATIC int [all...] |