Home
last modified time | relevance | path

Searched refs:htcap (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c939 scan.htcap = frm; in ieee80211_recv_beacon()
958 if (scan.htcap == NULL) in ieee80211_recv_beacon()
959 scan.htcap = frm; in ieee80211_recv_beacon()
1019 if (scan.htcap != NULL) { in ieee80211_recv_beacon()
1024 scan.htcap = NULL); in ieee80211_recv_beacon()
1072 if (scan.htcap != NULL) in ieee80211_recv_beacon()
1145 uint8_t *htcap, *htinfo; in ieee80211_recv_mgmt() local
1363 htcap = frm; in ieee80211_recv_mgmt()
1378 if (htcap == NULL) in ieee80211_recv_mgmt()
1379 htcap = frm; in ieee80211_recv_mgmt()
[all …]
H A Dnet80211_ht.c615 ieee80211_ht_node_init(struct ieee80211_node *in, const uint8_t *htcap) in ieee80211_ht_node_init() argument
628 ieee80211_parse_htcap(in, htcap); in ieee80211_ht_node_init()
972 const struct ieee80211_ie_htcap *htcap; in ieee80211_setup_htrates() local
981 htcap = (const struct ieee80211_ie_htcap *) ie; in ieee80211_setup_htrates()
983 if (ieee80211_isclr(htcap->hc_mcsset, i)) in ieee80211_setup_htrates()
H A Dnet80211_impl.h318 uint8_t *htcap; member
H A Dnet80211_node.c1143 saveie(&in->in_htcap_ie, sp->htcap); in ieee80211_add_scan()
1145 if (sp->htcap != NULL) in ieee80211_add_scan()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_ht.h106 const uint8_t *htcap, int flags);
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c4257 pcieadm_cap_ht_t *htcap = NULL; in pcieadm_cap_info_ht() local
4269 htcap = &pcieadm_ht_caps[i]; in pcieadm_cap_info_ht()
4274 htcap = &pcieadm_ht_cap_pri; in pcieadm_cap_info_ht()
4276 htcap = &pcieadm_ht_cap_sec; in pcieadm_cap_info_ht()
4279 if (htcap == NULL) { in pcieadm_cap_info_ht()
4285 *subcap = &htcap->pch_subcap; in pcieadm_cap_info_ht()
4286 if (htcap->pch_vers.ppr_print != NULL) { in pcieadm_cap_info_ht()
4287 *versp = &htcap->pch_vers; in pcieadm_cap_info_ht()
4288 *lenp = htcap->pch_vers.ppr_len; in pcieadm_cap_info_ht()