ieee80211_nwkey
struct ieee80211_nwkey nwkey;
struct ieee80211_nwkey nwkey;
struct ieee80211_nwkey nwkey;
netbsd32_from_ieee80211_nwkey(struct ieee80211_nwkey *nwk,
IOCTL_STRUCT_CONV_TO(SIOCS80211NWKEY, ieee80211_nwkey);
IOCTL_STRUCT_CONV_TO(SIOCG80211NWKEY, ieee80211_nwkey);
struct ieee80211_nwkey *nwk, u_long cmd)
an_set_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
an_set_nwkey_wep(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
an_set_nwkey_eap(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
an_get_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
static int an_set_nwkey(struct an_softc *, struct ieee80211_nwkey *);
static int an_set_nwkey_wep(struct an_softc *, struct ieee80211_nwkey *);
static int an_set_nwkey_eap(struct an_softc *, struct ieee80211_nwkey *);
static int an_get_nwkey(struct an_softc *, struct ieee80211_nwkey *);
error = an_set_nwkey(sc, (struct ieee80211_nwkey *)data);
error = an_get_nwkey(sc, (struct ieee80211_nwkey *)data);
struct ieee80211_nwkey *nwkey;
nwkey = (struct ieee80211_nwkey *)data;
nwkey = (struct ieee80211_nwkey *)data;
#define SIOCS80211NWKEY _IOW('i', 232, struct ieee80211_nwkey)
#define SIOCG80211NWKEY _IOWR('i', 233, struct ieee80211_nwkey)