Home
last modified time | relevance | path

Searched refs:htcaps (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dprint-802_11.c336 uint16_t htcaps, rxrate; in ieee80211_print_htcaps() local
347 htcaps = (data[0]) | (data[1] << 8); in ieee80211_print_htcaps()
351 if (htcaps & IEEE80211_HTCAP_CBW20_40) in ieee80211_print_htcaps()
357 if (htcaps & IEEE80211_HTCAP_LDPC) in ieee80211_print_htcaps()
369 if (htcaps & IEEE80211_HTCAP_GF) in ieee80211_print_htcaps()
373 if (htcaps & IEEE80211_HTCAP_SGI20) in ieee80211_print_htcaps()
375 if (htcaps & IEEE80211_HTCAP_SGI40) in ieee80211_print_htcaps()
379 if (htcaps & IEEE80211_HTCAP_TXSTBC) in ieee80211_print_htcaps()
387 if (htcaps & IEEE80211_HTCAP_DELAYEDBA) in ieee80211_print_htcaps()
391 if (htcaps & IEEE80211_HTCAP_AMSDU7935) in ieee80211_print_htcaps()
[all …]
/openbsd/sys/net80211/
H A Dieee80211_input.c1695 htcaps = frm; in ieee80211_recv_probe_resp()
1799 if (htcaps) in ieee80211_recv_probe_resp()
1800 ieee80211_setup_htcaps(ni, htcaps + 2, htcaps[1]); in ieee80211_recv_probe_resp()
2076 htcaps = frm; in ieee80211_recv_probe_req()
2127 if (htcaps) in ieee80211_recv_probe_req()
2128 ieee80211_setup_htcaps(ni, htcaps + 2, htcaps[1]); in ieee80211_recv_probe_req()
2261 htcaps = frm; in ieee80211_recv_assoc_req()
2513 if (htcaps) in ieee80211_recv_assoc_req()
2514 ieee80211_setup_htcaps(ni, htcaps + 2, htcaps[1]); in ieee80211_recv_assoc_req()
2653 if (htcaps) in ieee80211_recv_assoc_resp()
[all …]