Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpi.c234 static int wpi_send_rxon(struct wpi_softc *, int, int);
1761 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) { in wpi_newstate()
1810 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) { in wpi_newstate()
3585 if (wpi_send_rxon(sc, 1, 1) != 0) { in wpi_update_promisc()
3861 wpi_send_rxon(struct wpi_softc *sc, int assoc, int async) in wpi_send_rxon() function
3992 if ((error = wpi_send_rxon(sc, 0, 0)) != 0) { in wpi_config()
4324 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) { in wpi_auth()
4543 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) { in wpi_run()
5609 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) in wpi_set_channel()