Searched refs:SUITE_1X (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ieee80211.c | 444 u8 SUITE_1X[4] = {0x00, 0x50, 0xf2, 1}; in rtw_parse_wpa_ie() local 494 if (!memcmp(pos, SUITE_1X, 4)) in rtw_parse_wpa_ie() 507 u8 SUITE_1X[4] = {0x00, 0x0f, 0xac, 0x01}; in rtw_parse_wpa2_ie() local 554 if (!memcmp(pos, SUITE_1X, 4)) in rtw_parse_wpa2_ie()
|