Home
last modified time | relevance | path

Searched refs:ie_length (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-uap.c2776 t_u16 ie_len, ie_length = 0; in wifi_nxp_set_mgmt_ies() local
2811 ie_length = 0; in wifi_nxp_set_mgmt_ies()
2827 ie_length = wifi_get_specific_ie(ie, ie_len, ie_buffer, MAX_IE_SIZE, IE_MASK_VENDOR); in wifi_nxp_set_mgmt_ies()
2830 dump_hex(ie_buffer, ie_length); in wifi_nxp_set_mgmt_ies()
2833 if (ie_length) in wifi_nxp_set_mgmt_ies()
2837 (void *)ie_buffer, ie_length); in wifi_nxp_set_mgmt_ies()
2847 ie_length = wifi_filter_beacon_ies(priv, ie, ie_len, ie_buffer, MAX_IE_SIZE, in wifi_nxp_set_mgmt_ies()
2852 dump_hex(ie_buffer, ie_length); in wifi_nxp_set_mgmt_ies()
2858 if (ie_length) in wifi_nxp_set_mgmt_ies()
2861 beacon_ies_data->ie_length = ie_length; in wifi_nxp_set_mgmt_ies()
[all …]
Dmlan_api.c3581 ie_ptr->ie_length = 0; in wifi_config_mgmt_ie()
3622 ie_ptr->ie_length = sizeof(IEEEtypes_Header_t) + *ie_len; in wifi_config_mgmt_ie()
3664 (void)memcpy((void *)buffer, (const void *)ie_ptr->ie_buffer, ie_ptr->ie_length); in wifi_config_mgmt_ie()
3665 *ie_len = ie_ptr->ie_length; in wifi_config_mgmt_ie()
3754 ie_ptr->ie_length = 0; in wifi_config_mgmt_ie2()
3780 ie_ptr->ie_length = *ie_len; in wifi_config_mgmt_ie2()
3821 (void)memcpy((void *)buffer, (const void *)ie_ptr->ie_buffer, ie_ptr->ie_length); in wifi_config_mgmt_ie2()
3822 *ie_len = ie_ptr->ie_length; in wifi_config_mgmt_ie2()
3914 len = sizeof(*beacon_ies_data) - MAX_IE_SIZE + beacon_ies_data->ie_length; in wifi_set_custom_ie()
3923 len = sizeof(*beacon_wps_ies_data) - MAX_IE_SIZE + beacon_wps_ies_data->ie_length; in wifi_set_custom_ie()
[all …]
Dmlan_uap_cmdevent.c461 travel_len += cptr->ie_length + sizeof(custom_ie) - MAX_IE_SIZE; in wlan_uap_cmd_sys_configure()
462 req_len -= cptr->ie_length + sizeof(custom_ie) - MAX_IE_SIZE; in wlan_uap_cmd_sys_configure()
465 cptr->ie_length = wlan_cpu_to_le16(cptr->ie_length); in wlan_uap_cmd_sys_configure()
Dmlan_sta_cmd.c1322 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/
Dmlan_decl.h738 t_u16 ie_length;