| /drivers/peripheral/wlan/test/hdi_service/ |
| D | wpa_hdi_hal_services_c_test.cpp | 106 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 …]
|
| D | wpa_hdi_direct_test.cpp | 94 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
|
| D | p2p_hdi_direct_test.cpp | 181 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
|
| D | p2p_hdi_hal_services_c_test.cpp | 220 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/ |
| D | wpa_common_fuzzer.cpp | 110 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 560 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceP2pSetRandomMac() local 610 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceP2pAddGroup() local 700 int32_t networkId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzWpaInterfaceP2pRemoveNetwork() local [all …]
|
| /drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
| D | wpa_common_cmd.c | 106 int32_t WpaInterfaceAddNetwork(struct IWpaInterface *self, const char *ifName, int32_t *networkId) in WpaInterfaceAddNetwork() 133 int32_t WpaInterfaceRemoveNetwork(struct IWpaInterface *self, const char *ifName, int32_t networkId) in WpaInterfaceRemoveNetwork() 159 …WpaInterfaceDisableNetwork(struct IWpaInterface *self, const char *ifName, const int32_t networkId) in WpaInterfaceDisableNetwork() 186 const int32_t networkId, const char *name, const char *value) in WpaInterfaceSetNetwork() 325 const int32_t networkId) in WpaInterfaceSelectNetwork() 351 … WpaInterfaceEnableNetwork(struct IWpaInterface *self, const char *ifName, const int32_t networkId) in WpaInterfaceEnableNetwork() 746 const int32_t networkId, const char *param, char *value, uint32_t valueLen) in WpaInterfaceGetNetwork()
|
| D | wpa_p2p_cmd.c | 451 …32_t WpaInterfaceP2pSetRandomMac(struct IWpaInterface *self, const char *ifName, int32_t networkId) in WpaInterfaceP2pSetRandomMac() 581 int32_t networkId, int32_t freq) in WpaInterfaceP2pAddGroup() 727 …2_t WpaInterfaceP2pRemoveNetwork(struct IWpaInterface *self, const char *ifName, int32_t networkId) in WpaInterfaceP2pRemoveNetwork() 750 …InterfaceP2pSetGroupConfig(struct IWpaInterface *self, const char *ifName, const int32_t networkId, in WpaInterfaceP2pSetGroupConfig() 817 …_t WpaInterfaceP2pReinvoke(struct IWpaInterface *self, const char *ifName, const int32_t networkId, in WpaInterfaceP2pReinvoke() 1186 …InterfaceP2pGetGroupConfig(struct IWpaInterface *self, const char *ifName, const int32_t networkId, in WpaInterfaceP2pGetGroupConfig() 1215 …t32_t WpaInterfaceP2pAddNetwork(struct IWpaInterface *self, const char *ifName, int32_t *networkId) in WpaInterfaceP2pAddNetwork()
|
| D | wpa_p2p_hal.c | 390 static P2pSupplicantErrCode WpaP2pCliCmdRemoveNetwork(WifiWpaP2pInterface *this, int networkId) in WpaP2pCliCmdRemoveNetwork() 753 …tErrCode WpaP2pCliCmdGroupAdd(WifiWpaP2pInterface *this, int isPersistent, int networkId, int freq) in WpaP2pCliCmdGroupAdd() 1068 static P2pSupplicantErrCode WpaP2pCliCmdAddNetwork(WifiWpaP2pInterface *this, int *networkId) in WpaP2pCliCmdAddNetwork()
|
| D | wpa_supplicant_hal.c | 269 static int WpaCliCmdEnableNetwork(WifiWpaStaInterface *this, int networkId) in WpaCliCmdEnableNetwork() 283 static int WpaCliCmdSelectNetwork(WifiWpaStaInterface *this, int networkId) in WpaCliCmdSelectNetwork() 297 static int WpaCliCmdDisableNetwork(WifiWpaStaInterface *this, int networkId) in WpaCliCmdDisableNetwork() 311 static int WpaCliCmdRemoveNetwork(WifiWpaStaInterface *this, int networkId) in WpaCliCmdRemoveNetwork()
|
| D | wpa_hal_p2p_struct.h | 134 int networkId; member
|
| D | wpa_hal_struct.h | 143 int networkId; member
|
| /drivers/peripheral/wlan/wpa/client/include/ |
| D | wpa_client.h | 93 int networkId; member 104 int networkId; member 109 int networkId; member 148 int networkId; member
|