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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_input.c564 scan->htcap = frm;
599 if (scan->htcap == NULL)
600 scan->htcap = frm;
603 scan->htcap = frm;
680 if (scan->htcap != NULL) {
681 IEEE80211_VERIFY_LENGTH(scan->htcap[1],
682 scan->htcap[0] == IEEE80211_ELEMID_VENDOR ?
685 scan->htcap = NULL);
H A Dieee80211_sta.c1258 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; local
1342 if (scan.htcap != NULL && scan.htinfo != NULL &&
1345 scan.htcap, scan.htinfo);
1514 rates = xrates = wme = htcap = htinfo = NULL;
1525 htcap = frm;
1539 if (htcap == NULL)
1540 htcap = frm;
1588 if (htcap != NULL && htinfo != NULL &&
1591 ieee80211_ht_updateparams(ni, htcap, htinfo);
1592 ieee80211_setup_htrates(ni, htcap,
[all...]
H A Dieee80211_hostap.c1685 uint8_t *ssid, *rates, *xrates, *wpa, *rsn, *wme, *ath, *htcap; local
1972 ssid = rates = xrates = wpa = rsn = wme = ath = htcap = NULL;
1990 htcap = frm;
2002 if (ishtcapoui(frm) && htcap == NULL)
2003 htcap = frm;
2015 if (htcap != NULL) {
2016 IEEE80211_VERIFY_LENGTH(htcap[1],
2017 htcap[0] == IEEE80211_ELEMID_VENDOR ?
2070 if (IEEE80211_IS_CHAN_HT(ni->ni_chan) && htcap != NULL) {
2071 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.c320 if (IEEE80211_IS_CHAN_HT(ise->se_chan) && sp->htcap == NULL) {
765 const struct ieee80211_ie_htcap *htcap = local
772 if (htcap != NULL) {
777 txparams = htcap->hc_mcsset[12];
787 for (i = 31; i >= 0 && isclr(htcap->hc_mcsset, i); i--);
789 caps = LE_READ_2(&htcap->hc_cap);
H A Dieee80211_ht.c1471 * Update 11n MIMO PS state according to received htcap.
1497 * Update short GI state according to received htcap
1592 const struct ieee80211_ie_htcap *htcap; local
1612 htcap = (const struct ieee80211_ie_htcap *) ie;
1614 if (isclr(htcap->hc_mcsset, i))
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c2503 const struct ieee80211_ie_htcap *htcap = local
2509 LE_READ_2(&htcap->hc_cap), htcap->hc_param);
2513 if (isset(htcap->hc_mcsset, i)) {
2515 if (isclr(htcap->hc_mcsset, j))
2526 LE_READ_2(&htcap->hc_extcap),
2527 LE_READ_4(&htcap->hc_txbf),
2528 htcap->hc_antenna);

Completed in 178 milliseconds