wg_data_io
wgc_set(struct wg_softc *sc, struct wg_data_io *wgd)
wgc_get(struct wg_softc *sc, struct wg_data_io *wgd)
struct wg_data_io *wgd = (struct wg_data_io *)data;
static int wgc_get(struct wg_softc *, struct wg_data_io *);
static int wgc_set(struct wg_softc *, struct wg_data_io *);
#define SIOCSWG _IOWR('i', 210, struct wg_data_io)
#define SIOCGWG _IOWR('i', 211, struct wg_data_io)