Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/test/hdi_service/
H A Dwpa_hdi_direct_test.cpp373 uint8_t wepKey[16] = {0}; 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.cpp538 uint8_t wepKey[16] = {0}; 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.h100 int32_t WpaInterfaceGetWepKey(struct IWpaInterface *self, const char *ifName, int keyIdx, uint8_t *wepKey,
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()
649 if (strncpy_s((char *)wepKey, strlen(value), value, strlen(value)) != 0) { in WpaCliCmdWepKey()
657 HDF_LOGI("WpaCliCmdWepKey wepKey =%{private}s", wepKey); in WpaCliCmdWepKey()
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
/drivers/peripheral/wlan/test/fuzztest/
H A Dwpa_common_fuzzer.cpp280 uint8_t wepKey[16] = {0}; in FuzzWpaInterfaceGetWepKey() local
283 interface->GetWepKey(interface, ifName, 1, wepKey, &wepKeyLen); in FuzzWpaInterfaceGetWepKey()

Completed in 11 milliseconds