Home
last modified time | relevance | path

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

/linux/net/mac80211/tests/
H A Dchan-mode.c199 struct cfg80211_chan_def ap_chandef = {}; in KUNIT_ARRAY_PARAM_DESC() local
226 0, &chanreq, &ap_chandef, in KUNIT_ARRAY_PARAM_DESC()
/linux/net/mac80211/
H A Dmlme.c976 struct cfg80211_chan_def *ap_chandef) in ieee80211_set_chanreq_ap() argument
985 chanreq->ap = *ap_chandef; in ieee80211_set_chanreq_ap()
993 struct cfg80211_chan_def *ap_chandef, in ieee80211_determine_chan_mode() argument
1019 elems, false, conn, ap_chandef); in ieee80211_determine_chan_mode()
1091 chanreq->oper = *ap_chandef; in ieee80211_determine_chan_mode()
1116 ieee80211_set_chanreq_ap(sdata, chanreq, conn, ap_chandef); in ieee80211_determine_chan_mode()
1146 if (chanreq->oper.width != ap_chandef->width || ap_mode != conn->mode) in ieee80211_determine_chan_mode()
1222 struct cfg80211_chan_def ap_chandef; in ieee80211_config_bw() local
1257 &ap_chandef); in ieee80211_config_bw()
1268 chanreq.oper = ap_chandef; in ieee80211_config_bw()
6035 struct cfg80211_chan_def ap_chandef; ieee80211_prep_channel() local
[all...]
H A Dieee80211_i.h1011 struct cfg80211_chan_def ap_chandef; member
2880 struct cfg80211_chan_def *ap_chandef,