Searched refs:ccmp_ie (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | rtllib_softmac.c | 3127 static u8 ccmp_ie[4] = {0x00, 0x50, 0xf2, 0x04}; in rtllib_ap_sec_type() local 3143 (!memcmp(&(ieee->wpa_ie[14]), ccmp_ie, 4))) || in rtllib_ap_sec_type()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ |
| H A D | r8192U_core.c | 1959 static u8 ccmp_ie[4] = {0x00, 0x50, 0xf2, 0x04}; variable 1984 …if (((ieee->wpa_ie[0] == 0xdd) && (!memcmp(&(ieee->wpa_ie[14]), ccmp_ie, 4))) || ((ieee->wpa_ie[0]… in GetNmodeSupportBySecCfg8192()
|