Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd_ext.c196 WifiWpaInterface *pWpaInterface = GetWifiWpaGlobalInterface(); in StartWpaSupplicant() local
197 if (pWpaInterface == NULL) { in StartWpaSupplicant()
201 if (pWpaInterface->wpaCliConnect(pWpaInterface) < 0) { in StartWpaSupplicant()
215 WifiWpaInterface *pWpaInterface = GetWifiWpaGlobalInterface(); in WpaInterfaceStart() local
216 if (pWpaInterface == NULL) { in WpaInterfaceStart()
235 WifiWpaInterface *pWpaInterface = GetWifiWpaGlobalInterface(); in StopWpaSupplicant() local
236 if (pWpaInterface == NULL) { in StopWpaSupplicant()
240 int ret = pWpaInterface->wpaCliTerminate(); in StopWpaSupplicant()
288 WifiWpaInterface *pWpaInterface in WpaInterfaceAddWpaIface() local
339 WifiWpaInterface *pWpaInterface = GetWifiWpaGlobalInterface(); WpaInterfaceRemoveWpaIface() local
[all...]
H A Dwpa_common_cmd.c1049 WifiWpaInterface *pWpaInterface = GetWifiWpaGlobalInterface(); in OnRemoteServiceDied() local
1050 if (pWpaInterface == NULL) { in OnRemoteServiceDied()
1055 int ret = pWpaInterface->wpaCliTerminate(); in OnRemoteServiceDied()

Completed in 4 milliseconds