Lines Matching full:modulation
482 WLAN_OS_REPORT(("Probe Modulation QPSK\n"));
484 WLAN_OS_REPORT(("Probe Modulation CCK\n"));
486 WLAN_OS_REPORT(("Probe Modulation PBCC\n"));
488 WLAN_OS_REPORT(("Probe Modulation OFDM\n"));
490 WLAN_OS_REPORT(("Probe Modulation INVALID, %d\n", pSiteEntry->probeModulation));
493 WLAN_OS_REPORT(("Beacon Modulation QPSK\n"));
495 WLAN_OS_REPORT(("Beacon Modulation CCK\n"));
497 WLAN_OS_REPORT(("Beacon Modulation PBCC\n"));
499 WLAN_OS_REPORT(("Beacon Modulation OFDM\n"));
501 WLAN_OS_REPORT(("Beacon Modulation INVALID, %d\n", pSiteEntry->beaconModulation));
750 WLAN_OS_REPORT(("Probe Modulation QPSK\n"));
752 WLAN_OS_REPORT(("Probe Modulation CCK\n"));
754 WLAN_OS_REPORT(("Probe Modulation PBCC\n"));
756 WLAN_OS_REPORT(("Probe Modulation INVALID, %d\n", pCurrentSiteTable->siteTable[i].probeModulation));
759 WLAN_OS_REPORT(("Beacon Modulation QPSK\n"));
761 WLAN_OS_REPORT(("Beacon Modulation CCK\n"));
763 WLAN_OS_REPORT(("Beacon Modulation PBCC\n"));
765 WLAN_OS_REPORT(("Beacon Modulation INVALID, %d\n", pCurrentSiteTable->siteTable[i].beaconModulation));
953 WLAN_OS_REPORT(("Modulation Type QPSK\n"));
955 WLAN_OS_REPORT(("Modulation Type CCK\n"));
957 WLAN_OS_REPORT(("Modulation Type PBCC\n"));
959 WLAN_OS_REPORT(("Modulation Type OFDM\n"));
961 WLAN_OS_REPORT(("Invalid Modulation Type %d\n", pSiteMgr->pDesiredParams->siteMgrDesiredModulationType));