/netbsd-src/sys/net80211/ |
H A D | ieee80211_proto.c | 930 case IEEE80211_S_INIT: in ieee80211_newstate() 932 case IEEE80211_S_INIT: in ieee80211_newstate() 984 case IEEE80211_S_INIT: in ieee80211_newstate() 1030 case IEEE80211_S_INIT: in ieee80211_newstate() 1069 case IEEE80211_S_INIT: in ieee80211_newstate() 1093 case IEEE80211_S_INIT: in ieee80211_newstate()
|
H A D | ieee80211_proto.h | 43 IEEE80211_S_INIT = 0, /* default state */ enumerator
|
H A D | ieee80211_ioctl.c | 499 ic->ic_state = IEEE80211_S_INIT; /* XXX bypass state machine */ in ieee80211_setupscan() 1331 case IEEE80211_S_INIT: in ieee80211_ioctl_get80211_fbsd() 1784 ieee80211_new_state(ic, IEEE80211_S_INIT, in ieee80211_ioctl_setmlme() 2182 case IEEE80211_S_INIT: in ieee80211_ioctl_set80211() 2609 case IEEE80211_S_INIT: in ieee80211_ioctl() 2773 case IEEE80211_S_INIT: in ieee80211_ioctl() 2802 case IEEE80211_S_INIT: in ieee80211_ioctl() 2824 case IEEE80211_S_INIT: in ieee80211_ioctl()
|
H A D | ieee80211.c | 822 if (ic->ic_state != IEEE80211_S_INIT) { in ieee80211_watchdog()
|
/netbsd-src/sys/dev/ic/ |
H A D | awi.c | 453 ic->ic_state = IEEE80211_S_INIT; in awi_softintr() 539 ic->ic_state = IEEE80211_S_INIT; in awi_init() 590 ieee80211_new_state(&sc->sc_ic, IEEE80211_S_INIT, -1); in awi_init() 1724 case IEEE80211_S_INIT: in awi_intr_lock() 1749 if (nstate == IEEE80211_S_INIT) { in awi_newstate() 1776 case IEEE80211_S_INIT: in awi_newstate()
|
H A D | an.c | 275 ic->ic_state = IEEE80211_S_INIT; in an_attach() 673 ic->ic_state = IEEE80211_S_INIT; in an_init() 694 ieee80211_new_state(&sc->sc_ic, IEEE80211_S_INIT, -1); in an_stop() 1594 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in an_linkstat_intr() 1864 case IEEE80211_S_INIT: in an_newstate()
|
H A D | athrate-onoe.c | 331 if (state == IEEE80211_S_INIT) { in ath_rate_newstate()
|
H A D | athrate-amrr.c | 341 if (state == IEEE80211_S_INIT) { in ath_rate_newstate()
|
H A D | malo.c | 417 ic->ic_state = IEEE80211_S_INIT; in malo_attach() 1084 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in malo_stop() 1118 case IEEE80211_S_INIT: in malo_newstate() 1123 if (ostate == IEEE80211_S_INIT) { in malo_newstate()
|
H A D | rtw.c | 2281 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in rtw_stop() 2836 ic->ic_state = IEEE80211_S_INIT; in rtw_init() 2894 case IEEE80211_S_INIT: in rtw_led_newstate() 3666 if (nstate == IEEE80211_S_INIT) { in rtw_newstate() 3672 if (ostate == IEEE80211_S_INIT && nstate != IEEE80211_S_INIT) in rtw_newstate() 3679 case IEEE80211_S_INIT: in rtw_newstate()
|
H A D | wi.c | 429 ic->ic_state = IEEE80211_S_INIT; in wi_attach() 951 ic->ic_state = IEEE80211_S_INIT; in wi_init() 1020 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in wi_stop() 2062 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in wi_info_intr() 3211 case IEEE80211_S_INIT: in wi_newstate()
|
H A D | bwfm.c | 375 ic->ic_state = IEEE80211_S_INIT; in bwfm_attach() 698 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in bwfm_stop() 971 case IEEE80211_S_INIT: in bwfm_newstate_cb()
|
H A D | athn.c | 272 ic->ic_state = IEEE80211_S_INIT; in athn_attach() 2500 case IEEE80211_S_INIT: in athn_newstate() 2955 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in athn_stop()
|
H A D | rt2560.c | 397 ic->ic_state = IEEE80211_S_INIT; in rt2560_attach() 889 case IEEE80211_S_INIT: in rt2560_newstate() 2870 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); /* free all nodes */ in rt2560_stop()
|
H A D | rt2661.c | 286 ic->ic_state = IEEE80211_S_INIT; in rt2661_attach() 792 case IEEE80211_S_INIT: in rt2661_newstate() 2746 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); /* free all nodes */ in rt2661_stop()
|
/netbsd-src/sys/dev/usb/ |
H A D | if_upgt.c | 432 ic->ic_state = IEEE80211_S_INIT; in upgt_attach_hook() 1330 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in upgt_stop() 1393 case IEEE80211_S_INIT: in upgt_newstate_task() 1398 upgt_set_macfilter(sc, IEEE80211_S_INIT); in upgt_newstate_task() 1566 if (ic->ic_state == IEEE80211_S_INIT) in upgt_watchdog() 2039 case IEEE80211_S_INIT: in upgt_set_macfilter()
|
H A D | if_atu.c | 1120 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in atu_media_change() 1421 ic->ic_state = IEEE80211_S_INIT; in atu_complete_attach() 2161 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in atu_ioctl() 2229 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in atu_stop()
|
H A D | if_ural.c | 448 ic->ic_state = IEEE80211_S_INIT; in ural_attach() 717 case IEEE80211_S_INIT: in ural_task() 2232 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in ural_stop()
|
H A D | if_rum.c | 390 ic->ic_state = IEEE80211_S_INIT; in rum_attach() 679 case IEEE80211_S_INIT: in rum_task() 2105 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); /* free all nodes */ in rum_stop()
|
H A D | if_otus.c | 831 ic->ic_state = IEEE80211_S_INIT; in otus_attachhook() 1356 case IEEE80211_S_INIT: in otus_newstate_cb() 3134 case IEEE80211_S_INIT: in otus_led_newstate_type3() 3266 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in otus_stop()
|
H A D | if_zyd.c | 405 ic->ic_state = IEEE80211_S_INIT; in zyd_complete_attach() 710 case IEEE80211_S_INIT: in zyd_task() 2546 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); /* free all nodes */ in zyd_stop()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_ipw.c | 257 ic->ic_state = IEEE80211_S_INIT; in ipw_attach() 803 case IEEE80211_S_INIT: in ipw_newstate() 834 case IEEE80211_S_INIT: in ipw_newstate() 954 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in ipw_newstate_intr() 2278 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in ipw_stop()
|
H A D | if_iwi.c | 292 ic->ic_state = IEEE80211_S_INIT; in iwi_attach() 949 case IEEE80211_S_INIT: in iwi_newstate() 2788 ic->ic_state = IEEE80211_S_INIT; in iwi_init() 2938 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in iwi_stop()
|
H A D | if_rtwn.c | 319 ic->ic_state = IEEE80211_S_INIT; in rtwn_attach() 1311 case IEEE80211_S_INIT: in rtwn_newstate() 1366 case IEEE80211_S_INIT: in rtwn_newstate() 3446 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in rtwn_stop()
|
/netbsd-src/sys/dev/pcmcia/ |
H A D | if_malo_pcmcia.c | 356 ic->ic_state = IEEE80211_S_INIT; in cmalo_attach() 647 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in cmalo_init() 692 case IEEE80211_S_INIT: in cmalo_newstate() 956 ieee80211_new_state(ic, IEEE80211_S_INIT, -1); in cmalo_stop()
|