Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_ht.c1685 __offsetof(struct ieee80211_ie_htcap, hc_cap)); in ieee80211_parse_htcap()
1686 ni->ni_htparam = ie[__offsetof(struct ieee80211_ie_htcap, hc_param)]; in ieee80211_parse_htcap()
2105 const struct ieee80211_ie_htcap *htcap; in ieee80211_setup_htrates()
2125 htcap = (const struct ieee80211_ie_htcap *) ie; in ieee80211_setup_htrates()
3329 memset(frm, 0, sizeof(struct ieee80211_ie_htcap) - in ieee80211_add_htcap_body()
3330 __offsetof(struct ieee80211_ie_htcap, hc_mcsset)); in ieee80211_add_htcap_body()
3341 frm += __offsetof(struct ieee80211_ie_htcap, hc_extcap) - in ieee80211_add_htcap_body()
3342 __offsetof(struct ieee80211_ie_htcap, hc_mcsset); in ieee80211_add_htcap_body()
3349 frm += sizeof(struct ieee80211_ie_htcap) - in ieee80211_add_htcap_body()
3350 __offsetof(struct ieee80211_ie_htcap, hc_txbf); in ieee80211_add_htcap_body()
[all …]
H A Dieee80211_output.c2455 sizeof(struct ieee80211_ie_htcap) : 0) in ieee80211_probereq_ie_len()
2828 + sizeof(struct ieee80211_ie_htcap) in ieee80211_send_mgmt()
2830 + 4 + sizeof(struct ieee80211_ie_htcap) in ieee80211_send_mgmt()
2960 + sizeof(struct ieee80211_ie_htcap) + 4 in ieee80211_send_mgmt()
3115 + sizeof(struct ieee80211_ie_htcap) in ieee80211_alloc_proberesp()
3119 + 4 + sizeof(struct ieee80211_ie_htcap) in ieee80211_alloc_proberesp()
3734 + 4+2*sizeof(struct ieee80211_ie_htcap)/* HT caps */ in ieee80211_beacon_alloc()
H A Dieee80211_input.c761 4 + sizeof(struct ieee80211_ie_htcap)-2 : in ieee80211_parse_beacon()
762 sizeof(struct ieee80211_ie_htcap)-2, in ieee80211_parse_beacon()
H A Dieee80211_scan_sta.c809 const struct ieee80211_ie_htcap *htcap = in maxrate()
810 (const struct ieee80211_ie_htcap *) se->se_ies.htcap_ie; in maxrate()
H A Dieee80211.h768 struct ieee80211_ie_htcap { struct
H A Dieee80211_hostap.c2150 4 + sizeof(struct ieee80211_ie_htcap)-2 : in hostap_recv_mgmt()
2151 sizeof(struct ieee80211_ie_htcap)-2, in hostap_recv_mgmt()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2873 const struct ieee80211_ie_htcap *htcap = in printhtcap()
2874 (const struct ieee80211_ie_htcap *) ie; in printhtcap()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5818 lhw->scan_ie_len += sizeof(struct ieee80211_ie_htcap);