Symbol: ieee80211_nwkey
sbin/ifconfig/ifconfig.c
1953
struct ieee80211_nwkey nwkey;
sbin/ifconfig/ifconfig.c
2461
struct ieee80211_nwkey nwkey;
sys/dev/ic/an.c
127
int an_set_nwkey(struct an_softc *, struct ieee80211_nwkey *);
sys/dev/ic/an.c
128
int an_set_nwkey_wep(struct an_softc *, struct ieee80211_nwkey *);
sys/dev/ic/an.c
129
int an_get_nwkey(struct an_softc *, struct ieee80211_nwkey *);
sys/dev/ic/an.c
1377
an_set_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
sys/dev/ic/an.c
1412
an_set_nwkey_wep(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
sys/dev/ic/an.c
1518
an_get_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
sys/dev/ic/an.c
907
error = an_set_nwkey(sc, (struct ieee80211_nwkey *)data);
sys/dev/ic/an.c
910
error = an_get_nwkey(sc, (struct ieee80211_nwkey *)data);
sys/dev/ic/if_wi.c
149
STATIC int wi_set_nwkey(struct wi_softc *, struct ieee80211_nwkey *);
sys/dev/ic/if_wi.c
150
STATIC int wi_get_nwkey(struct wi_softc *, struct ieee80211_nwkey *);
sys/dev/ic/if_wi.c
1776
error = wi_set_nwkey(sc, (struct ieee80211_nwkey *)data);
sys/dev/ic/if_wi.c
1779
error = wi_get_nwkey(sc, (struct ieee80211_nwkey *)data);
sys/dev/ic/if_wi.c
2845
wi_set_nwkey(struct wi_softc *sc, struct ieee80211_nwkey *nwkey)
sys/dev/ic/if_wi.c
2906
wi_get_nwkey(struct wi_softc *sc, struct ieee80211_nwkey *nwkey)
sys/net80211/ieee80211_ioctl.c
214
const struct ieee80211_nwkey *nwkey)
sys/net80211/ieee80211_ioctl.c
272
struct ieee80211_nwkey *nwkey)
sys/net80211/ieee80211_ioctl.h
144
#define SIOCS80211NWKEY _IOW('i', 232, struct ieee80211_nwkey)
sys/net80211/ieee80211_ioctl.h
145
#define SIOCG80211NWKEY _IOWR('i', 233, struct ieee80211_nwkey)
sys/net80211/ieee80211_ioctl.h
286
struct ieee80211_nwkey i_nwkey;
sys/net80211/ieee80211_node.c
233
const struct ieee80211_nwkey *nwkey)