/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_p2p_struct.h | 115 typedef struct P2pGroupConfig { struct 118 } P2pGroupConfig; argument
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_p2p_struct.h | 118 typedef struct P2pGroupConfig { struct 121 } P2pGroupConfig; typedef
|
H A D | wifi_hal_p2p_interface.h | 418 WifiErrorNo P2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size); 428 WifiErrorNo P2pGetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size);
|
H A D | wifi_hal_crpc_p2p.c | 883 P2pGroupConfig *confs = (P2pGroupConfig *)calloc(size, sizeof(P2pGroupConfig)); in RpcP2pSetGroupConfig() 917 P2pGroupConfig *confs = (P2pGroupConfig *)calloc(size, sizeof(P2pGroupConfig)); in RpcP2pGetGroupConfig()
|
H A D | wifi_hal_p2p_interface.c | 1033 WifiErrorNo P2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) 1063 WifiErrorNo P2pGetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size)
|
/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_p2p_iface.h | 420 WifiErrorNo P2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size); 429 WifiErrorNo P2pGetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size);
|
H A D | i_wifi_struct.h | 349 typedef struct P2pGroupConfig { struct 352 } P2pGroupConfig; argument
|
H A D | i_wifi_p2p_iface.c | 1055 WifiErrorNo P2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) in P2pSetGroupConfig() 1082 WifiErrorNo P2pGetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) in P2pGetGroupConfig()
|
/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_p2p_impl.h | 81 WifiErrorNo HdiP2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size);
|
H A D | wifi_hdi_wpa_p2p_impl.c | 832 WifiErrorNo HdiP2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) in HdiP2pSetGroupConfig()
|
/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 | 768 …int PushP2pGroupConfigString(P2pGroupConfig *pConfig, P2pGroupConfigType type, const std::string &… 770 int PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i) const;
|
H A D | wifi_hdi_wpa_client.cpp | 1372 P2pGroupConfig conf[GROUP_CONFIG_END_POS]; in ReqP2pSetGroupConfig() 1401 P2pGroupConfig *pConfig, P2pGroupConfigType type, const std::string &str) const in PushP2pGroupConfigString() 1414 int WifiHdiWpaClient::PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i… in PushP2pGroupConfigInt()
|
/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 | 1119 …int PushP2pGroupConfigString(P2pGroupConfig *pConfig, P2pGroupConfigType type, const std::string &… 1120 int PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i) const;
|
H A D | wifi_idl_client.cpp | 1755 P2pGroupConfig *pConfig, P2pGroupConfigType type, const std::string &str) const in PushP2pGroupConfigString() 1768 int WifiIdlClient::PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i) c… in PushP2pGroupConfigInt() 1780 P2pGroupConfig conf[GROUP_CONFIG_END_POS]; in ReqP2pSetGroupConfig() 1810 P2pGroupConfig confs[GROUP_CONFIG_END_POS]; in ReqP2pGetGroupConfig()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_hal_p2p_interface_test.cpp | 333 P2pGroupConfig pConfig; 342 P2pGroupConfig 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 | 742 WifiErrorNo P2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) in P2pSetGroupConfig() 747 WifiErrorNo P2pGetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) in P2pGetGroupConfig()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_p2p_impl_test.cpp | 210 P2pGroupConfig pConfig;
|
/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 | 1335 P2pGroupConfig config; 1349 P2pGroupConfig pConfig;
|