Searched refs:pWpaInterface (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_chba_interface.c | 90 WifiWpaInterface *pWpaInterface = GetWifiWapGlobalInterface(); in StopChbaWpaAndWpaHal() local 91 if (pWpaInterface != NULL) { in StopChbaWpaAndWpaHal() 92 pWpaInterface->wpaCliRemoveIface(pWpaInterface, "chba0"); in StopChbaWpaAndWpaHal() 105 WifiWpaInterface *pWpaInterface = GetWifiWapGlobalInterface(); in AddChbaIface() local 106 if (pWpaInterface == NULL) { in AddChbaIface() 110 if (pWpaInterface->wpaCliConnect(pWpaInterface) < 0) { in AddChbaIface() 119 if (pWpaInterface->wpaCliAddIface(pWpaInterface, &argv, true) < 0) { in AddChbaIface()
|
H A D | wifi_hal_sta_interface.c | 48 WifiWpaInterface *pWpaInterface = GetWifiWapGlobalInterface(); in AddWpaIface() local 49 if (pWpaInterface == NULL) { in AddWpaIface() 53 if (pWpaInterface->wpaCliConnect(pWpaInterface) < 0) { in AddWpaIface() 69 if (pWpaInterface->wpaCliAddIface(pWpaInterface, &argv, true) < 0) { in AddWpaIface() 79 WifiWpaInterface *pWpaInterface = GetWifiWapGlobalInterface(); in RemoveWpaIface() local 80 if (pWpaInterface == NULL) { in RemoveWpaIface() 85 ret = pWpaInterface->wpaCliRemoveIface(pWpaInterface, "wlan0"); in RemoveWpaIface() 87 ret = pWpaInterface->wpaCliRemoveIface(pWpaInterface, "wlan2"); in RemoveWpaIface()
|
H A D | wifi_hal_p2p_interface.c | 107 WifiWpaInterface *pWpaInterface = GetWifiWapGlobalInterface(); in StopP2pWpaAndWpaHal() local 108 if (pWpaInterface != NULL) { in StopP2pWpaAndWpaHal() 110 pWpaInterface->wpaCliRemoveIface(pWpaInterface, "p2p-dev-wlan0"); in StopP2pWpaAndWpaHal() 112 pWpaInterface->wpaCliRemoveIface(pWpaInterface, "p2p0"); in StopP2pWpaAndWpaHal() 126 WifiWpaInterface *pWpaInterface = GetWifiWapGlobalInterface(); local 127 if (pWpaInterface == NULL) { 131 if (pWpaInterface->wpaCliConnect(pWpaInterface) < 0) { 145 if (pWpaInterface->wpaCliAddIface(pWpaInterface, &argv, false) < 0) { 147 if (pWpaInterface->wpaCliAddIface(pWpaInterface, &argv, true) < 0) {
|
H A D | wifi_hal_module_manage.c | 201 WifiWpaInterface *pWpaInterface = GetWifiWapGlobalInterface(); in StopModuleInternalSendTerminate() local 202 if (pWpaInterface == NULL) { in StopModuleInternalSendTerminate() 206 int ret = pWpaInterface->wpaCliTerminate(); in StopModuleInternalSendTerminate()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_common_cmd_ext.c | 196 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() 236 if (pWpaInterface == NULL) { in StopWpaSupplicant() 240 int ret = pWpaInterface->wpaCliTerminate(); in StopWpaSupplicant() 289 if (pWpaInterface == NULL) { in WpaInterfaceAddWpaIface() 319 if (pWpaInterface->wpaCliAddIface(pWpaInterface, &addInterface, true) < 0) { in WpaInterfaceAddWpaIface() 340 if (pWpaInterface == NULL) { in WpaInterfaceRemoveWpaIface() [all …]
|
H A D | wpa_common_cmd.c | 1047 WifiWpaInterface *pWpaInterface = GetWifiWpaGlobalInterface(); in OnRemoteServiceDied() local 1048 if (pWpaInterface == NULL) { in OnRemoteServiceDied() 1052 int ret = pWpaInterface->wpaCliTerminate(); in OnRemoteServiceDied()
|