Home | History | Annotate | Download | only in Application

Lines Matching refs:hScanMngr

418  * \param hScanMngr - handle to the scan manager object.\n
420 void scanMngrFreeMem (TI_HANDLE hScanMngr);
428 * \param hScanMngr - handle to the scan manager object.\n
430 void scanMngrPerformContinuousScan( TI_HANDLE hScanMngr );
432 void scanMngrGetCurrentTsfDtimMibCB(TI_HANDLE hScanMngr, TI_STATUS status, TI_UINT8* CB_buf) ;
433 void scanMngr_GetUpdatedTsfDtimMibForScan (TI_HANDLE hScanMngr, TI_BOOL bTwdInitOccured) ;
441 * \param hScanMngr - handle to the scan manager object.\n
443 void scanMngrPerformAging( TI_HANDLE hScanMngr );
451 * \param hScanMngr - handle to the scan manager object.\n
454 void scanMngrUpdateReceivedFrame( TI_HANDLE hScanMngr, TScanFrameInfo* frameInfo );
462 * \param hScanMngr - handle to the scan manager object.\n
465 void scanMngrInsertNewBSSToTrackingList( TI_HANDLE hScanMngr, TScanFrameInfo* frameInfo );
473 * \param hScanMngr - handle to the scan manager object.\n
477 void scanMngrUpdateBSSInfo( TI_HANDLE hScanMngr, TI_UINT8 BSSListIndex, TScanFrameInfo* frameInfo );
485 * \param hScanMngr - handle to the scan manager object.\n
489 TI_INT8 scanMngrGetTrackIndexByBssid( TI_HANDLE hScanMngr, TMacAddr* bssId );
497 * \param hScanMngr - handle to the scan manager object.\n
501 TScanBandPolicy* scanMngrGetPolicyByBand( TI_HANDLE hScanMngr, ERadioBand band );
509 * \param hScanMngr - handle to the scan manager object.\n
511 void scanMngrSetNextDiscoveryPart( TI_HANDLE hScanMngr );
519 * \param hScanMngr - handle to the scan manager object.\n
522 TI_BOOL scanMngrIsDiscoveryValid( TI_HANDLE hScanMngr, scan_discoveryPart_e discoveryPart );
530 * \param hScanMngr - handle to the scan manager object.\n
534 TI_BOOL scanMngrNeighborAPsAvailableForDiscovery( TI_HANDLE hScanMngr, ERadioBand band );
542 * \param hScanMngr - handle to the scan manager object.\n
546 void scanMngrBuildImmediateScanCommand( TI_HANDLE hScanMngr, TScanBandPolicy* bandPolicy, TI_BOOL bNeighborAPsOnly );
554 * \param hScanMngr - handle to the scan manager object.\n
558 void scanMngrBuildTrackScanCommand( TI_HANDLE hScanMngr, TScanBandPolicy* bandPolicy, ERadioBand band );
566 * \param hScanMngr - handle to the scan manager object.\n
568 void scanMngrBuildDiscoveryScanCommand( TI_HANDLE hScanMngr );
576 * \param hScanMngr - handle to the scan manager object.\n
580 void scanMngrBuildScanCommandHeader( TI_HANDLE hScanMngr, TScanMethod* scanMethod, ERadioBand band );
588 * \param hScanMngr
591 void scanMngrAddNeighborAPsForDiscovery( TI_HANDLE hScanMngr, TScanBandPolicy* bandPolicy );
599 * \param hScanMngr - handle to the scan manager object.\n
602 void scanMngrAddChannelListForDiscovery( TI_HANDLE hScanMngr, TScanBandPolicy* bandPolicy );
610 * \param hScanMngr - handle to the scan manager object.\n
614 void scanMngrAddSPSChannels( TI_HANDLE hScanMngr, TScanMethod* scanMethod, ERadioBand band );
622 * \param hScanMngr - handle to the scan manager object.\n
628 TI_UINT64 scanMngrCalculateNextEventTSF( TI_HANDLE hScanMngr, scan_BSSList_t* BSSList, TI_UINT8 entryIndex, TI_UINT64 initialTSFValue );
636 * \param hScanMngr - handle to the scan manager object.\n
641 TI_BOOL scanMngrDTIMInRange( TI_HANDLE hScanMngr, TI_UINT64 eventStart, TI_UINT64 eventEnd );
649 * \param hScanMngr - handle to the scan manager object.\n
655 void scanMngrAddNormalChannel( TI_HANDLE hScanMngr, TScanMethod* scanMethod, TI_UINT8 channel,
663 * \param hScanMngr - handle to the scan manager object.\n
666 void scanMngrRemoveBSSListEntry( TI_HANDLE hScanMngr, TI_UINT8 BSSEntryIndex );
674 * \param hScanMngr - handle to the scan manager object.\n
678 void scanMngrUpdateBSSList( TI_HANDLE hScanMngr, TI_BOOL bCheckNeighborAPs, TI_BOOL bCheckChannels );
686 * \param hScanMngr - handle to the scan manager object.\n
691 TI_INT8 scanMngrGetNeighborAPIndex( TI_HANDLE hScanMngr, ERadioBand band, TMacAddr* bssId );
699 * \param hScanMngr - handle to the scan manager object.\n
704 TI_BOOL scanMngrIsPolicyChannel( TI_HANDLE hScanMngr, ERadioBand band, TI_UINT8 channel );
723 * \param hScanMngr - handle to the scan manager object.\n
726 void scanMngrTracePrintNeighborAPsList( TI_HANDLE hScanMngr, neighborAPList_t *neighborAPList );
734 * \param hScanMngr - handle to the scan manager object.\n
737 void scanMngrTracePrintNeighborAP( TI_HANDLE hScanMngr, neighborAP_t* neighborAP );
796 * \param hScanMngr - handle to the scan manager object.\n
799 void scanMngrDebugPrintReceivedFrame( TI_HANDLE hScanMngr, TScanFrameInfo *frameInfo );
807 * \param hScanMngr - handle to the scan manager object.\n
809 void scanMngrDebugPrintBSSList( TI_HANDLE hScanMngr );
817 * \param hScanMngr - handle to the scan manager object.\n
820 void scanMngrDebugPrintBSSEntry( TI_HANDLE hScanMngr, TI_UINT8 entryIndex );
828 * \param hScanMngr - handle to the scan manager object.\n
833 void scanMngrDebugPrintSPSHelperList( TI_HANDLE hScanMngr, scan_SPSHelper_t* spsHelperList, int arrayHead, int arraySize );