Home
last modified time | relevance | path

Searched refs:putil_fns (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dhostsa_init.c554 IN hostsa_util_fns *putil_fns, in hostsa_mlan_callbacks() argument
560 putil_fns->pmoal_handle = pmadapter->pmoal_handle; in hostsa_mlan_callbacks()
561 putil_fns->moal_malloc = pcb->moal_malloc; in hostsa_mlan_callbacks()
562 putil_fns->moal_mfree = pcb->moal_mfree; in hostsa_mlan_callbacks()
563 putil_fns->moal_memset = pcb->moal_memset; in hostsa_mlan_callbacks()
564 putil_fns->moal_memcpy = pcb->moal_memcpy; in hostsa_mlan_callbacks()
565 putil_fns->moal_memmove = pcb->moal_memmove; in hostsa_mlan_callbacks()
566 putil_fns->moal_memcmp = pcb->moal_memcmp; in hostsa_mlan_callbacks()
567 putil_fns->moal_udelay = pcb->moal_udelay; in hostsa_mlan_callbacks()
568 putil_fns->moal_get_system_time = pcb->moal_get_system_time; in hostsa_mlan_callbacks()
[all …]
H A Dauthenticator_api.c558 hostsa_util_fns *putil_fns = &psapriv->util_fns; in AuthenticatorkeyClear() local
564 putil_fns->moal_stop_timer(putil_fns->pmoal_handle, in AuthenticatorkeyClear()
567 memset(putil_fns, &pBssConfig->pGtkKeyBuf, 0x00, in AuthenticatorkeyClear()
811 hostsa_util_fns *putil_fns = (hostsa_util_fns *)psa_util_fns; in supplicant_authenticator_init() local
818 ret = malloc(putil_fns, sizeof(hostsa_private), (t_u8 **)&priv); in supplicant_authenticator_init()
826 memset(putil_fns, priv, 0x00, sizeof(hostsa_private)); in supplicant_authenticator_init()
827 memset(putil_fns, &priv->apinfo, 0x00, sizeof(apInfo_t)); in supplicant_authenticator_init()
829 memcpy(putil_fns, &priv->util_fns, putil_fns, sizeof(hostsa_util_fns)); in supplicant_authenticator_init()
830 memcpy(putil_fns, &priv->mlan_fns, pmlan_fns, sizeof(hostsa_mlan_fns)); in supplicant_authenticator_init()
835 memcpy(putil_fns, priv->curr_addr, addr, MLAN_MAC_ADDR_LENGTH); in supplicant_authenticator_init()
[all …]
H A DkeyMgmtAp.c259 hostsa_util_fns *putil_fns = &psapriv->util_fns; in KeyMgmtGrpRekeyCountUpdate() local
278 putil_fns->moal_start_timer(putil_fns->pmoal_handle, in KeyMgmtGrpRekeyCountUpdate()