Searched refs:htcap (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_input.c570 scan->htcap = frm;
605 if (scan->htcap == NULL)
606 scan->htcap = frm;
609 scan->htcap = frm;
687 if (scan->htcap != NULL) {
688 IEEE80211_VERIFY_LENGTH(scan->htcap[1],
689 scan->htcap[0] == IEEE80211_ELEMID_VENDOR ?
692 scan->htcap = NULL);
H A Dieee80211_sta.c1287 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; local
1375 if (scan.htcap != NULL && scan.htinfo != NULL &&
1379 scan.htcap, scan.htinfo))
1557 rates = xrates = wme = htcap = htinfo = NULL;
1568 htcap = frm;
1582 if (htcap == NULL)
1583 htcap = frm;
1631 if (htcap != NULL && htinfo != NULL &&
1634 ieee80211_ht_updateparams(ni, htcap, htinfo);
1635 ieee80211_setup_htrates(ni, htcap,
[all...]
H A Dieee80211_hostap.c1690 uint8_t *ssid, *rates, *xrates, *wpa, *rsn, *wme, *ath, *htcap; local
1985 ssid = rates = xrates = wpa = rsn = wme = ath = htcap = NULL;
2003 htcap = frm;
2015 if (ishtcapoui(frm) && htcap == NULL)
2016 htcap = frm;
2028 if (htcap != NULL) {
2029 IEEE80211_VERIFY_LENGTH(htcap[1],
2030 htcap[0] == IEEE80211_ELEMID_VENDOR ?
2083 if (IEEE80211_IS_CHAN_HT(ni->ni_chan) && htcap != NULL) {
2084 rate = ieee80211_setup_htrates(ni, htcap,
[all...]
H A Dieee80211_ht.h168 const uint8_t *htcap, int flags);
H A Dieee80211_scan.h211 uint8_t *htcap; member in struct:ieee80211_scanparams
H A Dieee80211_scan_sta.c321 if (IEEE80211_IS_CHAN_HT(ise->se_chan) && sp->htcap == NULL) {
764 const struct ieee80211_ie_htcap *htcap = local
771 if (htcap != NULL) {
776 txparams = htcap->hc_mcsset[12];
786 for (i = 31; i >= 0 && isclr(htcap->hc_mcsset, i); i--);
788 caps = LE_READ_2(&htcap->hc_cap);
H A Dieee80211_adhoc.c762 if (scan.htcap != NULL && scan.htinfo != NULL &&
765 scan.htcap, scan.htinfo))
H A Dieee80211_ht.c1488 * Update 11n MIMO PS state according to received htcap.
1514 * Update short GI state according to received htcap
1613 const struct ieee80211_ie_htcap *htcap; local
1633 htcap = (const struct ieee80211_ie_htcap *) ie;
1635 if (isclr(htcap->hc_mcsset, i))
/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c2539 const struct ieee80211_ie_htcap *htcap = local
2545 LE_READ_2(&htcap->hc_cap), htcap->hc_param);
2549 if (isset(htcap->hc_mcsset, i)) {
2551 if (isclr(htcap->hc_mcsset, j))
2562 LE_READ_2(&htcap->hc_extcap),
2563 LE_READ_4(&htcap->hc_txbf),
2564 htcap->hc_antenna);

Completed in 267 milliseconds