Searched refs:op_chan_width (Results 1 – 1 of 1) sorted by relevance
561 uint8_t cap_chan_width, op_chan_width; in ieee80211_node_supports_vht_chan80() local573 op_chan_width = (ni->ni_vht_chan_width & in ieee80211_node_supports_vht_chan80()577 return (op_chan_width == IEEE80211_VHTOP0_CHAN_WIDTH_80 || in ieee80211_node_supports_vht_chan80()578 op_chan_width == IEEE80211_VHTOP0_CHAN_WIDTH_160 || in ieee80211_node_supports_vht_chan80()579 op_chan_width == IEEE80211_VHTOP0_CHAN_WIDTH_8080); in ieee80211_node_supports_vht_chan80()586 uint8_t cap_chan_width, op_chan_width; in ieee80211_node_supports_vht_chan160() local596 op_chan_width = (ni->ni_vht_chan_width & in ieee80211_node_supports_vht_chan160()600 return (op_chan_width == IEEE80211_VHTOP0_CHAN_WIDTH_160); in ieee80211_node_supports_vht_chan160()