Searched refs:ic_scan_start (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-13-stable/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_attach.c82 rs->rs_scan_start = ic->ic_scan_start;
83 ic->ic_scan_start = r92c_scan_start;
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/usb/
H A Dr88eu_attach.c82 rs->rs_scan_start = ic->ic_scan_start;
83 ic->ic_scan_start = r92c_scan_start;
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_attach.c89 rs->rs_scan_start = ic->ic_scan_start;
90 ic->ic_scan_start = r92c_scan_start;
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_attach.c87 rs->rs_scan_start = ic->ic_scan_start;
88 ic->ic_scan_start = r92c_scan_start;
/freebsd-13-stable/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_attach.c94 rs->rs_scan_start = ic->ic_scan_start;
95 ic->ic_scan_start = r21au_scan_start;
/freebsd-13-stable/sys/dev/wtap/
H A Dif_wtap.c631 ic->ic_scan_start = wtap_scan_start;
/freebsd-13-stable/sys/net80211/
H A Dieee80211_ddb.c652 DB_PRINTSYM("\t", "ic_scan_start", ic->ic_scan_start);
H A Dieee80211_scan_sw.c671 ic->ic_scan_start(ic); /* notify driver */
H A Dieee80211_var.h332 void (*ic_scan_start)(struct ieee80211com *); member in struct:ieee80211com
/freebsd-13-stable/sys/dev/rtwn/
H A Dif_rtwn.c281 ic->ic_scan_start = rtwn_scan_start;
/freebsd-13-stable/sys/dev/malo/
H A Dif_malo.c291 ic->ic_scan_start = malo_scan_start;
/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipw.c310 ic->ic_scan_start = ipw_scan_start;
/freebsd-13-stable/sys/dev/ral/
H A Drt2560.c294 ic->ic_scan_start = rt2560_scan_start;
H A Drt2661.c295 ic->ic_scan_start = rt2661_scan_start;
H A Drt2860.c334 ic->ic_scan_start = rt2860_scan_start;
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uath.c447 ic->ic_scan_start = uath_scan_start;
H A Dif_upgt.c349 ic->ic_scan_start = upgt_scan_start;
H A Dif_ural.c488 ic->ic_scan_start = ural_scan_start;
H A Dif_rsu.c588 ic->ic_scan_start = rsu_scan_start;
H A Dif_rum.c564 ic->ic_scan_start = rum_scan_start;
H A Dif_zyd.c396 ic->ic_scan_start = zyd_scan_start;
/freebsd-13-stable/sys/dev/otus/
H A Dif_otus.c749 ic->ic_scan_start = otus_scan_start;
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwl.c485 ic->ic_scan_start = mwl_scan_start;
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis.c927 ic->ic_scan_start = ndis_scan_start;
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c512 ic->ic_scan_start = bwi_scan_start;

Completed in 413 milliseconds

12