Searched refs:chdef (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
| D | qlink_util.c | 117 struct cfg80211_chan_def *chdef) in qlink_chandef_q2cfg() argument 123 chdef->chan = chan; in qlink_chandef_q2cfg() 124 chdef->center_freq1 = le16_to_cpu(qch->center_freq1); in qlink_chandef_q2cfg() 125 chdef->center_freq2 = le16_to_cpu(qch->center_freq2); in qlink_chandef_q2cfg() 126 chdef->width = qlink_chanwidth_to_nl(qch->width); in qlink_chandef_q2cfg() 129 void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef, in qlink_chandef_cfg2q() argument 132 struct ieee80211_channel *chan = chdef->chan; in qlink_chandef_cfg2q() 138 qch->center_freq1 = cpu_to_le16(chdef->center_freq1); in qlink_chandef_cfg2q() 139 qch->center_freq2 = cpu_to_le16(chdef->center_freq2); in qlink_chandef_cfg2q() 140 qch->width = qlink_chanwidth_nl_to_qlink(chdef->width); in qlink_chandef_cfg2q()
|
| D | qlink_util.h | 74 struct cfg80211_chan_def *chdef); 75 void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef,
|
| D | commands.h | 66 int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef); 68 const struct cfg80211_chan_def *chdef,
|
| D | commands.c | 274 qlink_chandef_cfg2q(&s->chandef, &chtlv->chdef); in qtnf_cmd_send_start_ap() 2525 int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef) in qtnf_cmd_get_channel() argument 2546 qlink_chandef_q2cfg(priv_to_wiphy(vif->mac), &resp->chan, chdef); in qtnf_cmd_get_channel() 2556 const struct cfg80211_chan_def *chdef, in qtnf_cmd_start_cac() argument 2572 qlink_chandef_cfg2q(chdef, &cmd->chan); in qtnf_cmd_start_cac()
|
| D | qlink.h | 1340 struct qlink_chandef chdef; member
|