Home
last modified time | relevance | path

Searched refs:ic_ioctl (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_var.h270 int (*ic_ioctl)(struct ieee80211com *, member
H A Dieee80211_ioctl.c3711 if (ic->ic_ioctl != NULL && in ieee80211_ioctl()
3712 (error = ic->ic_ioctl(ic, cmd, data)) != ENOTTY) in ieee80211_ioctl()
/freebsd/sys/dev/iwi/
H A Dif_iwi.c403 ic->ic_ioctl = iwi_ioctl; in iwi_attach()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c595 ic->ic_ioctl = rsu_ioctl_net; in rsu_attach()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c469 ic->ic_ioctl = mwl_ioctl; in mwl_attach()
/freebsd/sys/dev/ath/
H A Dif_ath.c1300 ic->ic_ioctl = ath_ioctl; in ath_attach()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c649 ic->ic_ioctl = iwn_ioctl; in iwn_attach()