Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ht.c1687 __offsetof(struct ieee80211_ie_htcap, hc_cap)); in ieee80211_parse_htcap()
2110 const struct ieee80211_ie_htcap *htcap; in ieee80211_setup_htrates()
2130 htcap = (const struct ieee80211_ie_htcap *) ie; in ieee80211_setup_htrates()
3331 __offsetof(struct ieee80211_ie_htcap, hc_mcsset); in ieee80211_add_htcap_body()
3338 frm += sizeof(struct ieee80211_ie_htcap) - in ieee80211_add_htcap_body()
3339 __offsetof(struct ieee80211_ie_htcap, hc_txbf); in ieee80211_add_htcap_body()
3352 frm[1] = sizeof(struct ieee80211_ie_htcap) - 2; in ieee80211_add_htcap()
3420 __offsetof(struct ieee80211_ie_htcap, hc_mcsset); in ieee80211_add_htcap_body_ch()
3427 frm += sizeof(struct ieee80211_ie_htcap) - in ieee80211_add_htcap_body_ch()
3428 __offsetof(struct ieee80211_ie_htcap, hc_txbf); in ieee80211_add_htcap_body_ch()
[all …]
H A Dieee80211_input.c722 4 + sizeof(struct ieee80211_ie_htcap)-2 : in ieee80211_parse_beacon()
723 sizeof(struct ieee80211_ie_htcap)-2, in ieee80211_parse_beacon()
H A Dieee80211_output.c2474 + sizeof(struct ieee80211_ie_htcap) in ieee80211_send_probereq()
2755 + sizeof(struct ieee80211_ie_htcap) in ieee80211_send_mgmt()
2757 + 4 + sizeof(struct ieee80211_ie_htcap) in ieee80211_send_mgmt()
2887 + sizeof(struct ieee80211_ie_htcap) + 4 in ieee80211_send_mgmt()
3042 + sizeof(struct ieee80211_ie_htcap) in ieee80211_alloc_proberesp()
3046 + 4 + sizeof(struct ieee80211_ie_htcap) in ieee80211_alloc_proberesp()
3650 + 4+2*sizeof(struct ieee80211_ie_htcap)/* HT caps */ in ieee80211_beacon_alloc()
H A Dieee80211.h611 struct ieee80211_ie_htcap { struct
H A Dieee80211_scan_sta.c811 const struct ieee80211_ie_htcap *htcap = in maxrate()
812 (const struct ieee80211_ie_htcap *) se->se_ies.htcap_ie; in maxrate()
H A Dieee80211_hostap.c2104 4 + sizeof(struct ieee80211_ie_htcap)-2 : in hostap_recv_mgmt()
2105 sizeof(struct ieee80211_ie_htcap)-2, in hostap_recv_mgmt()
/f-stack/tools/ifconfig/
H A Difieee80211.c2857 const struct ieee80211_ie_htcap *htcap = in printhtcap()
2858 (const struct ieee80211_ie_htcap *) ie; in printhtcap()