Home
last modified time | relevance | path

Searched refs:CHPP_WIFI_OPEN (Results 1 – 4 of 4) sorted by relevance

/system/chre/chpp/clients/
Dwifi.c195 case CHPP_WIFI_OPEN: { in chppDispatchWifiResponse()
330 &wifiClientContext->rRState[CHPP_WIFI_OPEN], in chppWifiClientNotifyReset()
331 CHPP_WIFI_OPEN, in chppWifiClientNotifyReset()
348 &wifiClientContext->rRState[CHPP_WIFI_OPEN], in chppWifiClientNotifyMatch()
349 CHPP_WIFI_OPEN, in chppWifiClientNotifyMatch()
644 &gWifiClientContext.client, &gWifiClientContext.rRState[CHPP_WIFI_OPEN], in chppWifiClientOpen()
645 CHPP_WIFI_OPEN, in chppWifiClientOpen()
/system/chre/chpp/include/chpp/common/
Dwifi.h108 CHPP_WIFI_OPEN = 0x0000, enumerator
/system/chre/chpp/services/
Dwifi.c157 case CHPP_WIFI_OPEN: { in chppDispatchWifiRequest()
/system/chre/chpp/test/
Dtransport_test.cpp894 transactionID++, CHPP_WIFI_OPEN); in TEST_F()