Searched refs:htcaps (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.c | 4158 struct ieee80211_ht_capabilities htcaps; in wpas_start_assoc_cb() local 4526 os_memset(&htcaps, 0, sizeof(htcaps)); in wpas_start_assoc_cb() 4528 params.htcaps = (u8 *) &htcaps; in wpas_start_assoc_cb() 6015 struct ieee80211_ht_capabilities *htcaps, in wpa_set_htcap_mcs() argument 6029 os_memset(&htcaps->supported_mcs_set, 0, IEEE80211_HT_MCS_MASK_LEN); in wpa_set_htcap_mcs() 6046 htcaps->supported_mcs_set[i] = v; in wpa_set_htcap_mcs() 6072 struct ieee80211_ht_capabilities *htcaps, in wpa_disable_max_amsdu() argument 6086 htcaps->ht_capabilities_info &= msk; in wpa_disable_max_amsdu() 6088 htcaps->ht_capabilities_info |= msk; in wpa_disable_max_amsdu() 6095 struct ieee80211_ht_capabilities *htcaps, in wpa_set_ampdu_factor() argument [all …]
|
H A D | sme.c | 2232 struct ieee80211_ht_capabilities htcaps; in sme_associate() local 2483 os_memset(&htcaps, 0, sizeof(htcaps)); in sme_associate() 2485 params.htcaps = (u8 *) &htcaps; in sme_associate()
|
/freebsd/contrib/wpa/src/common/ |
H A D | hw_features_common.h | 52 void set_disable_ht40(struct ieee80211_ht_capabilities *htcaps,
|
H A D | hw_features_common.c | 813 void set_disable_ht40(struct ieee80211_ht_capabilities *htcaps, in set_disable_ht40() argument 821 htcaps->ht_capabilities_info &= ~msk; in set_disable_ht40() 823 htcaps->ht_capabilities_info |= msk; in set_disable_ht40()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_sys.c | 501 wif->htcaps = wlan_htcaps_to_snmp(dc.dc_htcaps); in wlan_get_driver_caps() 1927 if ((wif->htcaps & (0x1 << WlanHTCaps_htcHt)) == 0) { in wlan_config_check() 1933 if ((wif->htcaps & (0x1 << WlanHTCaps_htcAmpdu)) == 0) { in wlan_config_check() 1939 if ((wif->htcaps & (0x1 << WlanHTCaps_htcAmsdu)) == 0) { in wlan_config_check() 1945 if ((wif->htcaps & (0x1 << WlanHTCaps_htcRifs)) == 0) { in wlan_config_check() 1951 if ((wif->htcaps & (0x1 << WlanHTCaps_shortGi20 | in wlan_config_check() 1958 if ((wif->htcaps & (0x1 << WlanHTCaps_htcSmps)) == 0) { in wlan_config_check()
|
H A D | wlan_snmp.h | 105 uint32_t htcaps; member
|
H A D | wlan_snmp.c | 479 return (bits_get(val, (uint8_t *)&wif->htcaps, in op_wlan_if_parent() 480 sizeof(wif->htcaps))); in op_wlan_if_parent()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 1234 const u8 *htcaps; member
|
H A D | driver_nl80211.c | 6489 if (params->htcaps && params->htcaps_mask) { in nl80211_ht_vht_overrides() 6491 wpa_hexdump(MSG_DEBUG, " * htcaps", params->htcaps, sz); in nl80211_ht_vht_overrides() 6495 params->htcaps) || in nl80211_ht_vht_overrides()
|