Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtApStaCommon.c43 const UINT8 wpa_oui_none[4] = { 0x00, 0x50, 0xf2, 0x00 }; variable
511 if (!memcmp(util_fns, pAkmList, wpa_oui_none, sizeof(wpa_oui_none))) { in supplicantParseWpaIe()
H A Dauthenticator.h43 extern const uint8 wpa_oui_none[4]; /* WPA NONE */
H A DkeyMgmtSta_rom.c87 wpa_oui_none, sizeof(pRsnConfig->AKM)); in supplicantSetAssocRsn_internal()
268 wpa_oui_none, sizeof(pWpaIe->PwsKeyCipherList)); in keyMgmtFormatWpaRsnIe_internal()
H A DkeyMgmtSta.c2254 if (!memcmp(util_fns, pAkmList, wpa_oui_none, sizeof(wpa_oui_none))) {