Home
last modified time | relevance | path

Searched refs:APSTA_ENAB (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_pub.h385 #define APSTA_ENAB(pub) (0) macro
389 #define AP_ONLY(pub) (AP_ENAB(pub) && !APSTA_ENAB(pub))
Dwlc_bmac.c344 if (AP_ENAB(wlc->pub) && (!APSTA_ENAB(wlc->pub) || wlc->aps_associated) in wlc_dpc()