Searched refs:htinfo (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/net80211/ |
| H A D | ieee80211_sta.c | 1403 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local 1512 if (scan.htcap != NULL && scan.htinfo != NULL && in sta_recv_mgmt() 1516 scan.htcap, scan.htinfo); in sta_recv_mgmt() 1528 scan.htcap, scan.htinfo)) in sta_recv_mgmt() 1784 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt() 1799 htinfo = frm; in sta_recv_mgmt() 1813 if (htinfo == NULL) in sta_recv_mgmt() 1814 htinfo = frm; in sta_recv_mgmt() 1865 if (htcap != NULL && htinfo != NULL && in sta_recv_mgmt() 1868 ieee80211_ht_updateparams(ni, htcap, htinfo); in sta_recv_mgmt() [all …]
|
| H A D | ieee80211_input.c | 635 scan->htinfo = frm; in ieee80211_parse_beacon() 670 if (scan->htinfo == NULL) in ieee80211_parse_beacon() 763 if (scan->htinfo != NULL) { in ieee80211_parse_beacon() 764 IEEE80211_VERIFY_LENGTH(scan->htinfo[1], in ieee80211_parse_beacon() 765 scan->htinfo[0] == IEEE80211_ELEMID_VENDOR ? in ieee80211_parse_beacon() 768 scan->htinfo = NULL); in ieee80211_parse_beacon()
|
| H A D | ieee80211_ht.c | 1694 const struct ieee80211_ie_htinfo *htinfo) in htinfo_parse() argument 1698 ni->ni_htctlchan = htinfo->hi_ctrlchannel; in htinfo_parse() 1699 ni->ni_ht2ndchan = _IEEE80211_SHIFTMASK(htinfo->hi_byte1, in htinfo_parse() 1701 w = le16dec(&htinfo->hi_byte2); in htinfo_parse() 1703 w = le16dec(&htinfo->hi_byte45); in htinfo_parse() 1909 const struct ieee80211_ie_htinfo *htinfo; in ieee80211_ht_updateparams() local 1919 htinfo = (const struct ieee80211_ie_htinfo *) htinfoie; in ieee80211_ht_updateparams() 1920 htinfo_parse(ni, htinfo); in ieee80211_ht_updateparams() 1927 if ((htinfo->hi_byte1 & IEEE80211_HTINFO_RIFSMODE_PERM) && in ieee80211_ht_updateparams() 1945 const struct ieee80211_ie_htinfo *htinfo; in ieee80211_vht_get_vhtflags() local [all …]
|
| H A D | ieee80211_adhoc.c | 848 if (scan.htcap != NULL && scan.htinfo != NULL && in adhoc_recv_mgmt() 851 scan.htcap, scan.htinfo)); in adhoc_recv_mgmt() 853 scan.htcap, scan.htinfo)) in adhoc_recv_mgmt()
|
| H A D | ieee80211_ht.h | 198 const uint8_t *htinfo);
|
| H A D | ieee80211_scan.h | 250 uint8_t *htinfo; member
|
| H A D | ieee80211_hostap.c | 1895 if (scan.htinfo == NULL) { in hostap_recv_mgmt() 1899 } else if (ishtmixed(scan.htinfo)) { in hostap_recv_mgmt()
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 2074 const struct ieee80211_ie_htinfo *htinfo; in cfg80211_get_ies_channel_number() local 2075 htinfo = (const struct ieee80211_ie_htinfo *)elem; in cfg80211_get_ies_channel_number() 2076 return (htinfo->hi_ctrlchannel); in cfg80211_get_ies_channel_number()
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifieee80211.c | 3078 const struct ieee80211_ie_htinfo *htinfo = in printhtinfo() local 3083 printf("<ctl %u, %x,%x,%x,%x", htinfo->hi_ctrlchannel, in printhtinfo() 3084 htinfo->hi_byte1, htinfo->hi_byte2, htinfo->hi_byte3, in printhtinfo() 3085 LE_READ_2(&htinfo->hi_byte45)); in printhtinfo() 3089 if (isset(htinfo->hi_basicmcsset, i)) { in printhtinfo() 3091 if (isclr(htinfo->hi_basicmcsset, j)) in printhtinfo()
|