Searched refs:htstream_cfg (Results 1 – 1 of 1) sorted by relevance
1963 htstream_cfg_t htstream_cfg; in woal_uap_htstream_cfg() local1968 memset(&htstream_cfg, 0, sizeof(htstream_cfg_t)); in woal_uap_htstream_cfg()1976 if (copy_from_user(&htstream_cfg, req->ifr_data, in woal_uap_htstream_cfg()1991 if (!htstream_cfg.action) { in woal_uap_htstream_cfg()1998 cfg->param.stream_cfg = htstream_cfg.stream_cfg; in woal_uap_htstream_cfg()2010 htstream_cfg.stream_cfg); in woal_uap_htstream_cfg()2011 htstream_cfg.stream_cfg = cfg->param.stream_cfg; in woal_uap_htstream_cfg()2012 if (copy_to_user(req->ifr_data, &htstream_cfg, in woal_uap_htstream_cfg()