Home
last modified time | relevance | path

Searched defs:networkId (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/wlan/test/hdi_service/
Dwpa_hdi_hal_services_c_test.cpp106 int networkId = 0; variable
120 int networkId = 0; variable
136 int networkId = 0; variable
152 int networkId = 0; variable
173 int networkId = 0; variable
197 int networkId = 0; variable
220 int networkId = 0; variable
238 int networkId = 0; variable
263 int networkId = 0; variable
426 int networkId = 0; variable
[all …]
Dwpa_hdi_direct_test.cpp94 int networkId = 0; variable
103 int networkId = 0; variable
112 int networkId = 0; variable
121 int networkId = 0; variable
147 int networkId = 0; variable
158 int networkId = 0; variable
284 int networkId = 0; variable
Dp2p_hdi_direct_test.cpp181 int networkId = 1; variable
226 int networkId = 1; variable
287 int networkId = 1; variable
296 int networkId = 1; variable
321 int networkId = 1; variable
445 int networkId = 1; variable
462 int networkId = 0; variable
Dp2p_hdi_hal_services_c_test.cpp220 int networkId = 1; variable
283 int networkId = 1; variable
371 int networkId = -1; variable
384 int networkId = 1; variable
409 int networkId = 1; variable
564 int networkId = 1; variable
580 int networkId = 0; variable
/drivers/peripheral/wlan/test/fuzztest/
Dwpa_common_fuzzer.cpp110 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceAddNetwork() local
119 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceRemoveNetwork() local
128 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceDisableNetwork() local
139 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceSetNetwork() local
164 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceSelectNetwork() local
173 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceEnableNetwork() local
225 int networkId = 0; in FuzzWpaInterfaceGetNetwork() local
535 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceP2pSetRandomMac() local
585 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceP2pAddGroup() local
645 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceP2pRemoveNetwork() local
[all …]
/drivers/peripheral/wlan/wpa/client/include/
Dwpa_client.h86 int networkId; member
97 int networkId; member
102 int networkId; member
141 int networkId; member
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
Dwpa_common_cmd.c191 int32_t WpaInterfaceAddNetwork(struct IWpaInterface *self, const char *ifName, int32_t *networkId) in WpaInterfaceAddNetwork()
220 int32_t WpaInterfaceRemoveNetwork(struct IWpaInterface *self, const char *ifName, int32_t networkId) in WpaInterfaceRemoveNetwork()
248 …WpaInterfaceDisableNetwork(struct IWpaInterface *self, const char *ifName, const int32_t networkId) in WpaInterfaceDisableNetwork()
277 const int32_t networkId, const char *name, const char *value) in WpaInterfaceSetNetwork()
443 const int32_t networkId) in WpaInterfaceSelectNetwork()
468 … WpaInterfaceEnableNetwork(struct IWpaInterface *self, const char *ifName, const int32_t networkId) in WpaInterfaceEnableNetwork()
835 const int32_t networkId, const char *param, char *value, uint32_t valueLen) in WpaInterfaceGetNetwork()
Dwpa_p2p_cmd.c538 …32_t WpaInterfaceP2pSetRandomMac(struct IWpaInterface *self, const char *ifName, int32_t networkId) in WpaInterfaceP2pSetRandomMac()
714 int32_t networkId, int32_t freq) in WpaInterfaceP2pAddGroup()
884 …2_t WpaInterfaceP2pRemoveNetwork(struct IWpaInterface *self, const char *ifName, int32_t networkId) in WpaInterfaceP2pRemoveNetwork()
917 …InterfaceP2pSetGroupConfig(struct IWpaInterface *self, const char *ifName, const int32_t networkId, in WpaInterfaceP2pSetGroupConfig()
988 …_t WpaInterfaceP2pReinvoke(struct IWpaInterface *self, const char *ifName, const int32_t networkId, in WpaInterfaceP2pReinvoke()
1408 …InterfaceP2pGetGroupConfig(struct IWpaInterface *self, const char *ifName, const int32_t networkId, in WpaInterfaceP2pGetGroupConfig()
1443 …t32_t WpaInterfaceP2pAddNetwork(struct IWpaInterface *self, const char *ifName, int32_t *networkId) in WpaInterfaceP2pAddNetwork()