/hal_nxp-latest/mcux/middleware/wifi_nxp/sdio_nxp_abs/incl/ |
D | mlan_sdio.h | 34 #define MP_TX_AGGR_BUF_HAS_ROOM(a, mbuf, len) ((a->mpa_tx.buf_len + len) <= a->mpa_tx.buf_size) 40 pmadapter->callbacks.moal_memmove(a->pmoal_handle, &a->mpa_tx.buf[a->mpa_tx.buf_len], \ 42 a->mpa_tx.buf_len += mbuf->data_len; \ 71 a->mpa_tx.buf_len = 0; \ 92 #define MP_RX_AGGR_BUF_HAS_ROOM(a, rx_len) ((a->mpa_rx.buf_len + rx_len) <= a->mpa_rx.buf_size) 98 a->mpa_rx.buf_len += rx_len; \ 121 a->mpa_rx.buf_len = 0; \
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/ |
D | fsl_tfa9xxx_IMX.c | 38 void tfa2_i2c_trace(const char *str, unsigned addr, const char *buf, size_t buf_len) in tfa2_i2c_trace() argument 42 TFA9XXX_Printf("%s [%d]: 0x%02x ", str, buf_len, addr); in tfa2_i2c_trace() 44 if (buf && buf_len) in tfa2_i2c_trace() 49 TFA9XXX_Printf("0x%02x%c", (unsigned char)*p, ((buf_len - 1) ? ' ' : '\n')); in tfa2_i2c_trace() 51 buf_len--; in tfa2_i2c_trace() 52 } while (buf_len); in tfa2_i2c_trace()
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
D | mlan_api.c | 614 t_u32 buf_len; in wifi_set_packet_filters() local 625 buf_len = S_DS_GEN; in wifi_set_packet_filters() 628 mef_hdr = (HostCmd_DS_MEF_CFG *)(void *)(buf + buf_len); in wifi_set_packet_filters() 631 buf_len += sizeof(HostCmd_DS_MEF_CFG); in wifi_set_packet_filters() 636 entry_hdr = (mef_entry_header *)(buf + buf_len); in wifi_set_packet_filters() 639 buf_len += sizeof(mef_entry_header); in wifi_set_packet_filters() 648 filter_buf = (t_u8 *)(buf + buf_len); in wifi_set_packet_filters() 655 buf_len += sizeof(dnum) + 1; in wifi_set_packet_filters() 656 filter_buf = (t_u8 *)(buf + buf_len); in wifi_set_packet_filters() 663 buf_len += sizeof(dnum) + 1; in wifi_set_packet_filters() [all …]
|
D | mlan_sta_ioctl.c | 59 if (pioctl_req->buf_len < sizeof(mlan_ds_snmp_mib)) in wlan_snmp_mib_ioctl() 203 if (pioctl_req->buf_len < sizeof(mlan_ds_bss)) in wlan_bss_ioctl() 244 if (pioctl_req->buf_len < sizeof(mlan_ds_rate)) in wlan_rate_ioctl() 577 if (pioctl_req->buf_len < sizeof(mlan_ds_power_cfg)) in wlan_power_ioctl() 665 if (pioctl_req->buf_len < sizeof(mlan_ds_wmm_cfg)) in wlan_wmm_cfg_ioctl() 1033 if (pioctl_req->buf_len < sizeof(mlan_ds_sec_cfg)) in wlan_sec_cfg_ioctl() 1079 if (pioctl_req->buf_len < sizeof(mlan_ds_11d_cfg)) in wlan_11d_cfg_ioctl() 1126 if (pioctl_req->buf_len < sizeof(mlan_ds_wps_cfg)) in wlan_wps_cfg_ioctl() 1328 if (pioctl_req->buf_len < sizeof(mlan_ds_misc_cfg)) in wlan_misc_cfg_ioctl() 1510 if (pioctl_req->buf_len < sizeof(mlan_ds_11k_cfg)) in wlan_11k_cfg_ioctl()
|
D | mlan_cmdevt.c | 1449 t_u16 buf_len; in wlan_cmd_region_power_cfg() local 1456 buf_len = cmd->size - S_DS_GEN; in wlan_cmd_region_power_cfg() 1457 __memcpy(pmpriv->adapter, (t_u8 *)cmd + S_DS_GEN, pdata_buf, buf_len); in wlan_cmd_region_power_cfg() 1811 pioctl_buf->buf_len = sizeof(mlan_ds_multi_chan_cfg) + pcfg->param.multi_chan_cfg.tlv_len; in wlan_ret_multi_chan_cfg() 1985 pioctl_buf->buf_len = sizeof(mlan_ds_drcs_cfg); in wlan_ret_drcs_cfg() 2006 pioctl_buf->buf_len += sizeof(mlan_ds_drcs_cfg); in wlan_ret_drcs_cfg()
|
D | mlan_glue.c | 1530 req.buf_len = sizeof(mlan_ds_bss); in wifi_send_bss_ioctl() 1560 req.buf_len = sizeof(mlan_ds_11n_cfg); in wifi_send_11n_cfg_ioctl() 1581 req.buf_len = sizeof(mlan_ds_11n_cfg); in wifi_send_uap_11n_cfg_ioctl() 1665 req.buf_len = sizeof(mlan_ds_power_cfg); in wifi_send_tx_power_cfg_ioctl() 1717 ioctl_req_pwr_cfg.buf_len = sizeof(mlan_ds_power_cfg); in wifi_get_tx_power() 1735 req.buf_len = sizeof(mlan_ds_rate); in wifi_send_tx_rate_cfg_ioctl() 7310 req.buf_len = sizeof(mlan_ds_wmm_cfg); in wifi_wmm_qos_cfg() 7539 req.buf_len = sizeof(mlan_ds_11ax_cmd_cfg); in wifi_set_11ax_tx_omi() 7582 req.buf_len = sizeof(mlan_ds_11ax_cmd_cfg); in wifi_set_11ax_tol_time() 7860 req.buf_len = sizeof(mlan_ds_misc_cfg); in wifi_set_clocksync_cfg() [all …]
|
D | wifi.c | 1008 t_u32 buf_len = MLAN_SDIO_BLOCK_SIZE; in wifi_wait_for_vdllcmdresp() local 1040 (void)wifi_send_vdllcmdbuffer(tx_blocks, buf_len); in wifi_wait_for_vdllcmdresp() 1138 t_u32 buf_len = MLAN_SDIO_BLOCK_SIZE; in wifi_wait_for_cmdresp() local 1255 (void)wifi_send_cmdbuffer(tx_blocks, buf_len); in wifi_wait_for_cmdresp()
|
D | mlan_11ax.c | 351 if (pioctl_req->buf_len < sizeof(mlan_ds_11ax_cmd_cfg)) in wlan_11ax_ioctl_cmd()
|
D | wifi-uap.c | 1892 t_u16 buf_len = MRVDRV_SIZE_OF_CMD_BUFFER; in wifi_set_sta_mac_filter() local 1911 buffer = (t_u8 *)OSA_MemoryAllocate(buf_len); in wifi_set_sta_mac_filter() 1918 memset(buffer, 0, buf_len); in wifi_set_sta_mac_filter()
|
D | mlan_11ac.c | 1172 if (pioctl_req->buf_len < sizeof(mlan_ds_11ac_cfg)) {
|
D | mlan_11n.c | 1236 if (pioctl_req->buf_len < sizeof(mlan_ds_11n_cfg)) in wlan_11n_cfg_ioctl()
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
D | mlan_api.h | 294 …get_mgmt_ie(mlan_bss_type bss_type, IEEEtypes_ElementId_t index, void *buf, unsigned int *buf_len); 306 …ifi_set_mgmt_ie(mlan_bss_type bss_type, IEEEtypes_ElementId_t id, void *buf, unsigned int buf_len); 548 int wifi_get_mgmt_ie2(mlan_bss_type bss_type, void *buf, unsigned int *buf_len); 549 int wifi_set_mgmt_ie2(mlan_bss_type bss_type, unsigned short mask, void *buf, unsigned int buf_len);
|
D | mlan_main.h | 2046 t_u32 buf_len; 2071 t_u32 buf_len;
|
D | mlan_ioctl.h | 312 t_u32 buf_len; member
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wmcrypto/ |
D | wmcrypto.h | 285 size_t buf_len);
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
D | wlan.h | 4530 …gmt_ie(enum wlan_bss_type bss_type, IEEEtypes_ElementId_t index, void *buf, unsigned int *buf_len); 4544 …et_mgmt_ie(enum wlan_bss_type bss_type, IEEEtypes_ElementId_t id, void *buf, unsigned int buf_len);
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
D | wlan.c | 11618 …mgmt_ie(enum wlan_bss_type bss_type, IEEEtypes_ElementId_t index, void *buf, unsigned int *buf_len) in wlan_get_mgmt_ie() argument 11620 return wifi_get_mgmt_ie((mlan_bss_type)bss_type, index, buf, buf_len); in wlan_get_mgmt_ie() 11623 …set_mgmt_ie(enum wlan_bss_type bss_type, IEEEtypes_ElementId_t id, void *buf, unsigned int buf_len) in wlan_set_mgmt_ie() argument 11625 return wifi_set_mgmt_ie((mlan_bss_type)bss_type, id, buf, buf_len); in wlan_set_mgmt_ie()
|