Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c890 offsetof(struct ieee80211_ie_htcap, hc_cap)); in ieee80211_parse_htcap()
891 in->in_htparam = ie[offsetof(struct ieee80211_ie_htcap, hc_param)]; in ieee80211_parse_htcap()
972 const struct ieee80211_ie_htcap *htcap; in ieee80211_setup_htrates()
981 htcap = (const struct ieee80211_ie_htcap *) ie; in ieee80211_setup_htrates()
1640 (void) memset(frm, 0, sizeof (struct ieee80211_ie_htcap) - in ieee80211_add_htcap_body()
1641 offsetof(struct ieee80211_ie_htcap, hc_mcsset)); in ieee80211_add_htcap_body()
1652 frm += sizeof (struct ieee80211_ie_htcap) - in ieee80211_add_htcap_body()
1653 offsetof(struct ieee80211_ie_htcap, hc_mcsset); in ieee80211_add_htcap_body()
1666 frm[1] = sizeof (struct ieee80211_ie_htcap) - 2; in ieee80211_add_htcap()
1678 frm[1] = 4 + sizeof (struct ieee80211_ie_htcap) - 2; in ieee80211_add_htcap_vendor()
H A Dnet80211_output.c530 + 2 * sizeof (struct ieee80211_ie_htcap) + 4 in ieee80211_send_mgmt()
683 + 2 * sizeof (struct ieee80211_ie_htcap) + 4 in ieee80211_send_mgmt()
837 + 4 + 2 * sizeof (struct ieee80211_ie_htcap) /* HT caps */ in ieee80211_beacon_alloc()
H A Dnet80211_input.c1022 4 + sizeof (struct ieee80211_ie_htcap) - 2 : in ieee80211_recv_beacon()
1023 sizeof (struct ieee80211_ie_htcap) - 2, in ieee80211_recv_beacon()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h400 struct ieee80211_ie_htcap { struct