Searched refs:HAL_M_HOSTAP (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c83 case HAL_M_HOSTAP:
H A Dar5211_reset.c191 case HAL_M_HOSTAP:
420 if (opmode != HAL_M_HOSTAP &&
512 if (opmode == HAL_M_HOSTAP) {
1626 && AH_PRIVATE(ah)->ah_opmode != HAL_M_HOSTAP
2095 case HAL_M_HOSTAP:
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c42 HALASSERT(opmode == HAL_M_IBSS || opmode == HAL_M_HOSTAP);
H A Dar9300_freebsd.c764 HALASSERT(opmode == HAL_M_IBSS || opmode == HAL_M_HOSTAP);
H A Dar9300_ani.c888 if (AH_PRIVATE(ah)->ah_opmode == HAL_M_HOSTAP) {
H A Dar9300_reset.c1346 case HAL_M_HOSTAP:
4078 if (AH_PRIVATE(ah)->ah_opmode == HAL_M_HOSTAP) {
4171 if (opmode == HAL_M_HOSTAP) {
4346 (_opmode == HAL_M_HOSTAP) || (_opmode == HAL_M_MONITOR))
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c106 case HAL_M_HOSTAP:
H A Dar5212_reset.c162 case HAL_M_HOSTAP:
573 if (opmode == HAL_M_HOSTAP)
809 case HAL_M_HOSTAP:
2238 && AH_PRIVATE(ah)->ah_opmode != HAL_M_HOSTAP
H A Dar5212_attach.c745 if (ahpriv->ah_opmode != HAL_M_HOSTAP &&
H A Dar5212_misc.c665 if (opmode != HAL_M_HOSTAP) {
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c106 case HAL_M_HOSTAP:
H A Dar5416_ani.c399 if (AH_PRIVATE(ah)->ah_opmode == HAL_M_HOSTAP) {
593 if (opmode == HAL_M_HOSTAP) {
739 if (AH_PRIVATE(ah)->ah_opmode == HAL_M_HOSTAP) {
H A Dar5416_reset.c113 case HAL_M_HOSTAP:
682 if (opmode == HAL_M_HOSTAP)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c127 case HAL_M_HOSTAP:
497 if (opmode == HAL_M_HOSTAP)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c107 case HAL_M_HOSTAP:
131 case HAL_M_HOSTAP:
316 case HAL_M_HOSTAP:
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c1070 ahp.ah_opmode = HAL_M_HOSTAP;
1072 ahp.ah_opmode = HAL_M_HOSTAP;
1531 && AH_PRIVATE(ah)->ah_opmode != HAL_M_HOSTAP
/freebsd-11-stable/tools/tools/ath/athdecode/
H A Dmain.c146 case HAL_M_HOSTAP:
147 fprintf(fd, "ar%uAniReset, HAL_M_HOSTAP", state.chipnum);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.h752 HAL_M_HOSTAP = 6, /* Software Access Point */ enumerator in enum:__anon9148
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c1668 sc->sc_opmode = HAL_M_HOSTAP;
5327 if (sc->sc_opmode != HAL_M_HOSTAP)

Completed in 269 milliseconds