Searched refs:ie_length (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi-uap.c | 2819 t_u16 ie_len, ie_length = 0; in wifi_nxp_set_mgmt_ies() local 2854 ie_length = 0; in wifi_nxp_set_mgmt_ies() 2870 ie_length = wifi_get_specific_ie(ie, ie_len, ie_buffer, MAX_IE_SIZE, IE_MASK_VENDOR); in wifi_nxp_set_mgmt_ies() 2873 dump_hex(ie_buffer, ie_length); in wifi_nxp_set_mgmt_ies() 2876 if (ie_length) in wifi_nxp_set_mgmt_ies() 2880 (void *)ie_buffer, ie_length); in wifi_nxp_set_mgmt_ies() 2890 ie_length = wifi_filter_beacon_ies(priv, ie, ie_len, ie_buffer, MAX_IE_SIZE, in wifi_nxp_set_mgmt_ies() 2895 dump_hex(ie_buffer, ie_length); in wifi_nxp_set_mgmt_ies() 2901 if (ie_length) in wifi_nxp_set_mgmt_ies() 2904 beacon_ies_data->ie_length = ie_length; in wifi_nxp_set_mgmt_ies() [all …]
|
| D | mlan_api.c | 3583 ie_ptr->ie_length = 0; in wifi_config_mgmt_ie() 3624 ie_ptr->ie_length = sizeof(IEEEtypes_Header_t) + *ie_len; in wifi_config_mgmt_ie() 3666 (void)memcpy((void *)buffer, (const void *)ie_ptr->ie_buffer, ie_ptr->ie_length); in wifi_config_mgmt_ie() 3667 *ie_len = ie_ptr->ie_length; in wifi_config_mgmt_ie() 3756 ie_ptr->ie_length = 0; in wifi_config_mgmt_ie2() 3782 ie_ptr->ie_length = *ie_len; in wifi_config_mgmt_ie2() 3823 (void)memcpy((void *)buffer, (const void *)ie_ptr->ie_buffer, ie_ptr->ie_length); in wifi_config_mgmt_ie2() 3824 *ie_len = ie_ptr->ie_length; in wifi_config_mgmt_ie2() 3917 len = sizeof(*beacon_ies_data) - MAX_IE_SIZE + beacon_ies_data->ie_length; in wifi_set_custom_ie() 3926 len = sizeof(*beacon_wps_ies_data) - MAX_IE_SIZE + beacon_wps_ies_data->ie_length; in wifi_set_custom_ie() [all …]
|
| D | mlan_uap_cmdevent.c | 462 travel_len += cptr->ie_length + sizeof(custom_ie) - MAX_IE_SIZE; in wlan_uap_cmd_sys_configure() 463 req_len -= cptr->ie_length + sizeof(custom_ie) - MAX_IE_SIZE; in wlan_uap_cmd_sys_configure() 466 cptr->ie_length = wlan_cpu_to_le16(cptr->ie_length); in wlan_uap_cmd_sys_configure()
|
| D | mlan_sta_cmd.c | 1322 travel_len += (t_u16)(cptr->ie_length + sizeof(custom_ie) - MAX_IE_SIZE); 1323 req_len -= (t_u16)(cptr->ie_length + sizeof(custom_ie) - MAX_IE_SIZE); 1326 cptr->ie_length = wlan_cpu_to_le16(cptr->ie_length);
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_decl.h | 742 t_u16 ie_length;
|