Searched refs:DeviceConfigType (Results 1 – 12 of 12) sorted by relevance
/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 | 142 typedef enum DeviceConfigType { enum 174 } DeviceConfigType; typedef 177 DeviceConfigType field; 183 DeviceConfigType cfgParam; /* param */
|
/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 | 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 | 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/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()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_define.h | 145 typedef enum DeviceConfigType { enum 187 } DeviceConfigType; typedef
|
H A D | wpa_supplicant_hal.h | 44 DeviceConfigType param; /* set network param */ 49 DeviceConfigType field;
|
H A D | wpa_hal_struct.h | 138 DeviceConfigType cfgParam; /* Setting parameters. */
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_define.h | 148 typedef enum DeviceConfigType { enum 187 } DeviceConfigType; typedef
|
H A D | wifi_hal_struct.h | 140 DeviceConfigType cfgParam; /* Setting parameters. */
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/ |
H A D | wifi_supplicant_hal.h | 42 DeviceConfigType param; /* set network param */ 47 DeviceConfigType field;
|
/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 | 1458 DeviceConfigType type = DEVICE_CONFIG_SSID; 1479 DeviceConfigType type = DEVICE_CONFIG_SSID;
|