Home
last modified time | relevance | path

Searched refs:HAL_M_IBSS (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c42 HALASSERT(opmode == HAL_M_IBSS || opmode == HAL_M_HOSTAP); in ar9300_beacon_init()
43 if (opmode == HAL_M_IBSS) { in ar9300_beacon_init()
H A Dar9300_freebsd.c967 HALASSERT(opmode == HAL_M_IBSS || opmode == HAL_M_HOSTAP); in ar9300_beacon_set_beacon_timers()
968 if (opmode == HAL_M_IBSS) { in ar9300_beacon_set_beacon_timers()
H A Dar9300_ani.c947 AH_PRIVATE(ah)->ah_opmode != HAL_M_IBSS)) in ar9300_ani_reset()
970 AH_PRIVATE(ah)->ah_opmode == HAL_M_IBSS) in ar9300_ani_reset()
H A Dar9300_xmit.c417 if (AH_PRIVATE(ah)->ah_opmode != HAL_M_IBSS) { in ar9300_reset_tx_queue()
H A Dar9300_reset.c1374 case HAL_M_IBSS: in ar9300_set_operating_mode()
4383 ((_opmode == HAL_M_STA) || (_opmode == HAL_M_IBSS) ||\
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c82 case HAL_M_IBSS: in ar5211BeaconInit()
H A Dar5211_reset.c190 case HAL_M_IBSS: in ar5211Reset()
2101 case HAL_M_IBSS: in ar5211SetOperatingMode()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c107 case HAL_M_IBSS: in ar5212BeaconInit()
H A Dar5212_reset.c161 case HAL_M_IBSS: in ar5212Reset()
814 case HAL_M_IBSS: in ar5212SetOperatingMode()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c106 case HAL_M_IBSS: in ar5210Reset()
136 case HAL_M_IBSS: in ar5210Reset()
323 case HAL_M_IBSS: in ar5210SetOperatingMode()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c102 case HAL_M_IBSS: in ar5416BeaconInit()
H A Dar5416_reset.c112 case HAL_M_IBSS: in ar5416Reset()
/freebsd/tools/tools/ath/athdecode/
H A Dmain.c141 case HAL_M_IBSS: in opmark()
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c1064 ahp.ah_opmode = HAL_M_IBSS; in main()
1066 ahp.ah_opmode = HAL_M_IBSS; in main()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c126 case HAL_M_IBSS: in ar5312Reset()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h764 HAL_M_IBSS = 0, /* IBSS (adhoc) station */ enumerator
/freebsd/sys/dev/ath/
H A Dif_ath.c1731 sc->sc_opmode = HAL_M_IBSS; in ath_vap_create()