Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_ht.c1698 w = le16dec(&htinfo->hi_byte2); in htinfo_parse()
3531 ht->hi_byte2 = (ht->hi_byte2 &~ PROTMODE) | ic->ic_curhtprotmode; in ieee80211_ht_update_beacon()
H A Dieee80211.h853 uint8_t hi_byte2; /* ht ie byte 2 */ member
H A Dieee80211_hostap.c1744 return (ht->hi_byte2 & IEEE80211_HTINFO_OPMODE) == in ishtmixed()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2913 htinfo->hi_byte1, htinfo->hi_byte2, htinfo->hi_byte3, in printhtinfo()