Home | History | Annotate | Download | only in Ctrl

Lines Matching full:channels

393     TRACE0(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "2.4 GHz Channels:\n");
395 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 0 ], pCommand->numOfActive[ 0 ]);
399 TRACE0(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "5.0 GHz Channels:\n");
401 TRACE3(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of DFS channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 1 ], pCommand->numOfDfs, pCommand->numOfActive[ 2 ]);
408 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 2 ], pCommand->numOfActive[ 2 ]);
443 * \brief Copy channels info for periodic scan to FW structure for a specific band and scan type
445 * Copy channels info, from driver structure, to FW structure, for periodic scan, for a specific
452 * \param uPassiveScanDfsDwellTime - Dwell time for passive scan on DFS channels (in milli-secs)
453 * \return Number of channels found for this scan type and band
463 /* check all channels */
501 * Copy driver periodic scan parameters to FW structures (SSID list, parameters including channels
507 * \param uPassiveScanDfsDwellTimeUs - Passive dwell time for DFS channels
585 /* copy channels */
586 tFWPeriodicScanParams.numOfPassive[ 0 ] = /* build passive B/G channels */
589 tFWPeriodicScanParams.numOfActive[ 0 ] = /* build active B/G channels */
592 tFWPeriodicScanParams.numOfPassive[ 1 ] = /* build passive A channels */
595 tFWPeriodicScanParams.numOfDfs = /* build DFS A channels */
598 tFWPeriodicScanParams.numOfActive[ 1 ] = /* build active A channels */
602 /* until J is supported, mark zero channels for J passive and active */