Lines Matching refs:pxtlv
4575 bcm_xtlv_t *pxtlv = NULL; in wl_android_natoe_subcmd_enable() local
4597 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_enable()
4600 iocsz = sizeof(*natoe_ioc) + sizeof(*pxtlv); in wl_android_natoe_subcmd_enable()
4615 ret = bcm_pack_xtlv_entry((uint8**)&pxtlv, &buflen, WL_NATOE_XTLV_ENABLE, in wl_android_natoe_subcmd_enable()
4653 bcm_xtlv_t *pxtlv = NULL; in wl_android_natoe_subcmd_config_ips() local
4675 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_config_ips()
4678 iocsz = sizeof(*natoe_ioc) + sizeof(*pxtlv); in wl_android_natoe_subcmd_config_ips()
4734 ret = bcm_pack_xtlv_entry((uint8**)&pxtlv, in wl_android_natoe_subcmd_config_ips()
4773 bcm_xtlv_t *pxtlv = NULL; in wl_android_natoe_subcmd_config_ports() local
4795 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_config_ports()
4798 iocsz = sizeof(*natoe_ioc) + sizeof(*pxtlv); in wl_android_natoe_subcmd_config_ports()
4834 ret = bcm_pack_xtlv_entry((uint8**)&pxtlv, in wl_android_natoe_subcmd_config_ports()
4872 bcm_xtlv_t *pxtlv = NULL; in wl_android_natoe_subcmd_dbg_stats() local
4894 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_dbg_stats()
4897 iocsz = sizeof(*natoe_ioc) + sizeof(*pxtlv); in wl_android_natoe_subcmd_dbg_stats()
4912 ret = bcm_pack_xtlv_entry((uint8**)&pxtlv, &buflen, WL_NATOE_XTLV_ENABLE, in wl_android_natoe_subcmd_dbg_stats()
4949 bcm_xtlv_t *pxtlv = NULL; in wl_android_natoe_subcmd_tbl_cnt() local
4971 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_tbl_cnt()
4974 iocsz = sizeof(*natoe_ioc) + sizeof(*pxtlv); in wl_android_natoe_subcmd_tbl_cnt()
4989 ret = bcm_pack_xtlv_entry((uint8**)&pxtlv, &buflen, WL_NATOE_XTLV_TBL_CNT, in wl_android_natoe_subcmd_tbl_cnt()
5061 uint8 *pxtlv = NULL; in wl_android_send_wnm_notif() local
5069 pxtlv = (uint8 *)&iov_buf->data[0]; in wl_android_send_wnm_notif()
5070 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_SUB_ELEM_TYPE, in wl_android_send_wnm_notif()
5117 uint8 *pxtlv = NULL; in wl_android_mbo_subcmd_cell_data_cap() local
5193 pxtlv = (uint8 *)&iov_buf->data[0]; in wl_android_mbo_subcmd_cell_data_cap()
5194 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_CELL_DATA_CAP, in wl_android_mbo_subcmd_cell_data_cap()
5292 uint8 *pxtlv = NULL; in wl_android_mbo_subcmd_non_pref_chan() local
5383 pxtlv = (uint8 *)&iov_buf->data[0]; in wl_android_mbo_subcmd_non_pref_chan()
5385 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_OPCLASS, in wl_android_mbo_subcmd_non_pref_chan()
5391 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_CHAN, in wl_android_mbo_subcmd_non_pref_chan()
5397 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_PREFERENCE, in wl_android_mbo_subcmd_non_pref_chan()
5403 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_REASON_CODE, in wl_android_mbo_subcmd_non_pref_chan()