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 D | keyMgmtApStaCommon.c | 43 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 D | authenticator.h | 43 extern const uint8 wpa_oui_none[4]; /* WPA NONE */
|
| H A D | keyMgmtSta_rom.c | 87 wpa_oui_none, sizeof(pRsnConfig->AKM)); in supplicantSetAssocRsn_internal() 268 wpa_oui_none, sizeof(pWpaIe->PwsKeyCipherList)); in keyMgmtFormatWpaRsnIe_internal()
|
| H A D | keyMgmtSta.c | 2254 if (!memcmp(util_fns, pAkmList, wpa_oui_none, sizeof(wpa_oui_none))) {
|