Searched refs:roc_req (Results 1 – 3 of 3) sorted by relevance
116 struct p2p_roc_req *roc_req, uint64_t *cookie) in ucfg_p2p_roc_req() argument125 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()
357 struct p2p_roc_req roc_req = {0}; in wlan_cfg80211_roc() local383 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()
208 struct p2p_roc_req *roc_req, uint64_t *cookie);