Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h305 uint8_t *custom_ie);
472 int wifi_set_custom_ie(custom_ie *beacon_ies_data,
473 custom_ie *beacon_wps_ies_data,
474 custom_ie *proberesp_ies_data,
475 custom_ie *assocresp_ies_data);
Dmlan_decl.h741 } MLAN_PACK_END custom_ie; typedef
751 custom_ie ie_data[0];
789 custom_ie ie_data_list[MAX_MGMT_IE_INDEX_TO_FW];
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c3534 custom_ie *ie_ptr = NULL; in wifi_config_mgmt_ie()
3537 …sizeof(tlvbuf_custom_ie) + 2U * (sizeof(custom_ie) - MAX_IE_SIZE) + sizeof(IEEEtypes_Header_t) + *… in wifi_config_mgmt_ie()
3557 ie_ptr = (custom_ie *)(tlv->ie_data); in wifi_config_mgmt_ie()
3584 tlv->length = sizeof(custom_ie) - MAX_IE_SIZE; in wifi_config_mgmt_ie()
3621 … tlv->length = sizeof(custom_ie) + sizeof(IEEEtypes_Header_t) + *ie_len - MAX_IE_SIZE; in wifi_config_mgmt_ie()
3663 ie_ptr = (custom_ie *)(void *)(buf); in wifi_config_mgmt_ie()
3708 custom_ie *ie_ptr = NULL; in wifi_config_mgmt_ie2()
3710 …int total_len = sizeof(tlvbuf_custom_ie) + (sizeof(custom_ie) - MAX_IE_SIZE) + *ie_le… in wifi_config_mgmt_ie2()
3730 ie_ptr = (custom_ie *)(tlv->ie_data); in wifi_config_mgmt_ie2()
3757 tlv->length = sizeof(custom_ie) - MAX_IE_SIZE; in wifi_config_mgmt_ie2()
[all …]
Dwifi-uap.c2777 custom_ie *beacon_ies_data = NULL; in wifi_nxp_set_mgmt_ies()
2778 custom_ie *beacon_wps_ies_data = NULL; in wifi_nxp_set_mgmt_ies()
2779 custom_ie *proberesp_ies_data = NULL; in wifi_nxp_set_mgmt_ies()
2780 custom_ie *assocresp_ies_data = NULL; in wifi_nxp_set_mgmt_ies()
2782 beacon_ies_data = (custom_ie *)OSA_MemoryAllocate(sizeof(custom_ie)); in wifi_nxp_set_mgmt_ies()
2783 beacon_wps_ies_data = (custom_ie *)OSA_MemoryAllocate(sizeof(custom_ie)); in wifi_nxp_set_mgmt_ies()
2784 proberesp_ies_data = (custom_ie *)OSA_MemoryAllocate(sizeof(custom_ie)); in wifi_nxp_set_mgmt_ies()
2786 assocresp_ies_data = (custom_ie *)OSA_MemoryAllocate(sizeof(custom_ie)); in wifi_nxp_set_mgmt_ies()
Dmlan_uap_cmdevent.c388 custom_ie *cptr = MNULL; in wlan_uap_cmd_sys_configure()
460 cptr = (custom_ie *)(((t_u8 *)&cust_ie->ie_data_list) + travel_len); in wlan_uap_cmd_sys_configure()
461 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()
Dmlan_sta_cmd.c1294 custom_ie *cptr = MNULL;
1321 cptr = (custom_ie *)(void *)(((t_u8 *)cust_ie->ie_data_list) + travel_len);
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);
1335 cmd->size -= (MAX_MGMT_IE_INDEX_TO_FW * sizeof(custom_ie)) + sizeof(tlvbuf_max_mgmt_ie);