Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
Dwlan_p2p_ucfg_api.c116 struct p2p_roc_req *roc_req, uint64_t *cookie) in ucfg_p2p_roc_req() argument
125 soc, roc_req->vdev_id, roc_req->chan_freq, in ucfg_p2p_roc_req()
126 roc_req->phy_mode, roc_req->duration); in ucfg_p2p_roc_req()
153 roc_ctx->vdev_id = roc_req->vdev_id; in ucfg_p2p_roc_req()
154 roc_ctx->chan_freq = roc_req->chan_freq; in ucfg_p2p_roc_req()
155 roc_ctx->phy_mode = roc_req->phy_mode; in ucfg_p2p_roc_req()
156 roc_ctx->duration = roc_req->duration; in ucfg_p2p_roc_req()
/wlan-driver/qcacld-3.0/os_if/p2p/src/
Dwlan_cfg80211_p2p.c357 struct p2p_roc_req roc_req = {0}; in wlan_cfg80211_roc() local
383 roc_req.chan_freq = chan->center_freq; in wlan_cfg80211_roc()
384 roc_req.duration = duration; in wlan_cfg80211_roc()
385 roc_req.vdev_id = (uint32_t)vdev_id; in wlan_cfg80211_roc()
395 osif_err("channel%d not OK for DNBS", roc_req.chan_freq); in wlan_cfg80211_roc()
400 ucfg_p2p_roc_req(psoc, &roc_req, cookie)); in wlan_cfg80211_roc()
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/inc/
Dwlan_p2p_ucfg_api.h208 struct p2p_roc_req *roc_req, uint64_t *cookie);