Searched refs:ieLength (Results 1 – 1 of 1) sorted by relevance
478 UINT16 ieLength = 0; in keyMgmtAp_FormatWPARSN_IE_internal() local547 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() local566 ieLength = keyMgmtAp_FormatWPARSN_IE_internal(priv, pIe, in keyMgmtAp_FormatWPARSN_IE()573 return ieLength; in keyMgmtAp_FormatWPARSN_IE()