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

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h125 struct wpi_vap { struct
141 #define WPI_VAP(vap) ((struct wpi_vap *)(vap))
H A Dif_wpi.c131 static void wpi_init_beacon(struct wpi_vap *);
184 static void wpi_restore_node_table(struct wpi_softc *, struct wpi_vap *);
243 static int wpi_config_beacon(struct wpi_vap *);
597 wpi_init_beacon(struct wpi_vap *wvp)
624 struct wpi_vap *wvp;
630 wvp = malloc(sizeof(struct wpi_vap), M_80211_VAP, M_WAITOK | M_ZERO);
662 struct wpi_vap *wvp = WPI_VAP(vap);
1666 struct wpi_vap *wvp = WPI_VAP(vap);
1706 wpi_restore_node_table(struct wpi_softc *sc, struct wpi_vap *wvp)
1725 struct wpi_vap *wv
[all...]

Completed in 46 milliseconds