Lines Matching refs:ports_config
4496 wl_natoe_ports_config_t *ports_config; in wlu_natoe_set_vars_cbfn() local
4498 ports_config = (wl_natoe_ports_config_t *)data; in wlu_natoe_set_vars_cbfn()
4500 dtoh16(ports_config->start_port_num)); in wlu_natoe_set_vars_cbfn()
4502 "number of ports: %d\n", dtoh16(ports_config->no_of_ports)); in wlu_natoe_set_vars_cbfn()
4767 wl_natoe_ports_config_t ports_config; in wl_android_natoe_subcmd_config_ports() local
4810 bzero(&ports_config, sizeof(ports_config)); in wl_android_natoe_subcmd_config_ports()
4818 ports_config.start_port_num = htod16(bcm_atoi(str)); in wl_android_natoe_subcmd_config_ports()
4826 ports_config.no_of_ports = htod16(bcm_atoi(str)); in wl_android_natoe_subcmd_config_ports()
4828 if ((uint32)(ports_config.start_port_num + ports_config.no_of_ports) > in wl_android_natoe_subcmd_config_ports()
4835 &buflen, WL_NATOE_XTLV_CONFIG_PORTS, sizeof(ports_config), in wl_android_natoe_subcmd_config_ports()
4836 &ports_config, BCM_XTLV_OPTION_ALIGN32); in wl_android_natoe_subcmd_config_ports()