Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_ht.c1445 w = le16dec(&htinfo->hi_byte2); in htinfo_parse()
2920 ht->hi_byte2 = (ht->hi_byte2 &~ PROTMODE) | ic->ic_curhtprotmode; in ieee80211_ht_update_beacon()
HDieee80211_hostap.c1654 return (ht->hi_byte2 & IEEE80211_HTINFO_OPMODE) == in ishtmixed()
/dragonfly/sys/netproto/802_11/
HDieee80211.h672 uint8_t hi_byte2; /* ht ie byte 2 */ member
/dragonfly/sbin/ifconfig/
HDifieee80211.c2668 htinfo->hi_byte1, htinfo->hi_byte2, htinfo->hi_byte3, in printhtinfo()