Searched refs:wepKeyLen (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wpa_hdi_direct_test.cpp | 374 uint32_t wepKeyLen = 16;
in HWTEST_F() local 375 int32_t rc = g_wpaObj->GetWepKey(g_wpaObj, IFNAME, 0, wepKey, &wepKeyLen);
in HWTEST_F() 377 rc = g_wpaObj->GetWepKey(g_wpaObj, IFNAME, 1, wepKey, &wepKeyLen);
in HWTEST_F() 379 rc = g_wpaObj->GetWepKey(g_wpaObj, nullptr, 0, wepKey, &wepKeyLen);
in HWTEST_F() 381 rc = g_wpaObj->GetWepKey(g_wpaObj, nullptr, 1, wepKey, &wepKeyLen);
in HWTEST_F()
|
H A D | wpa_hdi_hal_services_c_test.cpp | 539 uint32_t wepKeyLen = 16;
in HWTEST_F() local 543 rc = g_wpaObj->GetWepKey(g_wpaObj, IFNAME, 0, wepKey, &wepKeyLen);
in HWTEST_F() 545 rc = g_wpaObj->GetWepKey(g_wpaObj, IFNAME, 1, wepKey, &wepKeyLen);
in HWTEST_F()
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_supplicant_hal.h | 116 int (*wpaCliCmdWepKey)(WifiWpaStaInterface *this, int keyIdx, unsigned char *wepKey, unsigned int *wepKeyLen);
|
H A D | wpa_common_cmd.h | 101 uint32_t *wepKeyLen);
|
H A D | wpa_common_cmd.c | 941 uint8_t *wepKey, uint32_t *wepKeyLen)
in WpaInterfaceGetWepKey() 945 if (ifName == NULL || wepKey == NULL || wepKeyLen == NULL) {
in WpaInterfaceGetWepKey() 956 int ret = pStaIfc->wpaCliCmdWepKey(pStaIfc, keyIdx, wepKey, wepKeyLen);
in WpaInterfaceGetWepKey() 940 WpaInterfaceGetWepKey(struct IWpaInterface *self, const char *ifName, int keyIdx, uint8_t *wepKey, uint32_t *wepKeyLen) WpaInterfaceGetWepKey() argument
|
H A D | wpa_supplicant_hal.c | 627 static int WpaCliCmdWepKey(WifiWpaStaInterface *this, int keyIdx, unsigned char *wepKey, unsigned int *wepKeyLen) in WpaCliCmdWepKey() argument 629 if (this == NULL || wepKey == NULL || wepKeyLen == NULL) { in WpaCliCmdWepKey() 653 *wepKeyLen = strlen(value); in WpaCliCmdWepKey()
|
/drivers/peripheral/wlan/test/fuzztest/ |
H A D | wpa_common_fuzzer.cpp | 281 uint32_t wepKeyLen = 16; in FuzzWpaInterfaceGetWepKey() local 283 interface->GetWepKey(interface, ifName, 1, wepKey, &wepKeyLen); in FuzzWpaInterfaceGetWepKey()
|
Completed in 17 milliseconds