Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c3894 mlan_ds_misc_custom_ie *pcustom_ie = NULL; in wifi_set_custom_ie() local
3903 pcustom_ie = OSA_MemoryAllocate(sizeof(mlan_ds_misc_custom_ie)); in wifi_set_custom_ie()
3904 if (!pcustom_ie) in wifi_set_custom_ie()
3911 pcustom_ie->type = TLV_TYPE_MGMT_IE; in wifi_set_custom_ie()
3913 pos = (t_u8 *)pcustom_ie->ie_data_list; in wifi_set_custom_ie()
3914 remain_len = sizeof(pcustom_ie->ie_data_list); in wifi_set_custom_ie()
3921 pcustom_ie->len += len; in wifi_set_custom_ie()
3930 pcustom_ie->len += len; in wifi_set_custom_ie()
3939 pcustom_ie->len += len; in wifi_set_custom_ie()
3948 pcustom_ie->len += len; in wifi_set_custom_ie()
[all …]