Home
last modified time | relevance | path

Searched refs:ic_opmode (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/net/
Dif_ieee80211subr.c299 switch (ic->ic_opmode) { in ieee80211_input()
383 switch (ic->ic_opmode) { in ieee80211_input()
458 if (ic->ic_opmode == IEEE80211_M_HOSTAP) { in ieee80211_input()
501 if (ic->ic_opmode == IEEE80211_M_AHDEMO) in ieee80211_input()
511 if (ic->ic_opmode != IEEE80211_M_IBSS && in ieee80211_input()
526 if (ic->ic_opmode == IEEE80211_M_IBSS) in ieee80211_input()
554 if (ic->ic_opmode != IEEE80211_M_HOSTAP) in ieee80211_input()
610 if (ic->ic_opmode == IEEE80211_M_IBSS || in ieee80211_mgmt_output()
647 (ic->ic_opmode == IEEE80211_M_IBSS || in ieee80211_encap()
648 ic->ic_opmode == IEEE80211_M_HOSTAP)) { in ieee80211_encap()
[all …]
Dif_ieee80211.h530 enum ieee80211_opmode ic_opmode; member
/mirbsd/src/sys/dev/usb/
Dif_ral.c412 ic->ic_opmode = IEEE80211_M_STA; /* default to BSS mode */ in USB_ATTACH()
727 if (ic->ic_opmode != IEEE80211_M_MONITOR) in ural_task()
730 if (ic->ic_opmode == IEEE80211_M_HOSTAP || in ural_task()
731 ic->ic_opmode == IEEE80211_M_IBSS) { in ural_task()
753 if (ic->ic_opmode != IEEE80211_M_MONITOR) in ural_task()
1446 ic->ic_opmode == IEEE80211_M_MONITOR) { in ural_ioctl()
1717 if (ic->ic_opmode != IEEE80211_M_MONITOR && in ural_set_chan()
1772 logcwmin = (ic->ic_opmode == IEEE80211_M_IBSS) ? 2 : 0; in ural_enable_tsf_sync()
1773 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6; in ural_enable_tsf_sync()
1779 if (ic->ic_opmode == IEEE80211_M_STA) in ural_enable_tsf_sync()
[all …]
Dif_atu.c1430 ic->ic_opmode = IEEE80211_M_STA; in atu_complete_attach()