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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_node.h561 uint8_t cap_chan_width, op_chan_width; local
573 op_chan_width = (ni->ni_vht_chan_width &
577 return (op_chan_width == IEEE80211_VHTOP0_CHAN_WIDTH_80 ||
578 op_chan_width == IEEE80211_VHTOP0_CHAN_WIDTH_160 ||
579 op_chan_width == IEEE80211_VHTOP0_CHAN_WIDTH_8080);
586 uint8_t cap_chan_width, op_chan_width; local
596 op_chan_width = (ni->ni_vht_chan_width &
600 return (op_chan_width == IEEE80211_VHTOP0_CHAN_WIDTH_160);

Completed in 35 milliseconds