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.c2396 const u8 wps_oui[4] = {0x00, 0x50, 0xf2, 0x04}; in wifi_get_specific_ie() local
2427 else if (!memcmp(pvendor_ie->vend_hdr.oui, wps_oui, sizeof(pvendor_ie->vend_hdr.oui)) && in wifi_get_specific_ie()
2428 pvendor_ie->vend_hdr.oui_type == wps_oui[3]) in wifi_get_specific_ie()
2543 const u8 wps_oui[4] = {0x00, 0x50, 0xf2, 0x04}; in wifi_filter_beacon_ies() local
2698 … else if (!memcmp(pvendor_ie->vend_hdr.oui, wps_oui, sizeof(pvendor_ie->vend_hdr.oui)) && in wifi_filter_beacon_ies()
2699 pvendor_ie->vend_hdr.oui_type == wps_oui[3]) in wifi_filter_beacon_ies()
Dmlan_glue.c2099 const t_u8 wps_oui[] = {0x00, 0x50, 0xf2, 0x04}; in wlan_set_gen_ie_helper() local
2176 (!__memcmp(priv->adapter, pvendor_ie->oui, wps_oui, sizeof(pvendor_ie->oui))) && in wlan_set_gen_ie_helper()
2177 (pvendor_ie->oui_type == wps_oui[3U])) in wlan_set_gen_ie_helper()
2212 … (!__memcmp(priv->adapter, pvendor_ie->oui, wps_oui, sizeof(pvendor_ie->oui))) && in wlan_set_gen_ie_helper()
2213 (pvendor_ie->oui_type == wps_oui[3U])) in wlan_set_gen_ie_helper()
2264 t_u8 wps_oui[] = {0x00, 0x50, 0xf2, 0x04}; in wifi_set_ies_cfg() local
2303 if (!memcmp(pvendor_ie->vend_hdr.oui, wps_oui, sizeof(pvendor_ie->vend_hdr.oui)) && in wifi_set_ies_cfg()
2304 (pvendor_ie->vend_hdr.oui_type == wps_oui[3])) in wifi_set_ies_cfg()