Home
last modified time | relevance | path

Searched refs:rsn_ft_1x_oui (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_join.c674 t_u8 rsn_ft_1x_oui[4] = {0x00, 0x0f, 0xac, 0x03}; local
714 if (__memcmp(pmpriv->adapter, temp, rsn_ft_1x_oui, sizeof(rsn_ft_1x_oui)) == 0 ||
Dmlan_glue.c6365 t_u8 rsn_ft_1x_oui[4] = {0x00, 0x0f, 0xac, 0x03}; in process_rsn_ie() local
6494 else if (memcmp(temp, rsn_ft_1x_oui, sizeof(rsn_ft_1x_oui)) == 0) in process_rsn_ie()