Home
last modified time | relevance | path

Searched refs:wepKeyLen (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/wlan/test/hdi_service/
H A Dwpa_hdi_direct_test.cpp374 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 Dwpa_hdi_hal_services_c_test.cpp539 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 Dwpa_supplicant_hal.h116 int (*wpaCliCmdWepKey)(WifiWpaStaInterface *this, int keyIdx, unsigned char *wepKey, unsigned int *wepKeyLen);
H A Dwpa_common_cmd.h101 uint32_t *wepKeyLen);
H A Dwpa_common_cmd.c941 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 Dwpa_supplicant_hal.c627 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 Dwpa_common_fuzzer.cpp281 uint32_t wepKeyLen = 16; in FuzzWpaInterfaceGetWepKey() local
283 interface->GetWepKey(interface, ifName, 1, wepKey, &wepKeyLen); in FuzzWpaInterfaceGetWepKey()

Completed in 17 milliseconds