MCPcopy Create free account

hub / github.com/Awesome-HarmonyOS/HarmonyOS / functions

Functions11,895 in github.com/Awesome-HarmonyOS/HarmonyOS

↓ 28 callersFunctionSDIO_ConfigData
* @brief Configure the SDMMC data path according to the specified * parameters in the SDIO_DataInitTypeDef. * @param SDIOx: Pointer to
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c:434
↓ 28 callersFunctionSDMMC_CmdBlockLength
* @brief Send the Data Block Lenght command and check the response * @param SDIOx: Pointer to SDMMC register base * @retval HAL status */
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c:528
↓ 28 callersFunctionmbedtls_sha1_update
* SHA-1 process buffer */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/sha1.c:273
↓ 28 callersFunctionmbedtls_zeroize
Implementation that should never be optimized out by the compiler */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/ssl_tls.c:57
↓ 28 callersFunctionmem_set
Fill memory block */
Huawei_LiteOS/components/fs/fatfs/ff13b/source/ff.c:658
↓ 28 callersFunctionsnmp_asn1_dec_tlv
* Decodes a TLV from a pbuf stream. * * @param pbuf_stream points to a pbuf stream * @param tlv returns decoded TLV * @return ERR_OK if successful
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/apps/snmp/snmp_asn1.c:422
↓ 28 callersFunctionsota_process
Huawei_LiteOS/components/ota/sota/sota.c:429
↓ 27 callersFunctionFLASH_WaitForLastOperation
* @brief Wait for a FLASH operation to complete. * @param Timeout maximum flash operation timeout * @retval HAL Status */
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c:842
↓ 27 callersFunctionmbedtls_mpi_mod_mpi
* Modulo: R = A mod B */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:1453
↓ 27 callersFunctionppp_dbglog
* ppp_dbglog - log a debug message. */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/netif/ppp/utils.c:694
↓ 27 callersFunctionppp_slprintf
* ppp_slprintf - format a message into a buffer. Like sprintf except we * also specify the length of the output buffer, and we handle * %m (error m
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/netif/ppp/utils.c:122
↓ 26 callersFunctionlcp_close
* lcp_close - Take LCP down. */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/netif/ppp/lcp.c:422
↓ 26 callersFunctionld_dword
Huawei_LiteOS/components/fs/fatfs/ff13b/source/ff.c:579
↓ 26 callersFunctionlos_close
Huawei_LiteOS/components/fs/vfs/los_vfs.c:362
↓ 26 callersFunctionlos_unlink
Huawei_LiteOS/components/fs/vfs/los_vfs.c:538
↓ 26 callersFunctionmbedtls_md_hmac_finish
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/md.c:379
↓ 26 callersFunctionmem_free
Put memory back on the heap * * @param rmem is the pointer as returned by a previous call to mem_malloc() */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/mem.c:142
↓ 26 callersFunctionpbuf_cat
* @ingroup pbuf * Concatenate two pbufs (each may be a pbuf chain) and take over * the caller's reference of the tail pbuf. * * @note The caller M
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/pbuf.c:839
↓ 25 callersFunctionFMPI2C_Enable_IRQ
* @brief Manage the enabling of Interrupts. * @param hfmpi2c Pointer to a FMPI2C_HandleTypeDef structure that contains * the conf
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c.c:4735
↓ 25 callersFunctionLOS_MemFree
Function : LOS_MemFree Description : Free Memory and return it to Memory pool Input : tlsf --- Pointer to memory pool pPtr
Huawei_LiteOS/kernel/base/mem/tlsf/los_memory.c:1218
↓ 25 callersFunctionSDIO_SendCommand
* @brief Configure the SDMMC command path according to the specified parameters in * SDIO_CmdInitTypeDef structure and send the command
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c:366
↓ 25 callersFunctionat_free
Huawei_LiteOS/components/net/at_frame/at_main.c:900
↓ 25 callersFunctionlos_open
Huawei_LiteOS/components/fs/vfs/los_vfs.c:182
↓ 25 callersFunctionmbedtls_md_setup
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/md.c:225
↓ 25 callersFunctionmbedtls_pk_rsa
* Quick access to an RSA context inside a PK context. * * \warning You must make sure the PK context actually holds an RSA context * before using t
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/include/mbedtls/pk.h:139
↓ 24 callersFunctionHAL_Delay
* @brief This function provides minimum delay (in milliseconds) based * on variable incremented. * @note In the default implementation , Sy
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:393
↓ 24 callersFunctionI2C_WaitOnFlagUntilTimeout
* @brief This function handles I2C Communication Timeout. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the con
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c:5230
↓ 24 callersFunctionI2C_WaitOnFlagUntilTimeout
* @brief This function handles I2C Communication Timeout. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the con
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c:5324
↓ 24 callersFunctionLOS_MemAlloc
Function : LOS_MemAlloc Description : Allocate Memory from Memory pool Input : tlsf --- Pointer to memory pool uwSize --- S
Huawei_LiteOS/kernel/base/mem/tlsf/los_memory.c:1058
↓ 24 callersFunctionRTC_Bcd2ToByte
* @brief Converts from 2 digit BCD to Binary. * @param Value: BCD value to be converted * @retval Converted word */
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c:1539
↓ 24 callersFunctionmbedtls_net_init
Huawei_LiteOS/components/security/mbedtls/mbedtls_port/net_sockets_alt.c:56
↓ 24 callersFunctionmbedtls_x509_crl_free
* Unallocate all CRL data */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/x509_crl.c:664
↓ 24 callersFunctionnew_phase
* new_phase - signal the start of a new phase of pppd's operation. */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/netif/ppp/ppp.c:1030
↓ 24 callersMethodwrite
(self, tlv)
Huawei_LiteOS/components/ota/script/package_software.py:249
↓ 23 callersFunctionCLOCK_EnableClock
Huawei_LiteOS/targets/NXP_LPC51U68/Driver/LPC51U68/drivers/fsl_clock.h:455
↓ 23 callersFunctionHAL_CRYP_OutCpltCallback
* @brief Output FIFO transfer completed callbacks. * @param hcryp pointer to a CRYP_HandleTypeDef structure that contains * the configur
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp.c:3660
↓ 23 callersFunctionMyLog
Huawei_LiteOS/components/connectivity/mqtt/MQTTClient-C/test/test1.c:153
↓ 23 callersFunctionlwm2m_strncmp
Huawei_LiteOS/components/connectivity/agent_tiny/atiny_lwm2m/platform_adapter.c:84
↓ 23 callersFunctionmbedtls_mpi_size
* Return the total size in bytes */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:399
↓ 23 callersFunctionmbedtls_pk_init
* Initialise a mbedtls_pk_context */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/pk.c:54
↓ 23 callersFunctionmbedtls_x509_crt_parse
* Parse one or more PEM certificates from a buffer and add them to the chained * list */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/x509_crt.c:972
↓ 23 callersFunctionpbuf_realloc
* @ingroup pbuf * Shrink a pbuf chain to a desired length. * * @param p pbuf to shrink. * @param new_len desired new length of pbuf chain * * De
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/pbuf.c:492
↓ 23 callersFunctionsys_now
Huawei_LiteOS/components/net/lwip/lwip_port/OS/sys_arch.c:444
↓ 23 callersFunctiontcp_write
* @ingroup tcp_raw * Write data for sending (but does not send it immediately). * * It waits in the expectation of more data being sent soon (as *
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/tcp_out.c:367
↓ 22 callersFunctionCRYP_SetKey
* @brief Writes the Key in Key registers. * @param hcryp pointer to a CRYP_HandleTypeDef structure that contains * the configuration inf
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp.c:214
↓ 22 callersFunctionHAL_CRYP_InCpltCallback
* @brief Input FIFO transfer completed callbacks. * @param hcryp pointer to a CRYP_HandleTypeDef structure that contains * the configura
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp.c:3645
↓ 22 callersFunctionHAL_Delay
* @brief This function provides minimum delay (in milliseconds) based * on variable incremented. * @note In the default implementation , Sy
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:374
↓ 22 callersFunctionLOS_ListDelete
*@ingroup los_list *@brief Delete a specified node from a doubly linked list. * *@par Description: *<ul> *<li>This API is used to delete a specif
Huawei_LiteOS_Kernel/Huawei_LiteOS/kernel/include/los_list.h:183
↓ 22 callersFunctionLOS_Schedule
Function : LOS_Schedule Description : Function to determine whether task scheduling is required Input : None Output : None Return
Huawei_LiteOS_Kernel/Huawei_LiteOS/platform/cpu/arm/cortex-m4/los_hw.c:66
↓ 22 callersFunctionmbedtls_ecp_point_init
* Initialize (the components of) a point */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/ecp.c:276
↓ 22 callersFunctionmbedtls_md_init
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/md.c:181
↓ 22 callersFunctionmbedtls_mpi_add_mpi
* Signed addition: X = A + B */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:1007
↓ 22 callersFunctionmbedtls_mpi_grow
* Enlarge to the specified number of limbs */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:114
↓ 22 callersFunctionspiffs_page_delete
Deletes a page and removes it from object lookup.
Huawei_LiteOS/components/fs/spiffs/spiffs_git/src/spiffs_nucleus.c:980
↓ 21 callersFunctionDFSDM_GetChannelFromInstance
* @brief This function allows to get the channel number from channel instance. * @param Instance DFSDM channel instance. * @retval Channel numbe
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dfsdm.c:3605
↓ 21 callersFunctionFLASH_WaitForLastOperation
* @brief Wait for a FLASH operation to complete. * @param Timeout maximum flash operationtimeout * @retval HAL Status */
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:568
↓ 21 callersFunctionFMPI2C_WaitOnFlagUntilTimeout
* @brief This function handles FMPI2C Communication Timeout. * @param hfmpi2c Pointer to a FMPI2C_HandleTypeDef structure that contains *
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c.c:4487
↓ 21 callersFunctionHAL_I2S_ErrorCallback
* @brief I2S error callbacks * @param hi2s pointer to a I2S_HandleTypeDef structure that contains * the configuration information for I2S
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c:1237
↓ 21 callersFunctionmbedtls_mpi_read_binary
* Import X from unsigned binary data, big endian */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:672
↓ 21 callersFunctionmbedtls_pk_get_type
* Access the PK type */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/pk.c:375
↓ 21 callersFunctionpbuf_clen
* Count number of pbufs in a chain * * @param p first pbuf of chain * @return the number of pbufs in a chain */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/pbuf.c:799
↓ 21 callersFunctionspiffs_fd_return
Huawei_LiteOS/components/fs/spiffs/spiffs_git/src/spiffs_nucleus.c:2647
↓ 20 callersFunctionCLOCK_SetClkDiv
Huawei_LiteOS/targets/NXP_LPC51U68/Driver/LPC51U68/drivers/fsl_clock.c:174
↓ 20 callersFunctionLOS_ListDelete
*@ingroup los_list *@brief Delete a specified node from a doubly linked list. * *@par Description: *<ul> *<li>This API is used to delete a specif
Huawei_LiteOS/kernel/include/los_list.h:183
↓ 20 callersFunctionLOS_SemPost
Function : LOS_SemPend Description : Specified semaphore V operation, Input : uwSemHandle--------- semaphore operation handle, Output
Huawei_LiteOS/kernel/base/ipc/los_sem.c:297
↓ 20 callersFunctionlwm2m_data_decode_int
Huawei_LiteOS/components/connectivity/lwm2m/core/data.c:316
↓ 20 callersFunctionmbedtls_ecp_group_load
* Set a group using well-known domain parameters */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/ecp_curves.c:693
↓ 20 callersFunctionmbedtls_pk_ec
* Quick access to an EC context inside a PK context. * * \warning You must make sure the PK context actually holds an EC context * before using thi
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/include/mbedtls/pk.h:152
↓ 20 callersFunctionsend_pkt
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/test/unit/dhcp/test_dhcp.c:142
↓ 20 callersFunctionsnmp_oid_assign
* Assign an OID to struct snmp_obj_id * @param target Assignment target * @param oid OID * @param oid_len OID length */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/apps/snmp/snmp_core.c:528
↓ 20 callersFunctionsnmp_pbuf_stream_write
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/apps/snmp/snmp_pbuf_stream.c:73
↓ 20 callersFunctiontransaction_free
Huawei_LiteOS/components/connectivity/lwm2m/core/transaction.c:297
↓ 20 callersFunctionutils_stringCopy
copy a string in a buffer. return the number of copied bytes or -1 if the buffer is not large enough
Huawei_LiteOS/components/connectivity/lwm2m/core/lwm2m_utils.c:434
↓ 19 callersFunctionLL_APB1_GRP1_ForceReset
* @brief Force APB1 peripherals reset. * @rmtoll APB1RSTR BKPRST LL_APB1_GRP1_ForceReset\n * APB1RSTR CAN1RST LL_APB
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h:654
↓ 19 callersFunctionLL_APB1_GRP1_ReleaseReset
* @brief Release APB1 peripherals reset. * @rmtoll APB1RSTR BKPRST LL_APB1_GRP1_ReleaseReset\n * APB1RSTR CAN1RST LL
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h:717
↓ 19 callersFunctionLOS_ListEmpty
*@ingroup los_list *@brief Identify whether a specified doubly linked list is empty. * *@par Description: *<ul> *<li>This API is used to return w
Huawei_LiteOS/kernel/include/los_list.h:213
↓ 19 callersFunctionatiny_fota_manager_get_instance
Huawei_LiteOS/components/connectivity/agent_tiny/atiny_lwm2m/atiny_fota_manager.c:400
↓ 19 callersFunctionatiny_malloc
Huawei_LiteOS/osdepends/liteos/atiny_osdep.c:80
↓ 19 callersFunctionclose
Huawei_LiteOS/components/fs/vfs/los_vfs.c:1185
↓ 19 callersFunctionget_socket
* Map a externally used socket index to the internal socket representation. * * @param s externally used socket index * @return struct lwip_sock fo
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/api/sockets.c:352
↓ 19 callersFunctionmbedtls_ssl_handshake
* Perform the SSL handshake */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/ssl_tls.c:6550
↓ 19 callersFunctionmem_malloc
* Allocate a block of memory with a minimum of 'size' bytes. * * @param size is the minimum size of the requested block in bytes. * @return pointer
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/mem.c:121
↓ 19 callersFunctionprint_indent
Huawei_LiteOS/components/connectivity/lwm2m/examples/shared/commandline.c:198
↓ 19 callersFunctionspiffs_obj_lu_find_id_and_span
Find object lookup entry containing given id and span index Iterate over object lookup pages in each block until a given object id entry is found
Huawei_LiteOS/components/fs/spiffs/spiffs_git/src/spiffs_nucleus.c:602
↓ 19 callersFunctionsys_sem_signal
---------------------------------------------------------------------------* * Routine: sys_sem_signal *-------------------------------------------
Huawei_LiteOS/components/net/lwip/lwip_port/OS/sys_arch.c:611
↓ 18 callersFunctionFMPI2C_Disable_IRQ
* @brief Manage the disabling of Interrupts. * @param hfmpi2c Pointer to a FMPI2C_HandleTypeDef structure that contains * the con
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c.c:4808
↓ 18 callersFunctionHAL_CRYP_DeInit
* @brief DeInitializes the CRYP peripheral. * @param hcryp pointer to a CRYP_HandleTypeDef structure that contains * the configuration i
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp.c:654
↓ 18 callersFunctionHAL_CRYP_Init
* @brief Initializes the CRYP according to the specified * parameters in the CRYP_InitTypeDef and creates the associated handle. * @param
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp.c:608
↓ 18 callersFunctionLL_APB2_GRP1_ForceReset
* @brief Force APB2 peripherals reset. * @rmtoll APB2RSTR ADC1RST LL_APB2_GRP1_ForceReset\n * APB2RSTR ADC2RST LL_APB
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h:946
↓ 18 callersFunctionLL_APB2_GRP1_ReleaseReset
* @brief Release APB2 peripherals reset. * @rmtoll APB2RSTR ADC1RST LL_APB2_GRP1_ReleaseReset\n * APB2RSTR ADC2RST LL
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h:1001
↓ 18 callersFunctionLOS_InspectStatusSetByID
Function : LOS_InspectStatusSetByID Description : Set Inspect Status ByID Input : enInspectID InspectID enInspectStu Inspec
Huawei_LiteOS/demos/kernel/api/los_inspect_entry.c:114
↓ 18 callersFunctionLOS_SemPend
Function : LOS_SemPend Description : Specified semaphore P operation, Input : uwSemHandle--------- semaphore operation handle,
Huawei_LiteOS/kernel/base/ipc/los_sem.c:216
↓ 18 callersFunctionRESET_PeripheralReset
Huawei_LiteOS/targets/NXP_LPC51U68/Driver/LPC51U68/drivers/fsl_reset.c:124
↓ 18 callersFunctionSDIO_ReadFIFO
* @brief Read data (word) from Rx FIFO in blocking mode (polling) * @param SDIOx: Pointer to SDMMC register base * @retval HAL status */
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c:279
↓ 18 callersFunctionSDMMC_GetCmdResp1
* @brief Checks for error conditions for R1 response. * @param hsd: SD handle * @param SD_CMD: The sent command index * @retval SD Card err
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c:1170
↓ 18 callersFunctionatiny_free
Huawei_LiteOS/osdepends/liteos/atiny_osdep.c:85
↓ 18 callersFunctioncoap_add_multi_option
Huawei_LiteOS/components/connectivity/lwm2m/core/er-coap-13/er-coap-13.c:292
↓ 18 callersFunctiondhcp_option
* Concatenate an option type and length field to the outgoing * DHCP message. * */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/ipv4/dhcp.c:1389
↓ 18 callersFunctioneap_figure_next_state
* Assume that current waiting server state is complete and figure * next state to use based on available authentication data. 'status' * indicates
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/netif/ppp/eap.c:425
↓ 18 callersFunctionfree_wordlist
* free_wordlist - release memory allocated for a wordlist. */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/netif/ppp/auth.c:2496
← previousnext →101–200 of 11,895, ranked by callers