Searched refs:ccmp_rsn_ie (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 3554 static u8 ccmp_rsn_ie[4] = {0x00, 0x0f, 0xac, 0x04}; in rtllib_ap_sec_type() local 3571 (!memcmp(&ieee->wpa_ie[10], ccmp_rsn_ie, 4)))) in rtllib_ap_sec_type()
|
/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 2518 static u8 ccmp_rsn_ie[4] = {0x00, 0x0f, 0xac, 0x04}; variable 2540 …ie[14]),ccmp_ie,4))) || ((ieee->wpa_ie[0] == 0x30) && (!memcmp(&ieee->wpa_ie[10],ccmp_rsn_ie, 4)))) in GetNmodeSupportBySecCfg8192()
|