Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ht.c1433 __offsetof(struct ieee80211_ie_htcap, hc_cap)); in ieee80211_parse_htcap()
1641 const struct ieee80211_ie_htcap *htcap; in ieee80211_setup_htrates()
1661 htcap = (const struct ieee80211_ie_htcap *) ie; in ieee80211_setup_htrates()
2814 memset(frm, 0, sizeof(struct ieee80211_ie_htcap) - in ieee80211_add_htcap_body()
2815 __offsetof(struct ieee80211_ie_htcap, hc_mcsset)); in ieee80211_add_htcap_body()
2826 frm += __offsetof(struct ieee80211_ie_htcap, hc_extcap) - in ieee80211_add_htcap_body()
2827 __offsetof(struct ieee80211_ie_htcap, hc_mcsset); in ieee80211_add_htcap_body()
2834 frm += sizeof(struct ieee80211_ie_htcap) - in ieee80211_add_htcap_body()
2835 __offsetof(struct ieee80211_ie_htcap, hc_txbf); in ieee80211_add_htcap_body()
2848 frm[1] = sizeof(struct ieee80211_ie_htcap) - 2; in ieee80211_add_htcap()
[all …]
H A Dieee80211_output.c2486 + sizeof(struct ieee80211_ie_htcap)
2487 + 4 + sizeof(struct ieee80211_ie_htcap)
2607 + sizeof(struct ieee80211_ie_htcap) + 4
2753 + sizeof(struct ieee80211_ie_htcap)
2757 + 4 + sizeof(struct ieee80211_ie_htcap)
3259 + 4+2*sizeof(struct ieee80211_ie_htcap)/* HT caps */
H A Dieee80211_input.c736 4 + sizeof(struct ieee80211_ie_htcap)-2 : in ieee80211_parse_beacon()
737 sizeof(struct ieee80211_ie_htcap)-2, in ieee80211_parse_beacon()
H A Dieee80211_scan_sta.c775 const struct ieee80211_ie_htcap *htcap = in maxrate()
776 (const struct ieee80211_ie_htcap *) se->se_ies.htcap_ie; in maxrate()
H A Dieee80211_hostap.c2027 4 + sizeof(struct ieee80211_ie_htcap)-2 : in hostap_recv_mgmt()
2028 sizeof(struct ieee80211_ie_htcap)-2, in hostap_recv_mgmt()
/dragonfly/sys/netproto/802_11/
H A Dieee80211.h587 struct ieee80211_ie_htcap { struct
/dragonfly/sbin/ifconfig/
H A Difieee80211.c2627 const struct ieee80211_ie_htcap *htcap = in printhtcap()
2628 (const struct ieee80211_ie_htcap *) ie; in printhtcap()