Searched refs:wpi_send_rxon (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sys/dev/netif/wpi/ |
| HD | if_wpi.c | 240 static int wpi_send_rxon(struct wpi_softc *, int, int); 1798 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) { in wpi_newstate() 1847 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) { in wpi_newstate() 3632 if (wpi_send_rxon(sc, 1, 1) != 0) { in wpi_update_promisc() 3914 wpi_send_rxon(struct wpi_softc *sc, int assoc, int async) in wpi_send_rxon() function 4045 if ((error = wpi_send_rxon(sc, 0, 0)) != 0) { in wpi_config() 4377 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) { in wpi_auth() 4596 if ((error = wpi_send_rxon(sc, 0, 1)) != 0) { in wpi_run() 5676 if ((error = wpi_send_rxon(sc, 0, 1)) != 0)
|