Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_uap.c1963 htstream_cfg_t htstream_cfg; in woal_uap_htstream_cfg() local
1968 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()