Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtApStaCommon.c161 UINT8 *MIC_Key, UINT8 MIC_Key_length, UINT8 micKeyDescVersion) in ComputeEAPOL_MIC() argument
171 if (micKeyDescVersion == 0) { in ComputeEAPOL_MIC()
173 micKeyDescVersion = pKeyMsg->key_info.KeyDescriptorVersion; in ComputeEAPOL_MIC()
176 switch (micKeyDescVersion) { in ComputeEAPOL_MIC()
H A DkeyMgmtApStaCommon.h48 UINT8 MIC_Key_length, UINT8 micKeyDescVersion);