/titanic_41/usr/src/uts/common/io/net80211/ |
H A D | net80211_node.c | 362 case IEEE80211_M_IBSS: in ieee80211_create_ibss() 434 if (ic->ic_opmode == IEEE80211_M_IBSS) { in ieee80211_match_bss() 570 if (ic->ic_opmode == IEEE80211_M_IBSS && in ieee80211_end_scan() 697 if (ic->ic_opmode == IEEE80211_M_IBSS) { in ieee80211_sta_join() 1279 if (ic->ic_opmode == IEEE80211_M_IBSS) { in ieee80211_find_txnode() 1442 isadhoc = (ic->ic_opmode == IEEE80211_M_IBSS || in ieee80211_timeout_stations() 1555 ASSERT(ic->ic_opmode == IEEE80211_M_IBSS); in ieee80211_node_leave()
|
H A D | net80211_output.c | 66 case IEEE80211_M_IBSS: in ieee80211_send_setup() 400 if (ic->ic_opmode == IEEE80211_M_IBSS) in ieee80211_get_capinfo() 564 if (ic->ic_opmode == IEEE80211_M_IBSS) { in ieee80211_send_mgmt() 870 if (ic->ic_opmode == IEEE80211_M_IBSS) { in ieee80211_beacon_alloc()
|
H A D | net80211_input.c | 131 case IEEE80211_M_IBSS: in ieee80211_input() 244 case IEEE80211_M_IBSS: in ieee80211_input() 851 ic->ic_opmode == IEEE80211_M_IBSS)) { in ieee80211_recv_beacon() 1106 if (ic->ic_opmode == IEEE80211_M_IBSS && in ieee80211_recv_beacon() 1213 if (ic->ic_opmode != IEEE80211_M_IBSS) { in ieee80211_recv_mgmt()
|
H A D | net80211_ioctl.c | 1545 ic->ic_opmode = IEEE80211_M_IBSS; in wl_set_bsstype() 1566 case IEEE80211_M_IBSS: in wl_get_bsstype() 2341 ic->ic_opmode = IEEE80211_M_IBSS; in wl_set_createibss()
|
H A D | net80211_proto.c | 817 case IEEE80211_M_IBSS: in ieee80211_newstate()
|
/titanic_41/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_wifi.c | 214 case IEEE80211_M_IBSS: in mac_wifi_header()
|
/titanic_41/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 753 case IEEE80211_M_IBSS: in ipw2100_config() 770 if (ic->ic_opmode == IEEE80211_M_IBSS) { in ipw2100_config() 801 if (ic->ic_opmode == IEEE80211_M_IBSS) in ipw2100_config() 855 if (ic->ic_opmode == IEEE80211_M_IBSS) { in ipw2100_config() 977 if (ic->ic_opmode == IEEE80211_M_IBSS || in ipw2100_config()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | net80211_proto.h | 105 IEEE80211_M_IBSS = 0, /* IBSS (adhoc) station */ enumerator
|
/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_recv.c | 360 if (ic->ic_opmode == IEEE80211_M_IBSS && in arn_recv_mgmt()
|
H A D | arn_main.c | 1475 if (ic->ic_opmode == IEEE80211_M_IBSS) { in arn_newstate() 1532 if (nstate == IEEE80211_S_RUN && ic->ic_opmode != IEEE80211_M_IBSS) in arn_newstate() 1549 case IEEE80211_M_IBSS: in arn_newstate() 1567 if (ic->ic_opmode == IEEE80211_M_IBSS && in arn_newstate()
|
/titanic_41/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 1667 if (ic->ic_opmode == IEEE80211_M_IBSS) { in iwk_newstate() 1683 if (ic->ic_opmode != IEEE80211_M_IBSS) { in iwk_newstate() 1710 if (ic->ic_opmode == IEEE80211_M_IBSS) { in iwk_newstate() 1849 } else if (ic->ic_opmode == IEEE80211_M_IBSS) { in iwk_key_set() 2703 if (ic->ic_opmode == IEEE80211_M_IBSS && in iwk_send() 2836 if (ic->ic_opmode == IEEE80211_M_IBSS) in iwk_send() 2975 case IEEE80211_M_IBSS: in iwk_m_ioctl() 3854 case IEEE80211_M_IBSS: in iwk_config() 5885 if (ic->ic_opmode == IEEE80211_M_IBSS && in iwk_recv_mgmt()
|
/titanic_41/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 799 if (ic->ic_opmode == IEEE80211_M_IBSS) { in ipw2200_config() 1765 if (ic->ic_opmode == IEEE80211_M_IBSS) in ipw2200_auth_and_assoc() 2311 if (ic->ic_opmode == IEEE80211_M_IBSS) { in ipw2200_send()
|
/titanic_41/usr/src/uts/common/io/ath/ |
H A D | ath_aux.c | 125 ic->ic_opmode == IEEE80211_M_IBSS || in ath_calcrxfilter()
|
H A D | ath_main.c | 1326 if (nstate == IEEE80211_S_RUN && ic->ic_opmode != IEEE80211_M_IBSS) in ath_newstate()
|
/titanic_41/usr/src/uts/common/io/ural/ |
H A D | ural.c | 1124 logcwmin = (ic->ic_opmode == IEEE80211_M_IBSS) ? 2 : 0; in ural_enable_tsf_sync() 1125 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6; in ural_enable_tsf_sync()
|
/titanic_41/usr/src/uts/common/io/rtw/ |
H A D | rtw.c | 1647 case IEEE80211_M_IBSS: in rtw_set_nettype() 1680 case IEEE80211_M_IBSS: in rtw_pktfilt_load() 2526 case IEEE80211_M_IBSS: in rtw_new_state()
|
/titanic_41/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 3088 case IEEE80211_M_IBSS:
|
/titanic_41/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 4143 case IEEE80211_M_IBSS: in iwp_config()
|
/titanic_41/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 1861 case IEEE80211_M_IBSS: in urtw_update_msr()
|
/titanic_41/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 4348 case IEEE80211_M_IBSS: in iwh_config()
|