Searched refs:Psm (Results 1 - 9 of 9) 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 Drtmp_data.c490 if ((pAd->StaCfg.Psm == PWR_SAVE) && (pHeader->FC.MoreData == 1)) {
623 if ((pAd->StaCfg.Psm == PWR_SAVE)
1329 (pAd->StaCfg.Psm == PWR_SAVE) ? 1 : 0;
1510 pHeader_802_11->FC.PwrMgmt = (pAd->StaCfg.Psm == PWR_SAVE);
1556 pHeader80211->FC.PwrMgmt = (pAd->StaCfg.Psm == PWR_SAVE);
2463 if ((pAd->StaCfg.Psm == PWR_SAVE)
2480 if ((pAd->StaCfg.Psm == PWR_SAVE) &&
H A Dsync.c1544 if ((INFRA_ON(pAd) && (pAd->StaCfg.Psm == PWR_SAVE))
1550 /* 4. Psm change to PWR_SAVE, but AP not been informed yet, we better stay AWAKE */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_sync.c533 (pAd->StaCfg.Psm == PWR_SAVE);
568 if (pAd->StaCfg.Psm == PWR_SAVE)
H A Dcmm_mac_pci.c1147 if (pAd->StaCfg.Psm == PWR_ACTIVE) {
H A Dmlme.c2590 It checks if StaCfg.Psm is consistent with user policy (recorded in
2593 1. we don't support power-saving in ADHOC mode, so Psm=PWR_ACTIVE all
2595 2. When link up in INFRA mode, Psm should not be switch to PWR_SAVE
2598 1. change pAd->StaCfg.Psm to PWR_SAVE or leave it untouched
2609 /* 1. Psm maybe ON only happen in INFRASTRUCTURE mode */
2618 (pAd->StaCfg.Psm == PWR_ACTIVE) &&
2645 pAd->StaCfg.Psm = psm;
5617 /*if (pAd->StaCfg.Psm == PWR_SAVE) */
5622 if (pAd->StaCfg.Psm == PWR_SAVE)
5699 /*if (pAd->StaCfg.Psm
[all...]
H A Dcmm_data.c336 pHeader_802_11->FC.PwrMgmt = PWR_ACTIVE; /* (pAd->StaCfg.Psm == PWR_SAVE); */
347 if (pAd->StaCfg.Psm == PWR_SAVE)
H A Drtmp_init.c2657 pAd->StaCfg.Psm = PWR_ACTIVE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Doid.h633 u8 Psm; /* 0:PWR_ACTIVE, 1:PWR_SAVE */ member in struct:rt_802_11_mac_entry
H A Drtmp.h1361 u16 Psm; /* power management mode (PWR_ACTIVE|PWR_SAVE) */ member in struct:rt_sta_admin_config

Completed in 199 milliseconds