Home
last modified time | relevance | path

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

/openbsd/sys/net80211/
H A Dieee80211_node.h561 uint8_t cap_chan_width, op_chan_width; in ieee80211_node_supports_vht_chan80() local
573 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() local
596 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()