HomeSort by: relevance | last modified time | path
    Searched refs:ieee80211_nwkey (Results 1 - 5 of 5) sorted by relevancy

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

Completed in 18 milliseconds