Home | History | Annotate | Download | only in Test

Lines Matching full:modulation

465 		WLAN_OS_REPORT(("Probe Modulation	QPSK\n"));
467 WLAN_OS_REPORT(("Probe Modulation CCK\n"));
469 WLAN_OS_REPORT(("Probe Modulation PBCC\n"));
471 WLAN_OS_REPORT(("Probe Modulation OFDM\n"));
473 WLAN_OS_REPORT(("Probe Modulation INVALID, %d\n", pSiteEntry->probeModulation));
476 WLAN_OS_REPORT(("Beacon Modulation QPSK\n"));
478 Modulation CCK\n"));
480 WLAN_OS_REPORT(("Beacon Modulation PBCC\n"));
482 WLAN_OS_REPORT(("Beacon Modulation OFDM\n"));
484 WLAN_OS_REPORT(("Beacon Modulation INVALID, %d\n", pSiteEntry->beaconModulation));
719 WLAN_OS_REPORT(("Probe Modulation QPSK\n"));
721 WLAN_OS_REPORT(("Probe Modulation CCK\n"));
723 WLAN_OS_REPORT(("Probe Modulation PBCC\n"));
725 WLAN_OS_REPORT(("Probe Modulation INVALID, %d\n", pCurrentSiteTable->siteTable[i].probeModulation));
728 WLAN_OS_REPORT(("Beacon Modulation QPSK\n"));
730 WLAN_OS_REPORT(("Beacon Modulation CCK\n"));
732 WLAN_OS_REPORT(("Beacon Modulation PBCC\n"));
734 WLAN_OS_REPORT(("Beacon Modulation INVALID, %d\n", pCurrentSiteTable->siteTable[i].beaconModulation));
922 WLAN_OS_REPORT(("Modulation Type QPSK\n"));
924 WLAN_OS_REPORT(("Modulation Type CCK\n"));
926 WLAN_OS_REPORT(("Modulation Type PBCC\n"));
928 WLAN_OS_REPORT(("Modulation Type OFDM\n"));
930 WLAN_OS_REPORT(("Invalid Modulation Type %d\n", pSiteMgr->pDesiredParams->siteMgrDesiredModulationType));