Searched refs:requestType (Results 1 – 9 of 9) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Application/ |
D | roamingMngr_autoSM.c | 474 …requestToApConn.requestType = (pRoamingMngr->handoverWasPerformed) ? AP_CONNECT_RECONNECT_CURR_AP … in roamingMngr_smHandover() 487 requestToApConn.requestType = AP_CONNECT_FULL_TO_AP; in roamingMngr_smHandover() 491 requestToApConn.requestType = AP_CONNECT_FAST_TO_AP; in roamingMngr_smHandover() 511 …hannel=%d \n", pRoamingMngr->candidateApIndex, requestToApConn.requestType, pApToConnect->… in roamingMngr_smHandover()
|
D | roamingMngr_manualSM.c | 228 request.requestType = AP_CONNECT_RETAIN_CURR_AP; in roamingMngr_smScanToConnected()
|
D | roamingMngr.c | 1261 … " \n", pTargetAp->transitionMethod,pTargetAp->connRequest.requestType) ; in roamingMngr_connect()
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | apConnApi.h | 227 apConn_connRequest_e requestType; /** Type of Request to establish connection */ member
|
D | apConn.c | 175 apConn_connRequest_e requestType; /**< Stores type of roaming request */ member 897 pAPConnection->requestType = request->requestType; in apConn_connectToAP() 899 switch (request->requestType) in apConn_connectToAP() 2095 …if (pAPConnection->requestType == AP_CONNECT_FAST_TO_AP || pAPConnection->requestType == AP_CONNEC… in apConn_smInvokeConnectionToNewAp()
|
/hardware/qcom/gps/loc_api/loc_api_v02/ |
D | LocApiV02Adapter.cpp | 1025 conn_status_req.requestType = eQMI_LOC_SERVER_REQUEST_OPEN_V02; in atlOpenStatus() 1104 conn_status_req.requestType = eQMI_LOC_SERVER_REQUEST_OPEN_V02; in atlOpenStatus() 1165 conn_status_req.requestType = eQMI_LOC_SERVER_REQUEST_CLOSE_V02; in atlCloseStatus() 1717 if(server_request_ptr->requestType == eQMI_LOC_SERVER_REQUEST_OPEN_V02 ) in reportAtlRequest() 1742 else if (server_request_ptr->requestType == eQMI_LOC_SERVER_REQUEST_CLOSE_V02) in reportAtlRequest()
|
D | location_service_v02.h | 2003 qmiLocWifiRequestEnumT_v02 requestType; member 2183 qmiLocServerRequestEnumT_v02 requestType; member 4796 qmiLocServerRequestEnumT_v02 requestType; member
|
D | location_service_v02.c | 790 QMI_IDL_OFFSET8(qmiLocEventWifiReqIndMsgT_v02, requestType), 831 QMI_IDL_OFFSET8(qmiLocEventLocationServerConnectionReqIndMsgT_v02, requestType), 1586 QMI_IDL_OFFSET8(qmiLocInformLocationServerConnStatusReqMsgT_v02, requestType),
|
/hardware/ti/wlan/wl1271/Test/ |
D | roamingMgrDebug.c | 182 targetAP.connRequest.requestType = AP_CONNECT_FULL_TO_AP; in roamingMgrDebugFunction()
|