Symbol: ieee80211_nwkey
sbin/ifconfig/ieee80211.c
345
struct ieee80211_nwkey nwkey;
sbin/ifconfig/ieee80211.c
409
struct ieee80211_nwkey nwkey;
sbin/ifconfig/ieee80211.c
596
struct ieee80211_nwkey nwkey;
sys/compat/netbsd32/netbsd32_ioctl.c
1030
netbsd32_from_ieee80211_nwkey(struct ieee80211_nwkey *nwk,
sys/compat/netbsd32/netbsd32_ioctl.c
1671
IOCTL_STRUCT_CONV_TO(SIOCS80211NWKEY, ieee80211_nwkey);
sys/compat/netbsd32/netbsd32_ioctl.c
1673
IOCTL_STRUCT_CONV_TO(SIOCG80211NWKEY, ieee80211_nwkey);
sys/compat/netbsd32/netbsd32_ioctl.c
479
struct ieee80211_nwkey *nwk, u_long cmd)
sys/dev/ic/an.c
1054
an_set_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
sys/dev/ic/an.c
1097
an_set_nwkey_wep(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
sys/dev/ic/an.c
1203
an_set_nwkey_eap(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
sys/dev/ic/an.c
1268
an_get_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
sys/dev/ic/an.c
127
static int an_set_nwkey(struct an_softc *, struct ieee80211_nwkey *);
sys/dev/ic/an.c
128
static int an_set_nwkey_wep(struct an_softc *, struct ieee80211_nwkey *);
sys/dev/ic/an.c
129
static int an_set_nwkey_eap(struct an_softc *, struct ieee80211_nwkey *);
sys/dev/ic/an.c
130
static int an_get_nwkey(struct an_softc *, struct ieee80211_nwkey *);
sys/dev/ic/an.c
937
error = an_set_nwkey(sc, (struct ieee80211_nwkey *)data);
sys/dev/ic/an.c
940
error = an_get_nwkey(sc, (struct ieee80211_nwkey *)data);
sys/net80211/ieee80211_ioctl.c
2567
struct ieee80211_nwkey *nwkey;
sys/net80211/ieee80211_ioctl.c
2622
nwkey = (struct ieee80211_nwkey *)data;
sys/net80211/ieee80211_ioctl.c
2716
nwkey = (struct ieee80211_nwkey *)data;
sys/net80211/ieee80211_ioctl.h
558
#define SIOCS80211NWKEY _IOW('i', 232, struct ieee80211_nwkey)
sys/net80211/ieee80211_ioctl.h
559
#define SIOCG80211NWKEY _IOWR('i', 233, struct ieee80211_nwkey)