wi_softc 136 dev/ic/if_wi.c STATIC void wi_reset(struct wi_softc *); wi_softc 138 dev/ic/if_wi.c STATIC void wi_init_io(struct wi_softc *); wi_softc 142 dev/ic/if_wi.c STATIC void wi_rxeof(struct wi_softc *); wi_softc 143 dev/ic/if_wi.c STATIC void wi_txeof(struct wi_softc *, int); wi_softc 144 dev/ic/if_wi.c STATIC void wi_update_stats(struct wi_softc *); wi_softc 145 dev/ic/if_wi.c STATIC void wi_setmulti(struct wi_softc *); wi_softc 147 dev/ic/if_wi.c STATIC int wi_cmd_io(struct wi_softc *, int, int, int, int); wi_softc 148 dev/ic/if_wi.c STATIC int wi_read_record_io(struct wi_softc *, struct wi_ltv_gen *); wi_softc 149 dev/ic/if_wi.c STATIC int wi_write_record_io(struct wi_softc *, struct wi_ltv_gen *); wi_softc 150 dev/ic/if_wi.c STATIC int wi_read_data_io(struct wi_softc *, int, wi_softc 152 dev/ic/if_wi.c STATIC int wi_write_data_io(struct wi_softc *, int, wi_softc 154 dev/ic/if_wi.c STATIC int wi_seek(struct wi_softc *, int, int, int); wi_softc 157 dev/ic/if_wi.c STATIC int wi_setdef(struct wi_softc *, struct wi_req *); wi_softc 158 dev/ic/if_wi.c STATIC void wi_get_id(struct wi_softc *); wi_softc 164 dev/ic/if_wi.c STATIC int wi_set_nwkey(struct wi_softc *, struct ieee80211_nwkey *); wi_softc 165 dev/ic/if_wi.c STATIC int wi_get_nwkey(struct wi_softc *, struct ieee80211_nwkey *); wi_softc 166 dev/ic/if_wi.c STATIC int wi_sync_media(struct wi_softc *, int, int); wi_softc 167 dev/ic/if_wi.c STATIC int wi_set_pm(struct wi_softc *, struct ieee80211_power *); wi_softc 168 dev/ic/if_wi.c STATIC int wi_get_pm(struct wi_softc *, struct ieee80211_power *); wi_softc 169 dev/ic/if_wi.c STATIC int wi_set_txpower(struct wi_softc *, struct ieee80211_txpower *); wi_softc 170 dev/ic/if_wi.c STATIC int wi_get_txpower(struct wi_softc *, struct ieee80211_txpower *); wi_softc 172 dev/ic/if_wi.c STATIC int wi_get_debug(struct wi_softc *, struct wi_req *); wi_softc 173 dev/ic/if_wi.c STATIC int wi_set_debug(struct wi_softc *, struct wi_req *); wi_softc 175 dev/ic/if_wi.c STATIC void wi_do_hostencrypt(struct wi_softc *, caddr_t, int); wi_softc 176 dev/ic/if_wi.c STATIC int wi_do_hostdecrypt(struct wi_softc *, caddr_t, int); wi_softc 178 dev/ic/if_wi.c STATIC int wi_alloc_nicmem_io(struct wi_softc *, int, int *); wi_softc 179 dev/ic/if_wi.c STATIC int wi_get_fid_io(struct wi_softc *sc, int fid); wi_softc 180 dev/ic/if_wi.c STATIC void wi_intr_enable(struct wi_softc *sc, int mode); wi_softc 181 dev/ic/if_wi.c STATIC void wi_intr_ack(struct wi_softc *sc, int mode); wi_softc 210 dev/ic/if_wi.c wi_attach(struct wi_softc *sc, struct wi_funcs *funcs) wi_softc 458 dev/ic/if_wi.c wi_intr_enable(struct wi_softc *sc, int mode) wi_softc 465 dev/ic/if_wi.c wi_intr_ack(struct wi_softc *sc, int mode) wi_softc 474 dev/ic/if_wi.c struct wi_softc *sc = vsc; wi_softc 536 dev/ic/if_wi.c wi_get_fid_io(struct wi_softc *sc, int fid) wi_softc 543 dev/ic/if_wi.c wi_rxeof(struct wi_softc *sc) wi_softc 849 dev/ic/if_wi.c wi_txeof(struct wi_softc *sc, int status) wi_softc 869 dev/ic/if_wi.c struct wi_softc *sc; wi_softc 893 dev/ic/if_wi.c wi_update_stats(struct wi_softc *sc) wi_softc 943 dev/ic/if_wi.c wi_cmd_io(struct wi_softc *sc, int cmd, int val0, int val1, int val2) wi_softc 992 dev/ic/if_wi.c wi_reset(struct wi_softc *sc) wi_softc 1025 dev/ic/if_wi.c wi_cor_reset(struct wi_softc *sc) wi_softc 1055 dev/ic/if_wi.c wi_read_record_io(struct wi_softc *sc, struct wi_ltv_gen *ltv) wi_softc 1155 dev/ic/if_wi.c wi_write_record_io(struct wi_softc *sc, struct wi_ltv_gen *ltv) wi_softc 1274 dev/ic/if_wi.c wi_seek(struct wi_softc *sc, int id, int off, int chan) wi_softc 1308 dev/ic/if_wi.c wi_read_data_io(struct wi_softc *sc, int id, int off, caddr_t buf, int len) wi_softc 1334 dev/ic/if_wi.c wi_write_data_io(struct wi_softc *sc, int id, int off, caddr_t buf, int len) wi_softc 1368 dev/ic/if_wi.c wi_alloc_nicmem_io(struct wi_softc *sc, int len, int *id) wi_softc 1399 dev/ic/if_wi.c wi_setmulti(struct wi_softc *sc) wi_softc 1444 dev/ic/if_wi.c wi_setdef(struct wi_softc *sc, struct wi_req *wreq) wi_softc 1551 dev/ic/if_wi.c struct wi_softc *sc; wi_softc 2082 dev/ic/if_wi.c struct wi_softc *sc = (struct wi_softc *)arg; wi_softc 2119 dev/ic/if_wi.c wi_init_io(struct wi_softc *sc) wi_softc 2340 dev/ic/if_wi.c wi_do_hostencrypt(struct wi_softc *sc, caddr_t buf, int len) wi_softc 2399 dev/ic/if_wi.c wi_do_hostdecrypt(struct wi_softc *sc, caddr_t buf, int len) wi_softc 2455 dev/ic/if_wi.c struct wi_softc *sc; wi_softc 2617 dev/ic/if_wi.c wi_mgmt_xmit(struct wi_softc *sc, caddr_t data, int len) wi_softc 2661 dev/ic/if_wi.c wi_stop(struct wi_softc *sc) wi_softc 2689 dev/ic/if_wi.c struct wi_softc *sc; wi_softc 2704 dev/ic/if_wi.c wi_detach(struct wi_softc *sc) wi_softc 2722 dev/ic/if_wi.c struct wi_softc *sc; wi_softc 2731 dev/ic/if_wi.c wi_get_id(struct wi_softc *sc) wi_softc 2815 dev/ic/if_wi.c wi_sync_media(struct wi_softc *sc, int ptype, int txrate) wi_softc 2876 dev/ic/if_wi.c struct wi_softc *sc = ifp->if_softc; wi_softc 2943 dev/ic/if_wi.c struct wi_softc *sc = ifp->if_softc; wi_softc 3000 dev/ic/if_wi.c wi_set_nwkey(struct wi_softc *sc, struct ieee80211_nwkey *nwkey) wi_softc 3061 dev/ic/if_wi.c wi_get_nwkey(struct wi_softc *sc, struct ieee80211_nwkey *nwkey) wi_softc 3092 dev/ic/if_wi.c wi_set_pm(struct wi_softc *sc, struct ieee80211_power *power) wi_softc 3105 dev/ic/if_wi.c wi_get_pm(struct wi_softc *sc, struct ieee80211_power *power) wi_softc 3115 dev/ic/if_wi.c wi_set_txpower(struct wi_softc *sc, struct ieee80211_txpower *txpower) wi_softc 3174 dev/ic/if_wi.c wi_get_txpower(struct wi_softc *sc, struct ieee80211_txpower *txpower) wi_softc 3221 dev/ic/if_wi.c wi_get_debug(struct wi_softc *sc, struct wi_req *wreq) wi_softc 3278 dev/ic/if_wi.c wi_set_debug(struct wi_softc *sc, struct wi_req *wreq) wi_softc 82 dev/ic/if_wi_hostap.c struct wihap_sta_info *wihap_sta_alloc(struct wi_softc *sc, u_int8_t *addr); wi_softc 86 dev/ic/if_wi_hostap.c void wihap_auth_req(struct wi_softc *sc, struct wi_frame *rxfrm, wi_softc 88 dev/ic/if_wi_hostap.c void wihap_sta_deauth(struct wi_softc *sc, u_int8_t sta_addr[], wi_softc 90 dev/ic/if_wi_hostap.c void wihap_deauth_req(struct wi_softc *sc, struct wi_frame *rxfrm, wi_softc 92 dev/ic/if_wi_hostap.c void wihap_assoc_req(struct wi_softc *sc, struct wi_frame *rxfrm, wi_softc 94 dev/ic/if_wi_hostap.c void wihap_sta_disassoc(struct wi_softc *sc, u_int8_t sta_addr[], wi_softc 96 dev/ic/if_wi_hostap.c void wihap_disassoc_req(struct wi_softc *sc, struct wi_frame *rxfrm, wi_softc 188 dev/ic/if_wi_hostap.c wihap_init(struct wi_softc *sc) wi_softc 216 dev/ic/if_wi_hostap.c wihap_sta_disassoc(struct wi_softc *sc, u_int8_t sta_addr[], u_int16_t reason) wi_softc 245 dev/ic/if_wi_hostap.c wihap_sta_deauth(struct wi_softc *sc, u_int8_t sta_addr[], u_int16_t reason) wi_softc 274 dev/ic/if_wi_hostap.c wihap_shutdown(struct wi_softc *sc) wi_softc 349 dev/ic/if_wi_hostap.c struct wi_softc *sc = v; wi_softc 410 dev/ic/if_wi_hostap.c struct wi_softc *sc = sta->sc; wi_softc 435 dev/ic/if_wi_hostap.c struct wi_softc *sc = sta->sc; wi_softc 457 dev/ic/if_wi_hostap.c wihap_sta_alloc(struct wi_softc *sc, u_int8_t *addr) wi_softc 512 dev/ic/if_wi_hostap.c struct wi_softc *sc = sta->sc; wi_softc 550 dev/ic/if_wi_hostap.c wihap_auth_req(struct wi_softc *sc, struct wi_frame *rxfrm, wi_softc 727 dev/ic/if_wi_hostap.c wihap_assoc_req(struct wi_softc *sc, struct wi_frame *rxfrm, wi_softc 867 dev/ic/if_wi_hostap.c wihap_deauth_req(struct wi_softc *sc, struct wi_frame *rxfrm, wi_softc 896 dev/ic/if_wi_hostap.c wihap_disassoc_req(struct wi_softc *sc, struct wi_frame *rxfrm, wi_softc 995 dev/ic/if_wi_hostap.c wihap_mgmt_input(struct wi_softc *sc, struct wi_frame *rxfrm, struct mbuf *m) wi_softc 1108 dev/ic/if_wi_hostap.c wihap_data_input(struct wi_softc *sc, struct wi_frame *rxfrm, struct mbuf *m) wi_softc 1200 dev/ic/if_wi_hostap.c wihap_ioctl(struct wi_softc *sc, u_long command, caddr_t data) wi_softc 1380 dev/ic/if_wi_hostap.c wihap_init(struct wi_softc *sc) wi_softc 1386 dev/ic/if_wi_hostap.c wihap_shutdown(struct wi_softc *sc) wi_softc 1392 dev/ic/if_wi_hostap.c wihap_mgmt_input(struct wi_softc *sc, struct wi_frame *rxfrm, struct mbuf *m) wi_softc 1398 dev/ic/if_wi_hostap.c wihap_data_input(struct wi_softc *sc, struct wi_frame *rxfrm, struct mbuf *m) wi_softc 1404 dev/ic/if_wi_hostap.c wihap_ioctl(struct wi_softc *sc, u_long command, caddr_t data) wi_softc 83 dev/ic/if_wi_hostap.h struct wi_softc *sc; wi_softc 126 dev/ic/if_wi_hostap.h struct wi_softc; wi_softc 130 dev/ic/if_wi_hostap.h int wihap_data_input(struct wi_softc *, struct wi_frame *, struct mbuf *); wi_softc 131 dev/ic/if_wi_hostap.h int wihap_ioctl(struct wi_softc *, u_long, caddr_t); wi_softc 132 dev/ic/if_wi_hostap.h void wihap_init(struct wi_softc *); wi_softc 133 dev/ic/if_wi_hostap.h void wihap_mgmt_input(struct wi_softc *, struct wi_frame *, struct mbuf *); wi_softc 134 dev/ic/if_wi_hostap.h void wihap_shutdown(struct wi_softc *); wi_softc 39 dev/ic/if_wivar.h struct wi_softc { wi_softc 148 dev/ic/if_wivar.h int (*f_cmd)(struct wi_softc *sc, int cmd, int val0, int val1, wi_softc 150 dev/ic/if_wivar.h int (*f_read_record)(struct wi_softc *sc, struct wi_ltv_gen *ltv); wi_softc 151 dev/ic/if_wivar.h int (*f_write_record)(struct wi_softc *sc, wi_softc 153 dev/ic/if_wivar.h int (*f_alloc_nicmem)(struct wi_softc *sc, int len, int *id); wi_softc 154 dev/ic/if_wivar.h int (*f_read_data)(struct wi_softc *sc, int id, int off, wi_softc 156 dev/ic/if_wivar.h int (*f_write_data)(struct wi_softc *sc, int id, int off, wi_softc 158 dev/ic/if_wivar.h int (*f_get_fid)(struct wi_softc *sc, int fid); wi_softc 159 dev/ic/if_wivar.h void (*f_init)(struct wi_softc *sc); wi_softc 169 dev/ic/if_wivar.h int wi_attach(struct wi_softc *, struct wi_funcs *); wi_softc 170 dev/ic/if_wivar.h void wi_detach(struct wi_softc *); wi_softc 172 dev/ic/if_wivar.h void wi_stop(struct wi_softc *); wi_softc 173 dev/ic/if_wivar.h void wi_cor_reset(struct wi_softc *); wi_softc 174 dev/ic/if_wivar.h int wi_mgmt_xmit(struct wi_softc *, caddr_t, int); wi_softc 176 dev/ic/if_wivar.h void wi_update_stats(struct wi_softc *sc); wi_softc 177 dev/ic/if_wivar.h void wi_rxeof(struct wi_softc *sc); wi_softc 178 dev/ic/if_wivar.h void wi_txeof(struct wi_softc *sc, int status); wi_softc 79 dev/pci/if_wi_pci.c int wi_pci_acex_attach(struct pci_attach_args *pa, struct wi_softc *sc); wi_softc 80 dev/pci/if_wi_pci.c int wi_pci_plx_attach(struct pci_attach_args *pa, struct wi_softc *sc); wi_softc 81 dev/pci/if_wi_pci.c int wi_pci_tmd_attach(struct pci_attach_args *pa, struct wi_softc *sc); wi_softc 82 dev/pci/if_wi_pci.c int wi_pci_native_attach(struct pci_attach_args *pa, struct wi_softc *sc); wi_softc 83 dev/pci/if_wi_pci.c int wi_pci_common_attach(struct pci_attach_args *pa, struct wi_softc *sc); wi_softc 84 dev/pci/if_wi_pci.c void wi_pci_plx_print_cis(struct wi_softc *); wi_softc 88 dev/pci/if_wi_pci.c struct wi_softc sc_wi; /* real softc */ wi_softc 99 dev/pci/if_wi_pci.c int (*pp_attach)(struct pci_attach_args *pa, struct wi_softc *sc); wi_softc 146 dev/pci/if_wi_pci.c struct wi_softc *sc = (struct wi_softc *)self; wi_softc 162 dev/pci/if_wi_pci.c struct wi_softc *sc = (struct wi_softc *)arg; wi_softc 187 dev/pci/if_wi_pci.c wi_pci_acex_attach(struct pci_attach_args *pa, struct wi_softc *sc) wi_softc 294 dev/pci/if_wi_pci.c wi_pci_plx_attach(struct pci_attach_args *pa, struct wi_softc *sc) wi_softc 427 dev/pci/if_wi_pci.c wi_pci_tmd_attach(struct pci_attach_args *pa, struct wi_softc *sc) wi_softc 468 dev/pci/if_wi_pci.c wi_pci_native_attach(struct pci_attach_args *pa, struct wi_softc *sc) wi_softc 501 dev/pci/if_wi_pci.c wi_pci_common_attach(struct pci_attach_args *pa, struct wi_softc *sc) wi_softc 532 dev/pci/if_wi_pci.c wi_pci_plx_print_cis(struct wi_softc *sc) wi_softc 81 dev/pcmcia/if_wi_pcmcia.c struct wi_softc sc_wi; wi_softc 377 dev/pcmcia/if_wi_pcmcia.c struct wi_softc *sc = &psc->sc_wi; wi_softc 450 dev/pcmcia/if_wi_pcmcia.c struct wi_softc *sc = &psc->sc_wi; wi_softc 473 dev/pcmcia/if_wi_pcmcia.c struct wi_softc *sc = &psc->sc_wi; wi_softc 137 dev/usb/if_wi_usb.c struct wi_softc sc_wi; wi_softc 405 dev/usb/if_wi_usb.c struct wi_softc *wsc = &sc->sc_wi; wi_softc 576 dev/usb/if_wi_usb.c wi_cmd_usb(struct wi_softc *wsc, int cmd, int val0, int val1, int val2) wi_softc 662 dev/usb/if_wi_usb.c wi_read_record_usb(struct wi_softc *wsc, struct wi_ltv_gen *ltv) wi_softc 791 dev/usb/if_wi_usb.c wi_write_record_usb(struct wi_softc *wsc, struct wi_ltv_gen *ltv) wi_softc 960 dev/usb/if_wi_usb.c wi_alloc_nicmem_usb(struct wi_softc *wsc, int len, int *id) wi_softc 997 dev/usb/if_wi_usb.c wi_write_data_usb(struct wi_softc *wsc, int id, int off, caddr_t buf, int len) wi_softc 1024 dev/usb/if_wi_usb.c wi_read_data_usb(struct wi_softc *wsc, int id, int off, caddr_t buf, int len) wi_softc 1154 dev/usb/if_wi_usb.c struct wi_softc *wsc = &sc->sc_wi; wi_softc 1334 dev/usb/if_wi_usb.c wi_get_fid_usb(struct wi_softc *sc, int fid) wi_softc 1653 dev/usb/if_wi_usb.c struct wi_softc *wsc = &sc->sc_wi; wi_softc 1707 dev/usb/if_wi_usb.c struct wi_softc *wsc; wi_softc 1737 dev/usb/if_wi_usb.c wi_init_usb(struct wi_softc *wsc) wi_softc 1755 dev/usb/if_wi_usb.c struct wi_softc *wsc = xsc; wi_softc 1780 dev/usb/if_wi_usb.c struct wi_softc *wsc; wi_softc 1807 dev/usb/if_wi_usb.c struct wi_softc *wsc; wi_softc 147 dev/usb/if_wi_usb.h int wi_cmd_usb(struct wi_softc *sc, int cmd, int val0, int val1, int val2); wi_softc 148 dev/usb/if_wi_usb.h int wi_read_record_usb(struct wi_softc *sc, struct wi_ltv_gen *ltv); wi_softc 149 dev/usb/if_wi_usb.h int wi_write_record_usb(struct wi_softc *sc, struct wi_ltv_gen *ltv); wi_softc 150 dev/usb/if_wi_usb.h int wi_read_data_usb(struct wi_softc *sc, int id, int off, caddr_t buf, wi_softc 152 dev/usb/if_wi_usb.h int wi_write_data_usb(struct wi_softc *sc, int id, int off, caddr_t buf, wi_softc 154 dev/usb/if_wi_usb.h int wi_alloc_nicmem_usb(struct wi_softc *sc, int len, int *id); wi_softc 155 dev/usb/if_wi_usb.h int wi_get_fid_usb(struct wi_softc *sc, int fid); wi_softc 156 dev/usb/if_wi_usb.h void wi_init_usb(struct wi_softc *sc);