Home
last modified time | relevance | path

Searched refs:AR_STA_ID1_ADHOC (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h1318 #define AR_STA_ID1_ADHOC 0x00020000 // Device is ad-hoc macro
H A Dar9300_reset.c1367 val &= ~(AR_STA_ID1_STA_AP | AR_STA_ID1_ADHOC); in ar9300_set_operating_mode()
1376 val | AR_STA_ID1_ADHOC | AR_STA_ID1_KSRCH_MODE); in ar9300_set_operating_mode()
H A Dar9300_misc.c755 if (OS_REG_READ(ah, AR_STA_ID1) & AR_STA_ID1_ADHOC) { in ar9300_get_capability()