Searched refs:IEEE80211_C_IBSS (Results 1 – 18 of 18) sorted by relevance
/freebsd/sys/net80211/ |
H A D | _ieee80211.h | 476 #define IEEE80211_C_IBSS 0x00000100 /* CAPABILITY: IBSS available */ macro 504 (IEEE80211_C_STA | IEEE80211_C_IBSS | IEEE80211_C_HOSTAP | \
|
H A D | ieee80211.c | 80 [IEEE80211_M_IBSS] = IEEE80211_C_IBSS, 1924 if (caps & IEEE80211_C_IBSS) in addmedia()
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap.c | 652 ic->ic_caps = IEEE80211_C_MBSS | IEEE80211_C_IBSS; in wtap_attach()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_sys.c | 327 #define IEEE80211_C_IBSS 0x00000100 /* CAPABILITY: IBSS available */ macro 363 if ((dcaps & IEEE80211_C_IBSS) != 0) in wlan_drivercaps_to_snmp()
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn.c | 219 | IEEE80211_C_IBSS /* adhoc mode */ in rtwn_attach()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_ural.c | 466 | IEEE80211_C_IBSS /* IBSS mode supported */ in ural_attach()
|
H A D | if_rum.c | 534 | IEEE80211_C_IBSS /* IBSS mode supported */ in rum_attach()
|
H A D | if_mtw.c | 612 IEEE80211_C_IBSS | in mtw_attach()
|
H A D | if_run.c | 850 IEEE80211_C_IBSS | in run_attach()
|
/freebsd/sys/dev/ipw/ |
H A D | if_ipw.c | 279 | IEEE80211_C_IBSS /* IBSS mode supported */ in ipw_attach()
|
/freebsd/sys/dev/ral/ |
H A D | rt2661.c | 269 | IEEE80211_C_IBSS /* ibss, nee adhoc, mode */ in rt2661_attach()
|
H A D | rt2560.c | 269 | IEEE80211_C_IBSS /* ibss, nee adhoc, mode */ in rt2560_attach()
|
H A D | rt2860.c | 311 | IEEE80211_C_IBSS /* ibss, nee adhoc, mode */ in rt2860_attach()
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwi.c | 363 | IEEE80211_C_IBSS /* IBSS mode supported */ in iwi_attach()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 398 | IEEE80211_C_IBSS /* ibss, nee adhoc, mode */ in mwl_attach()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath.c | 908 | IEEE80211_C_IBSS /* ibss, nee adhoc, mode */ in ath_attach()
|
/freebsd/sys/dev/wpi/ |
H A D | if_wpi.c | 457 | IEEE80211_C_IBSS /* IBSS mode supported */ in wpi_attach()
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 581 | IEEE80211_C_IBSS /* ibss/adhoc mode */ in iwn_attach()
|