Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dchan.c307 _a.oper.npca_punctured = 0; in ieee80211_chanreq_compatible()
312 _b.oper.npca_punctured = 0; in ieee80211_chanreq_compatible()
872 ctx->conf.def.npca_punctured != chanreq->oper.npca_punctured) in _ieee80211_change_chanctx()
H A Dutil.c3850 c->npca_punctured = 0; in ieee80211_chandef_downgrade()
H A Dcfg.c1772 chanreq.oper.npca_punctured = 0; in ieee80211_start_ap()
H A Dmlme.c1711 chanreq.oper.npca_punctured = 0; in ieee80211_config_bw()
/linux/net/wireless/
H A Dtrace.h146 __field(u16, npca_punctured)
163 __entry->npca_punctured = \
164 (chandef)->npca_punctured; \
175 __entry->npca_punctured = 0; \
184 __entry->npca_pri_freq, __entry->npca_punctured
H A Dnl80211.c4062 chandef->npca_punctured = in _nl80211_parse_chandef()
4650 if (chandef->npca_punctured && in nl80211_send_chandef()
4652 chandef->npca_punctured)) in nl80211_send_chandef()
/linux/include/net/
H A Dcfg80211.h885 u16 punctured, npca_punctured; member
1034 chandef1->npca_punctured == chandef2->npca_punctured); in cfg80211_chandef_identical()