Searched refs:roamingMngr_SendReassocEvent (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Application/
H A DroamingMngr_manualSM.c82 static void roamingMngr_SendReassocEvent(TI_HANDLE hRoamingMngr, reassociationResp_e ReassResp);
241 roamingMngr_SendReassocEvent(hRoamingMngr, REASSOC_RESP_FAILURE);
246 roamingMngr_SendReassocEvent(hRoamingMngr, REASSOC_RESP_SUCCESS);
251 roamingMngr_SendReassocEvent(hRoamingMngr, REASSOC_RESP_REJECT);
254 static void roamingMngr_SendReassocEvent(TI_HANDLE hRoamingMngr, reassociationResp_e ReassResp) function
258 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_SendReassocEvent(): %d \n", ReassResp);

Completed in 23 milliseconds