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

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c83 case HAL_M_HOSTAP:
H A Dar5211_reset.c190 case HAL_M_HOSTAP:
419 if (opmode != HAL_M_HOSTAP &&
511 if (opmode == HAL_M_HOSTAP) {
1625 && AH_PRIVATE(ah)->ah_opmode != HAL_M_HOSTAP
2094 case HAL_M_HOSTAP:
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c41 HALASSERT(opmode == HAL_M_IBSS || opmode == HAL_M_HOSTAP);
H A Dar9300_ani.c884 if (AH_PRIVATE(ah)->ah_opmode == HAL_M_HOSTAP) {
H A Dar9300_reset.c1317 case HAL_M_HOSTAP:
3889 if (AH_PRIVATE(ah)->ah_opmode == HAL_M_HOSTAP) {
3979 if (opmode == HAL_M_HOSTAP) {
4154 (_opmode == HAL_M_HOSTAP) || (_opmode == HAL_M_MONITOR))
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c106 case HAL_M_HOSTAP:
H A Dar5212_reset.c160 case HAL_M_HOSTAP:
570 if (opmode == HAL_M_HOSTAP)
806 case HAL_M_HOSTAP:
2235 && 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-10.0-release/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.c111 case HAL_M_HOSTAP:
679 if (opmode == HAL_M_HOSTAP)
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c125 case HAL_M_HOSTAP:
495 if (opmode == HAL_M_HOSTAP)
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c106 case HAL_M_HOSTAP:
130 case HAL_M_HOSTAP:
311 case HAL_M_HOSTAP:
/freebsd-10.0-release/tools/tools/ath/athrd/
H A Dathrd.c1082 ahp.ah_opmode = HAL_M_HOSTAP;
1084 ahp.ah_opmode = HAL_M_HOSTAP;
1543 && AH_PRIVATE(ah)->ah_opmode != HAL_M_HOSTAP
/freebsd-10.0-release/tools/tools/ath/athdecode/
H A Dmain.c146 case HAL_M_HOSTAP:
147 fprintf(fd, "ar%uAniReset, HAL_M_HOSTAP", state.chipnum);
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h749 HAL_M_HOSTAP = 6, /* Software Access Point */ enumerator in enum:__anon7463
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath.c1360 sc->sc_opmode = HAL_M_HOSTAP;
5134 if (sc->sc_opmode != HAL_M_HOSTAP)

Completed in 239 milliseconds