Searched refs:wps_IE_exist (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi-wps.c | 79 …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()
|
| D | mlan_scan.c | 1410 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()
|
| D | mlan_glue.c | 6771 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()
|
| D | wifi.c | 1635 … &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/ |
| D | mlan_api.h | 550 bool *wps_IE_exist,
|
| D | mlan_ieee.h | 2530 bool wps_IE_exist; member
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/ |
| D | wifi-decl.h | 330 bool wps_IE_exist; /*!< WPS IE exist info */ member
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 10817 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()
|