Home
last modified time | relevance | path

Searched refs:wps_IE_exist (Results 1 – 8 of 8) 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
86 *wps_IE_exist = true; in check_for_wps_ie()
89 else if (!(*wps_IE_exist)) in check_for_wps_ie()
91 *wps_IE_exist = false; in check_for_wps_ie()
Dmlan_scan.c1410 bool *wps_IE_exist,
1910 …heck_for_wps_ie(pvendor_ie->vend_hdr.oui, pvendor_ie->vend_hdr.oui_type, &pbss_entry->wps_IE_exist, in wlan_interpret_bss_desc_with_ie()
2989 … if ((bss_new_entry->wps_IE_exist == MFALSE) || (bss_new_entry->wps_session == 0xffff)) in wlan_ret_802_11_scan()
4049 … if ((bss_new_entry->wps_IE_exist == MFALSE) || (bss_new_entry->wps_session == 0xffff)) in wlan_parse_ext_scan_result()
Dmlan_glue.c6771 bool *wps_IE_exist, in wrapper_bssdesc_second_set() argument
6855 if (wps_IE_exist != NULL) in wrapper_bssdesc_second_set()
6857 *wps_IE_exist = d->wps_IE_exist; in wrapper_bssdesc_second_set()
Dwifi.c1635 … &common_desc.wmm_ie_present, &common_desc.band, &common_desc.wps_IE_exist, in wifi_get_scan_result()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h550 bool *wps_IE_exist,
Dmlan_ieee.h2530 bool wps_IE_exist; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h330 bool wps_IE_exist; /*!< WPS IE exist info */ member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c10817 if (desc->wps_IE_exist == true) in wlan_get_scan_result()
10819 res->wps = desc->wps_IE_exist; in wlan_get_scan_result()
10823 if (desc->wps_IE_exist == true) in wlan_get_scan_result()
10824 res->wps = desc->wps_IE_exist; in wlan_get_scan_result()