Home
last modified time | relevance | path

Searched refs:WpaGetNetworkArgv (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_supplicant_hal.h52 struct WpaGetNetworkArgv { struct
94 …int (*wpaCliCmdGetNetwork)(WifiWpaStaInterface *p, const struct WpaGetNetworkArgv *argv, char *pcm…
H A Dwifi_supplicant_hal.c353 WifiWpaStaInterface *this, const struct WpaGetNetworkArgv *argv, char *pcmd, unsigned size) in WpaCliCmdGetNetwork()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.h54 struct WpaGetNetworkArgv { struct
96 …int (*wpaCliCmdGetNetwork)(WifiWpaStaInterface *p, const struct WpaGetNetworkArgv *argv, char *pcm…
H A Dwpa_supplicant_hal.c334 WifiWpaStaInterface *this, const struct WpaGetNetworkArgv *argv, char *pcmd, unsigned size) in WpaCliCmdGetNetwork()
H A Dwpa_common_cmd.c761 struct WpaGetNetworkArgv getNetwork = {0}; in WpaInterfaceGetNetwork()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_wpa_sta_test.cpp233 WpaGetNetworkArgv argv;
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_sta_interface.c811 struct WpaGetNetworkArgv argv = {0}; in WpaGetNetWork()