Home
last modified time | relevance | path

Searched refs:requestType (Results 1 – 9 of 9) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Application/
DroamingMngr_autoSM.c474 …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()
DroamingMngr_manualSM.c228 request.requestType = AP_CONNECT_RETAIN_CURR_AP; in roamingMngr_smScanToConnected()
DroamingMngr.c1261 … " \n", pTargetAp->transitionMethod,pTargetAp->connRequest.requestType) ; in roamingMngr_connect()
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DapConnApi.h227 apConn_connRequest_e requestType; /** Type of Request to establish connection */ member
DapConn.c175 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/
DLocApiV02Adapter.cpp1025 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()
Dlocation_service_v02.h2003 qmiLocWifiRequestEnumT_v02 requestType; member
2183 qmiLocServerRequestEnumT_v02 requestType; member
4796 qmiLocServerRequestEnumT_v02 requestType; member
Dlocation_service_v02.c790 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/
DroamingMgrDebug.c182 targetAP.connRequest.requestType = AP_CONNECT_FULL_TO_AP; in roamingMgrDebugFunction()