Searched refs:ieee80211_nwkey (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/net80211/ |
H A D | ieee80211_ioctl.h | 129 struct ieee80211_nwkey { struct 144 #define SIOCS80211NWKEY _IOW('i', 232, struct ieee80211_nwkey) argument 145 #define SIOCG80211NWKEY _IOWR('i', 233, struct ieee80211_nwkey) 285 struct ieee80211_nwkey i_nwkey;
|
H A D | ieee80211_ioctl.c | 211 const struct ieee80211_nwkey *nwkey) in ieee80211_ioctl_setnwkeys() 269 struct ieee80211_nwkey *nwkey) in ieee80211_ioctl_getnwkeys()
|
H A D | ieee80211_node.c | 224 const struct ieee80211_nwkey *nwkey) in ieee80211_ess_setnwkeys()
|
/openbsd/sys/dev/ic/ |
H A D | an.c | 127 int an_set_nwkey(struct an_softc *, struct ieee80211_nwkey *); 128 int an_set_nwkey_wep(struct an_softc *, struct ieee80211_nwkey *); 129 int an_get_nwkey(struct an_softc *, struct ieee80211_nwkey *); 907 error = an_set_nwkey(sc, (struct ieee80211_nwkey *)data); in an_ioctl() 910 error = an_get_nwkey(sc, (struct ieee80211_nwkey *)data); in an_ioctl() 1377 an_set_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey) in an_set_nwkey() 1412 an_set_nwkey_wep(struct an_softc *sc, struct ieee80211_nwkey *nwkey) in an_set_nwkey_wep() 1518 an_get_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey) in an_get_nwkey()
|
H A D | if_wi.c | 149 STATIC int wi_set_nwkey(struct wi_softc *, struct ieee80211_nwkey *); 150 STATIC int wi_get_nwkey(struct wi_softc *, struct ieee80211_nwkey *); 1776 error = wi_set_nwkey(sc, (struct ieee80211_nwkey *)data); in wi_ioctl() 1779 error = wi_get_nwkey(sc, (struct ieee80211_nwkey *)data); in wi_ioctl() 2845 wi_set_nwkey(struct wi_softc *sc, struct ieee80211_nwkey *nwkey) in wi_set_nwkey() 2906 wi_get_nwkey(struct wi_softc *sc, struct ieee80211_nwkey *nwkey) in wi_get_nwkey()
|
/openbsd/sbin/ifconfig/ |
H A D | ifconfig.c | 1933 struct ieee80211_nwkey nwkey; in setifnwkey() 2423 struct ieee80211_nwkey nwkey; in ieee80211_status()
|