Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-wps.c79 …const t_u8 *poui, t_u8 oui_type, bool *wps_IE_exist, t_u16 *wps_session, void *element_data, unsig… in check_for_wps_ie() argument
81 if (!memcmp(poui, &wps_oui, sizeof(wps_oui) - 1U) && oui_type == wps_oui[3]) in check_for_wps_ie()
84 wifi_d("WPS IE :: %x:%x:%x:%x", poui[0], poui[1], poui[2], oui_type); in check_for_wps_ie()
Dmlan_scan.c1408 void check_for_wps_ie(const uint8_t *poui,