Home
last modified time | relevance | path

Searched refs:wps_oui (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-wps.c15 const t_u8 wps_oui[4] = {0x00, 0x50, 0xf2, 0x04}; variable
81 if (!memcmp(poui, &wps_oui, sizeof(wps_oui) - 1U) && oui_type == wps_oui[3]) in check_for_wps_ie()
Dwifi-uap.c2439 const u8 wps_oui[4] = {0x00, 0x50, 0xf2, 0x04}; in wifi_get_specific_ie() local
2470 else if (!memcmp(pvendor_ie->vend_hdr.oui, wps_oui, sizeof(pvendor_ie->vend_hdr.oui)) && in wifi_get_specific_ie()
2471 pvendor_ie->vend_hdr.oui_type == wps_oui[3]) in wifi_get_specific_ie()
2586 const u8 wps_oui[4] = {0x00, 0x50, 0xf2, 0x04}; in wifi_filter_beacon_ies() local
2741 … else if (!memcmp(pvendor_ie->vend_hdr.oui, wps_oui, sizeof(pvendor_ie->vend_hdr.oui)) && in wifi_filter_beacon_ies()
2742 pvendor_ie->vend_hdr.oui_type == wps_oui[3]) in wifi_filter_beacon_ies()
Dmlan_glue.c2074 const t_u8 wps_oui[] = {0x00, 0x50, 0xf2, 0x04}; in wlan_set_gen_ie_helper() local
2151 (!__memcmp(priv->adapter, pvendor_ie->oui, wps_oui, sizeof(pvendor_ie->oui))) && in wlan_set_gen_ie_helper()
2152 (pvendor_ie->oui_type == wps_oui[3U])) in wlan_set_gen_ie_helper()
2187 … (!__memcmp(priv->adapter, pvendor_ie->oui, wps_oui, sizeof(pvendor_ie->oui))) && in wlan_set_gen_ie_helper()
2188 (pvendor_ie->oui_type == wps_oui[3U])) in wlan_set_gen_ie_helper()
2239 t_u8 wps_oui[] = {0x00, 0x50, 0xf2, 0x04}; in wifi_set_ies_cfg() local
2278 if (!memcmp(pvendor_ie->vend_hdr.oui, wps_oui, sizeof(pvendor_ie->vend_hdr.oui)) && in wifi_set_ies_cfg()
2279 (pvendor_ie->vend_hdr.oui_type == wps_oui[3])) in wifi_set_ies_cfg()