HomeSort by relevance Sort by last modified time
    Searched refs:roamingTriggerEvents (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr.c 219 pRoamingMngr->roamingTriggerEvents[pRoamingMngr->roamingTrigger]++;
508 WLAN_OS_REPORT(("- Low TX rate = %d\n", pRoamingMngr->roamingTriggerEvents[index]));
511 WLAN_OS_REPORT(("- Low Snr = %d\n", pRoamingMngr->roamingTriggerEvents[index]));
514 WLAN_OS_REPORT(("- Low Quality = %d\n", pRoamingMngr->roamingTriggerEvents[index]));
517 WLAN_OS_REPORT(("- MAX TX retries = %d\n", pRoamingMngr->roamingTriggerEvents[index]));
520 WLAN_OS_REPORT(("- BSS Loss TX = %d\n", pRoamingMngr->roamingTriggerEvents[index]));
523 WLAN_OS_REPORT(("- Switch Channel = %d\n", pRoamingMngr->roamingTriggerEvents[index]));
526 WLAN_OS_REPORT(("- AP Disconnect = %d\n", pRoamingMngr->roamingTriggerEvents[index]));
529 WLAN_OS_REPORT(("- SEC attack = %d\n", pRoamingMngr->roamingTriggerEvents[index]));
625 pRoamingMngr->roamingTriggerEvents[index] = 0
    [all...]
roamingMngrApi.h 142 TI_UINT32 roamingTriggerEvents[MAX_ROAMING_TRIGGERS];
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 222 TI_UINT32 roamingTriggerEvents[MAX_ROAMING_TRIGGERS];
510 pAPConnection->roamingTriggerEvents[index] = 0;
    [all...]

Completed in 22 milliseconds