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

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c597 wpi_init_beacon(struct wpi_vap *wvp) argument
599 struct wpi_buf *bcn = &wvp->wv_bcbuf;
624 struct wpi_vap *wvp; local
630 wvp = malloc(sizeof(struct wpi_vap), M_80211_VAP, M_WAITOK | M_ZERO);
631 vap = &wvp->wv_vap;
635 WPI_VAP_LOCK_INIT(wvp);
636 wpi_init_beacon(wvp);
643 wvp->wv_recv_mgmt = vap->iv_recv_mgmt;
646 wvp->wv_newstate = vap->iv_newstate;
662 struct wpi_vap *wvp local
1666 struct wpi_vap *wvp = WPI_VAP(vap); local
1706 wpi_restore_node_table(struct wpi_softc *sc, struct wpi_vap *wvp) argument
1725 struct wpi_vap *wvp = WPI_VAP(vap); local
3389 struct wpi_vap *wvp = WPI_VAP(ni->ni_vap); local
4345 wpi_config_beacon(struct wpi_vap *wvp) argument
4402 struct wpi_vap *wvp = WPI_VAP(vap); local
4435 struct wpi_vap *wvp = WPI_VAP(vap); local
4775 struct wpi_vap *wvp = WPI_VAP(vap); local
[all...]

Completed in 89 milliseconds