/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client.h | 327 void SetWapiConfig(const WifiHalDeviceConfig &config, SetNetworkConfig *conf, int &num); 829 int PushDeviceConfigString(SetNetworkConfig *pConfig, DeviceConfigType type, 831 int PushDeviceConfigInt(SetNetworkConfig *pConfig, DeviceConfigType type, int i) const; 832 …int PushDeviceConfigAuthAlgorithm(SetNetworkConfig *pConfig, DeviceConfigType type, unsigned int a… 833 … int PushDeviceConfigParseMask(SetNetworkConfig *pConfig, DeviceConfigType type, unsigned int mask,
|
H A D | wifi_hdi_wpa_client.cpp | 221 void WifiHdiWpaClient::SetWapiConfig(const WifiHalDeviceConfig &config, SetNetworkConfig *conf, int… in SetWapiConfig() 241 SetNetworkConfig conf[DEVICE_CONFIG_END_POS]; in SetDeviceConfig() 364 SetNetworkConfig conf; in SetBssid() 527 SetNetworkConfig *pConfig, DeviceConfigType type, const std::string &msg, bool checkEmpty) const in PushDeviceConfigString() 540 int WifiHdiWpaClient::PushDeviceConfigInt(SetNetworkConfig *pConfig, DeviceConfigType type, int i) … in PushDeviceConfigInt() 550 SetNetworkConfig *pConfig, DeviceConfigType type, unsigned int alg) const in PushDeviceConfigAuthAlgorithm() 572 SetNetworkConfig *pConfig, DeviceConfigType type, in PushDeviceConfigParseMask()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_struct.h | 137 typedef struct SetNetworkConfig { struct 140 } SetNetworkConfig; typedef
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_struct.h | 139 typedef struct SetNetworkConfig { struct 142 } SetNetworkConfig; argument
|
H A D | wifi_hal_sta_interface.h | 284 WifiErrorNo SetNetwork(int networkId, const SetNetworkConfig *confs, int size);
|
H A D | wifi_hal_crpc_sta.c | 629 SetNetworkConfig *confs = (SetNetworkConfig *)calloc(size, sizeof(SetNetworkConfig)); in RpcSetNetwork()
|
H A D | wifi_hal_sta_interface.c | 622 WifiErrorNo SetNetwork(int networkId, const SetNetworkConfig *confs, int size) in SetNetwork()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/ |
H A D | wifi_idl_client.h | 1112 int PushDeviceConfigString(SetNetworkConfig *pConfig, DeviceConfigType type, 1114 int PushDeviceConfigInt(SetNetworkConfig *pConfig, DeviceConfigType type, int i) const; 1115 …int PushDeviceConfigAuthAlgorithm(SetNetworkConfig *pConfig, DeviceConfigType type, unsigned int a… 1116 … int PushDeviceConfigParseMask(SetNetworkConfig *pConfig, DeviceConfigType type, unsigned int mask,
|
H A D | wifi_idl_client.cpp | 456 SetNetworkConfig *pConfig, DeviceConfigType type, const std::string &msg, bool checkEmpty) const in PushDeviceConfigString() 469 int WifiIdlClient::PushDeviceConfigInt(SetNetworkConfig *pConfig, DeviceConfigType type, int i) con… in PushDeviceConfigInt() 479 SetNetworkConfig *pConfig, DeviceConfigType type, unsigned int alg) const in PushDeviceConfigAuthAlgorithm() 501 SetNetworkConfig *pConfig, DeviceConfigType type, in PushDeviceConfigParseMask() 530 SetNetworkConfig conf[DEVICE_CONFIG_END_POS]; in SetDeviceConfig() 650 SetNetworkConfig conf; in SetBssid()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
H A D | i_wifi_struct.h | 182 typedef struct SetNetworkConfig { struct 185 } SetNetworkConfig; argument
|
H A D | i_wifi_sta_iface.h | 168 WifiErrorNo SetNetwork(int networkId, SetNetworkConfig *confs, int size);
|
H A D | i_wifi_sta_iface.c | 341 WifiErrorNo SetNetwork(int networkId, SetNetworkConfig *confs, int size) in SetNetwork()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_sta_impl.h | 53 WifiErrorNo HdiWpaStaSetNetwork(int networkId, SetNetworkConfig *confs, int size, const char *iface…
|
H A D | wifi_hdi_wpa_sta_impl.c | 187 static WifiErrorNo SetNetwork(int networkId, SetNetworkConfig conf, const char *ifaceName) in SetNetwork() 711 WifiErrorNo HdiWpaStaSetNetwork(int networkId, SetNetworkConfig *confs, int size, const char *iface… in HdiWpaStaSetNetwork()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_hal_sta_interface_test.cpp | 86 SetNetworkConfig conf;
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client_test.cpp | 210 SetNetworkConfig expectedConfig[DEVICE_CONFIG_END_POS]; 289 SetNetworkConfig expectedConfig; 1396 SetNetworkConfig conf; 1457 SetNetworkConfig pConfig; 1478 SetNetworkConfig pConfig;
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
H A D | mock_wifi_hal_service.c | 223 WifiErrorNo SetNetwork(int networkId, const SetNetworkConfig *confs, int size) in SetNetwork()
|