/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
H A D | bssTypes.h | 94 INT8 RSSI; /**< average RSSI */ member in struct:__anon290 95 INT8 lastRSSI; /** last given RSSI */
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
H A D | bssTypes.h | 109 TI_INT8 RSSI; /**< average RSSI */ member in struct:__anon1604 110 TI_INT8 lastRSSI; /** last given RSSI */
|
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
H A D | roamingMngr_autoSM.c | 46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX, 49 * better AP. Better AP is defined as a different AP with better RSSI, 363 (pRoamingMngr->pListOfAPs->BSSList[index].RSSI < pRoamingMngr->roamingMngrConfig.apQualityThreshold)) 366 TRACE8(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candidate AP %x-%x-%x-%x-%x-%x with RSSI too low =%d, Quality=%d \n", pRoamingMngr->pListOfAPs->BSSList[index].BSSID[0], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[1], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[2], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[3], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[4], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[5], pRoamingMngr->pListOfAPs->BSSList[index].RSSI, pRoamingMngr->roamingMngrConfig.apQualityThreshold);
|
H A D | roamingMngr.c | 46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX, 49 * better AP. Better AP is defined as a different AP with better RSSI, 970 TRACE8( pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candiate %d, BSSID=%x-%x-%x-%x-%x-%x, RSSI =%d \n", candidateIndex, pBssEntry->BSSID[0], pBssEntry->BSSID[1], pBssEntry->BSSID[2], pBssEntry->BSSID[3], pBssEntry->BSSID[4], pBssEntry->BSSID[5], pBssEntry->RSSI); 981 TRACE8( pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candiate %d, BSSID=%x-%x-%x-%x-%x-%x, RSSI =%d \n", candidateIndex, pBssEntry->BSSID[0], pBssEntry->BSSID[1], pBssEntry->BSSID[2], pBssEntry->BSSID[3], pBssEntry->BSSID[4], pBssEntry->BSSID[5], pBssEntry->RSSI); 992 TRACE8( pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candiate %d, BSSID=%x-%x-%x-%x-%x-%x, RSSI =%d \n", candidateIndex, pBssEntry->BSSID[0], pBssEntry->BSSID[1], pBssEntry->BSSID[2], pBssEntry->BSSID[3], pBssEntry->BSSID[4], pBssEntry->BSSID[5], pBssEntry->RSSI);
|
H A D | scanMngr.c | 922 /* first check if the frame pass RSSI threshold. If not discard it and continue */ 935 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "Discarding frame beacuse RSSI %d is lower than threshold %d\n", frameInfo->rssi, pBandPolicy->rxRSSIThreshold); 1023 /* initialize average RSSI value */ 1024 pScanMngr->BSSList.BSSList[ pScanMngr->BSSList.numOfEntries ].RSSI = frameInfo->rssi; 1122 /* update RSSI value */ 1124 TI_INT8 rssiPrevVal = pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI; 1132 /* for faster convergence on RSSI changes use rounding error calculation with latest sample and not 1140 pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI = tmpRssiAvg; 1144 pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI = frameInfo->rssi; 1146 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "given RSSI [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/ |
H A D | currBss.c | 63 * 'Low RSSI' from FW. Third type of roaming event reported by FW is 121 BOOLEAN rssiBelowThrReported; /**< Set to TRUE whem low RSSI threshold crossed */ 122 BOOLEAN rssiAboveThrReported; /**< Set to TRUE whem high RSSI threshold crossed */ 123 INT8 averageRssi; /**< Average value of RSSI of management packets received form the current AP */ 126 UINT8 rssiFilterWeight; /**< The weigh for average RSSI value of management packets received form the current AP */ 289 pCurrBSS->currAPInfo.RSSI = 0; 306 /* Configure and enable the Low RSSI, the Low SNR and the Missed beacon events */ 382 /* Configure HAL with RSSI parameters */ 554 * Called when switch channel process is complete in order to reset RSSI calculations 571 pCurrBSS->currAPInfo.RSSI [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/ |
H A D | roamingMngr.c | 42 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX, 45 * better AP. Better AP is defined as a different AP with better RSSI, 851 ("candiate %d, BSSID=%x-%x-%x-%x-%x-%x, RSSI =%d \n", 855 pBssEntry->BSSID.addr[5], pBssEntry->RSSI) ); 869 ("candiate %d, BSSID=%x-%x-%x-%x-%x-%x, RSSI =%d \n", 873 pBssEntry->BSSID.addr[5], pBssEntry->RSSI) ); 887 ("candiate %d, BSSID=%x-%x-%x-%x-%x-%x, RSSI =%d \n", 891 pBssEntry->BSSID.addr[5], pBssEntry->RSSI) ); 1585 (pRoamingMngr->pListOfAPs->BSSList[index].RSSI < pRoamingMngr->roamingMngrConfig.apQualityThreshold)) 1589 ("candidate AP %x-%x-%x-%x-%x-%x with RSSI to [all...] |
/system/wlan/ti/wilink_6_1/Test/ |
H A D | roamingMgrDebug.c | 354 WLAN_OS_REPORT( ("channel: %d, beacon interval: %d, average RSSI: %d dBm\n", 355 pBssEntry->channel, pBssEntry->beaconInterval, pBssEntry->RSSI));
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
H A D | currBss.c | 62 * 'Low RSSI' from FW. Third type of roaming event reported by FW is 280 pCurrBSS->currAPInfo.RSSI = 0; 297 /* Configure and enable the Low RSSI, the Low SNR and the Missed beacon events */ 583 * Called when switch channel process is complete in order to reset RSSI calculations 599 pCurrBSS->currAPInfo.RSSI = 0; 1079 TRACE1(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION, "BackgroundScanQuality Event: RSSI = %d\n", averageRssi ); 1081 /* Report to AP Connection about reaching RSSI low or normal (high) threshold */ 1091 /* Update RSSI: */ 1092 pCurrBSS->currAPInfo.RSSI = averageRssi; 1094 /* Update Site Table in order to represent the RSSI o [all...] |
H A D | siteMgr.c | 513 /* Register the RSSI Trigger events at the currBss RSSI/SNR static table*/ 2769 /* RSSI */ 2937 /* RSSI */ 3829 newAP.RSSI = pCandidate->rssi; 3966 newApEntry->rssi = newAP->RSSI;
|
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
H A D | public_radio.h | 678 /* 0x04 */ TEST_CMD_RX_PLT_CAL, /* RSSI Cal */ 688 /* 0x0E */ TEST_CMD_FREE_RUN_RSSI, /* Free running RSSI measurement */ 1284 uint16 RSSI; member in struct:__anon1360 1513 int16 RSSIVal; /* free running RSSI value, 1dB resolution */ 1682 /* For RSSI Calculation - Save Parameters */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/ |
H A D | scanMngr.c | 1700 /* first check if the frame pass RSSI threshold. If not discard it and continue */ 1715 ("Discarding frame beacuse RSSI %d is lower than threshold %d\n", 1807 /* initialize average RSSI value */ 1808 pScanMngr->BSSList.BSSList[ pScanMngr->BSSList.numOfEntries ].RSSI = frameInfo->rssi; 1906 /* update RSSI value */ 1908 INT8 rssiPrevVal = pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI; 1916 /* for faster convergence on RSSI changes use rounding error calculation with latest sample and not 1924 pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI = tmpRssiAvg; 1928 pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI = frameInfo->rssi; 1931 ("given RSSI [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
H A D | g_tester.c | 1340 Bytes 10-13 : RSSI 2222 Byte 10 : RSSI 2278 P_BUFFER_ADD_UINT8(p_return_buffer, bssList.BSSList[index].RSSI-256); /*convert to negative number*/
|
H A D | cu_cmd.c | 348 console_printf_terminal("CLI Event - Low RSSI\n"); 1515 console_printf_terminal("RSSI Threshold: %d dBm\n", bandPolicy->rxRSSIThreshold); 1609 console_printf_terminal("%-17s %-7s %-6s %-4s %-10s\n", "BSSID", "Band", "Channel", "RSSI", "Neighbor?"); 1616 list.BSSList[ i ].channel, list.BSSList[ i ].RSSI, 2921 /*will return RSSI*/ 2926 console_printf_terminal("\n Current RSSI : %d\n" ,rssi) ; // TRS:WDK - add return 3051 { IPC_EVENT_LOW_RSSI, "Low RSSI" }, 3190 /*When beacon filter is activated, the current RSSI of the connection with the AP will be displayed despite no beacons are 4119 console_printf_terminal("Quality indicator (RSSI) to be used when comparing AP List matching quality, \n apQualityThreshold = %d \n", 4259 console_printf_terminal("RSSI / SN [all...] |
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ |
H A D | cu_cmd.c | 151 { IPC_EVENT_LOW_RSSI, (PS8)"Low RSSI" }, 719 os_error_printf(CU_MSG_INFO2, (PS8)"RSSI Threshold: %d dBm\n", pBandPolicy->rxRSSIThreshold); 2460 os_error_printf(CU_MSG_INFO2, (PS8)"RSSI Threshold: %d, SNR Threshold: %d, Report Threshold: %d Number of cycles: %d\n", 2773 os_error_printf(CU_MSG_INFO2, (PS8)"%-17s %-7s %-6s %-4s %-10s\n", (PS8)"BSSID", (PS8)"Band", (PS8)"Channel", (PS8)"RSSI", (PS8)"Neighbor?"); 2780 list.BSSList[ i ].channel, list.BSSList[ i ].RSSI, 2841 os_error_printf(CU_MSG_INFO2, (PS8)"Quality indicator (RSSI) to be used when comparing AP List matching quality, \n apQualityThreshold = %d \n", 4831 /* The RSSI and SNR are in octal units, the value divided by 8 for the print */ 4833 os_error_printf(CU_MSG_INFO2, (PS8)"Average RSSI: %d(0x%x)\n", (data.testCmd_u.Statistics.oRxPathStatistics.AverageRssi)/8,(data.testCmd_u.Statistics.oRxPathStatistics.AverageRssi)/8); 4843 os_error_printf(CU_MSG_INFO2, (PS8)"RSSI: %d(0x%x)\n", data.testCmd_u.Statistics.RxPacketStatistics[i].RSSI,dat [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/ |
H A D | siteMgr.c | 2124 RSSI of that site signal is not lower then -80DB + not lower 2125 then the exising site RSSI 2152 { /* Ignore wrong packets with lower RSSI that were detect as 2155 ("siteMgr_CheckRxSignalValidity:Rx RSSI =%d, on channel=%d, is lower then given RSSI =%d on channel=%d, dropping it.\n", 2167 Find the ste in the site table and updates the SNR and RSSI 2223 For the Primary site, we store average RSSI that is counted and updated from Current BSS module */ 2362 ("Resetting previous primary site RSSI\n")); 3171 /* RSSI */ 3488 /* RSSI */ [all...] |