Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtAp_rom.c478 UINT16 ieLength = 0; in keyMgmtAp_FormatWPARSN_IE_internal() local
547 ieLength = (unsigned long)pBuf - (unsigned long)pIe; in keyMgmtAp_FormatWPARSN_IE_internal()
548 pIe->Len = ieLength - sizeof(IEEEtypes_InfoElementHdr_t); in keyMgmtAp_FormatWPARSN_IE_internal()
549 DBG_HEXDUMP(MCMD_D, "RSN or WPA IE", (t_u8 *)pIe, ieLength); in keyMgmtAp_FormatWPARSN_IE_internal()
550 return ieLength; in keyMgmtAp_FormatWPARSN_IE_internal()
564 UINT16 ieLength; in keyMgmtAp_FormatWPARSN_IE() local
566 ieLength = keyMgmtAp_FormatWPARSN_IE_internal(priv, pIe, in keyMgmtAp_FormatWPARSN_IE()
573 return ieLength; in keyMgmtAp_FormatWPARSN_IE()