Home | History | Annotate | Download | only in ScanMngr

Lines Matching refs:hScanMngr

410  * \param hScanMngr - handle to the scan manager object.\n
413 void scanMngrFreeMem( TI_HANDLE hScanMngr, UINT8 allocVector );
421 * \param hScanMngr - handle to the scan manager object.\n
423 void scanMngrPerformContinuousScan( TI_HANDLE hScanMngr );
425 void scanMngrGetCurrentTsfDtimMibCB(TI_HANDLE hScanMngr, TI_STATUS status, UINT8* CB_buf) ;
426 void scanMngr_GetUpdatedTsfDtimMibForScan(TI_HANDLE hScanMngr) ;
434 * \param hScanMngr - handle to the scan manager object.\n
436 void scanMngrPerformAging( TI_HANDLE hScanMngr );
444 * \param hScanMngr - handle to the scan manager object.\n
447 void scanMngrUpdateReceivedFrame( TI_HANDLE hScanMngr, scan_frameInfo_t* frameInfo );
455 * \param hScanMngr - handle to the scan manager object.\n
458 void scanMngrInsertNewBSSToTrackingList( TI_HANDLE hScanMngr, scan_frameInfo_t* frameInfo );
466 * \param hScanMngr - handle to the scan manager object.\n
470 void scanMngrUpdateBSSInfo( TI_HANDLE hScanMngr, UINT8 BSSListIndex, scan_frameInfo_t* frameInfo );
478 * \param hScanMngr - handle to the scan manager object.\n
482 INT8 scanMngrGetTrackIndexByBssid( TI_HANDLE hScanMngr, macAddress_t* bssId );
490 * \param hScanMngr - handle to the scan manager object.\n
494 scan_bandPolicy_t* scanMngrGetPolicyByBand( TI_HANDLE hScanMngr, radioBand_e band );
502 * \param hScanMngr - handle to the scan manager object.\n
504 void scanMngrSetNextDiscoveryPart( TI_HANDLE hScanMngr );
512 * \param hScanMngr - handle to the scan manager object.\n
515 BOOLEAN scanMngrIsDiscoveryValid( TI_HANDLE hScanMngr, scan_discoveryPart_e discoveryPart );
523 * \param hScanMngr - handle to the scan manager object.\n
527 BOOLEAN scanMngrNeighborAPsAvailableForDiscovery( TI_HANDLE hScanMngr, radioBand_e band );
535 * \param hScanMngr - handle to the scan manager object.\n
539 void scanMngrBuildImmediateScanCommand( TI_HANDLE hScanMngr, scan_bandPolicy_t* bandPolicy, BOOLEAN bNeighborAPsOnly );
547 * \param hScanMngr - handle to the scan manager object.\n
551 void scanMngrBuildTrackScanCommand( TI_HANDLE hScanMngr, scan_bandPolicy_t* bandPolicy, radioBand_e band );
559 * \param hScanMngr - handle to the scan manager object.\n
561 void scanMngrBuildDiscoveryScanCommand( TI_HANDLE hScanMngr );
569 * \param hScanMngr - handle to the scan manager object.\n
573 void scanMngrBuildScanCommandHeader( TI_HANDLE hScanMngr, scan_Method_t* scanMethod, radioBand_e band );
581 * \param hScanMngr - handle to the scan manager object.\n
584 void scanMngrAddNeighborAPsForDiscovery( TI_HANDLE hScanMngr, scan_bandPolicy_t* bandPolicy );
592 * \param hScanMngr - handle to the scan manager object.\n
595 void scanMngrAddChannelListForDiscovery( TI_HANDLE hScanMngr, scan_bandPolicy_t* bandPolicy );
603 * \param hScanMngr - handle to the scan manager object.\n
607 void scanMngrAddSPSChannels( TI_HANDLE hScanMngr, scan_Method_t* scanMethod, radioBand_e band );
615 * \param hScanMngr - handle to the scan manager object.\n
621 UINT64 scanMngrCalculateNextEventTSF( TI_HANDLE hScanMngr, scan_BSSList_t* BSSList, UINT8 entryIndex, UINT64 initialTSFValue );
629 * \param hScanMngr - handle to the scan manager object.\n
634 BOOLEAN scanMngrDTIMInRange( TI_HANDLE hScanMngr, UINT64 eventStart, UINT64 eventEnd );
642 * \param hScanMngr - handle to the scan manager object.\n
648 void scanMngrAddNormalChannel( TI_HANDLE hScanMngr, scan_Method_t* scanMethod, UINT8 channel,
656 * \param hScanMngr - handle to the scan manager object.\n
659 void scanMngrRemoveBSSListEntry( TI_HANDLE hScanMngr, UINT8 BSSEntryIndex );
667 * \param hScanMngr - handle to the scan manager object.\n
671 void scanMngrUpdateBSSList( TI_HANDLE hScanMngr, BOOLEAN bCheckNeighborAPs, BOOLEAN bCheckChannels );
679 * \param hScanMngr - handle to the scan manager object.\n
684 INT8 scanMngrGetNeighborAPIndex( TI_HANDLE hScanMngr, radioBand_e band, macAddress_t* bssId );
692 * \param hScanMngr - handle to the scan manager object.\n
697 BOOLEAN scanMngrIsPolicyChannel( TI_HANDLE hScanMngr, radioBand_e band, UINT8 channel );
716 * \param hScanMngr - handle to the scan manager object.\n
719 void scanMngrTracePrintNeighborAPsList( TI_HANDLE hScanMngr, neighborAPList_t *neighborAPList );
727 * \param hScanMngr - handle to the scan manager object.\n
730 void scanMngrTracePrintNeighborAP( TI_HANDLE hScanMngr, neighborAP_t* neighborAP );
788 * \param hScanMngr - handle to the scan manager object.\n
791 void scanMngrDebugPrintReceivedFrame( TI_HANDLE hScanMngr, scan_frameInfo_t *frameInfo );
799 * \param hScanMngr - handle to the scan manager object.\n
801 void scanMngrDebugPrintBSSList( TI_HANDLE hScanMngr );
809 * \param hScanMngr - handle to the scan manager object.\n
812 void scanMngrDebugPrintBSSEntry( TI_HANDLE hScanMngr, UINT8 entryIndex );
820 * \param hScanMngr - handle to the scan manager object.\n
825 void scanMngrDebugPrintSPSHelperList( TI_HANDLE hScanMngr, scan_SPSHelper_t* spsHelperList, int arrayHead, int arraySize );