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

/freebsd-current/sys/dev/wpi/
H A Dif_wpivar.h124 struct wpi_vap { struct
140 #define WPI_VAP(vap) ((struct wpi_vap *)(vap))
H A Dif_wpi.c132 static void wpi_init_beacon(struct wpi_vap *);
185 static void wpi_restore_node_table(struct wpi_softc *, struct wpi_vap *);
244 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 126 milliseconds