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

/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c236 static int wpi_send_rxon(struct wpi_softc *, int, int);
1759 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) {
1808 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) {
3566 if (wpi_send_rxon(sc, 1, 1) != 0) {
3842 wpi_send_rxon(struct wpi_softc *sc, int assoc, int async) function
3973 if ((error = wpi_send_rxon(sc, 0, 0)) != 0) {
4305 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) {
4524 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) {
5590 if ((error = wpi_send_rxon(sc, 0, 1)) != 0)

Completed in 68 milliseconds