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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dauth_rsp.c119 if (INFRA_ON(pAd)
H A Drtmp_data.c408 if (INFRA_ON(pAd)) {
445 if (INFRA_ON(pAd)) {
877 } else if (!INFRA_ON(pAd) && !ADHOC_ON(pAd)) {
960 if (INFRA_ON(pAd)) {
1480 if (INFRA_ON(pAd)) {
H A Dsync.c241 && (INFRA_ON(pAd))) {
1074 if (!(INFRA_ON(pAd) || ADHOC_ON(pAd)
1404 if (INFRA_ON(pAd)) {
1544 if ((INFRA_ON(pAd) && (pAd->StaCfg.Psm == PWR_SAVE))
H A Dconnect.c416 if (INFRA_ON(pAd)) {
432 } else if (INFRA_ON(pAd)) {
562 if (INFRA_ON(pAd)) {
1839 if (INFRA_ON(pAd) && OPSTATUS_TEST_FLAG(pAd, fOP_STATUS_WMM_INUSED)
H A Dassoc.c1157 if (INFRA_ON(pAd)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_mac_pci.c901 if (INFRA_ON(pAd)
1110 if (INFRA_ON(pAd)
1248 if (INFRA_ON(pAd)
1388 if ((INFRA_ON(pAd) || pAd->OpMode == OPMODE_AP)
1558 if (INFRA_ON(pAd) || ADHOC_ON(pAd)) {
1622 if (INFRA_ON(pAd) || ADHOC_ON(pAd))
H A Dcmm_sync.c490 && (INFRA_ON(pAd)
520 && (INFRA_ON(pAd))) {
H A Dcmm_data_pci.c464 && pAd->CommonCfg.bWirelessEvent && INFRA_ON(pAd))
492 && pAd->CommonCfg.bWirelessEvent && INFRA_ON(pAd))
H A Dcmm_data_usb.c872 && pAd->CommonCfg.bWirelessEvent && INFRA_ON(pAd))
878 && pAd->CommonCfg.bWirelessEvent && INFRA_ON(pAd))
H A Dcmm_mac_usb.c1087 if (INFRA_ON(pAd) || ADHOC_ON(pAd)) {
1118 if (INFRA_ON(pAd) || ADHOC_ON(pAd))
H A Dmlme.c1271 if (INFRA_ON(pAd)) {
1500 (INFRA_ON(pAd))) {
1910 if (INFRA_ON(pAd) && (i == 1))
2395 if (INFRA_ON(pAd) && (i == 1))
2616 if (INFRA_ON(pAd) &&
2726 if ((pAd->OpMode == OPMODE_STA) && INFRA_ON(pAd) && (OneSecTxNoRetryOkCount < 2) && /* no heavy traffic */
2953 if ((ADHOC_ON(pAd) || INFRA_ON(pAd)) && (pAd->OpMode == OPMODE_STA)) {
3323 if ((ADHOC_ON(pAd) || INFRA_ON(pAd)) && (pAd->OpMode == OPMODE_STA)) {
H A Dcmm_data.c686 if ((INFRA_ON(pAd)) && (pAd->OpMode == OPMODE_STA)) /* must be unicast to AP */
1211 if (INFRA_ON(pAd)) /* must be unicast to AP */
H A Dcmm_info.c556 if ((pAd->OpMode == OPMODE_AP) || INFRA_ON(pAd) || ADHOC_ON(pAd)
H A Dcmm_sanity.c495 if (INFRA_ON(pAd) && SubType == SUBTYPE_BEACON) {
H A Dcmm_asic.c1807 if (INFRA_ON(pAd))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dsta_ioctl.c471 else if (INFRA_ON(pAdapter))
521 if (INFRA_ON(pAdapter) || ADHOC_ON(pAdapter)) {
632 if (INFRA_ON(pAdapter) || ADHOC_ON(pAdapter)) {
1589 if (INFRA_ON(pAd)) {
2348 (INFRA_ON(pAd)) &&
2738 if (INFRA_ON(pAdapter)) {
H A Drt_main_dev.c100 if (INFRA_ON(pAd) &&
H A Drtmp.h339 #define INFRA_ON(_p) (OPSTATUS_TEST_FLAG(_p, fOP_STATUS_INFRA_ON)) macro
342 #define IDLE_ON(_p) (!INFRA_ON(_p) && !ADHOC_ON(_p))
1503 /* is valid only when either ADHOC_ON(pAd) or INFRA_ON(pAd) is TRUE. */
1978 struct rt_sta_active_config StaActive; /* valid only when ADHOC_ON(pAd) || INFRA_ON(pAd) */

Completed in 171 milliseconds