Home
last modified time | relevance | path

Searched refs:vht_ie (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c189 const u8 *vht_ie; in mwifiex_set_vht_params() local
191 vht_ie = cfg80211_find_ie(WLAN_EID_VHT_CAPABILITY, params->beacon.tail, in mwifiex_set_vht_params()
193 if (vht_ie) { in mwifiex_set_vht_params()
194 memcpy(&bss_cfg->vht_cap, vht_ie + 2, in mwifiex_set_vht_params()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmlme.c5503 const u8 *ssidie, *ht_ie, *vht_ie; in ieee80211_mgd_assoc() local
5645 vht_ie = ieee80211_bss_get_ie(req->bss, WLAN_EID_VHT_CAPABILITY); in ieee80211_mgd_assoc()
5646 if (vht_ie && vht_ie[1] >= sizeof(struct ieee80211_vht_cap)) in ieee80211_mgd_assoc()
5647 memcpy(&assoc_data->ap_vht_cap, vht_ie + 2, in ieee80211_mgd_assoc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_uap_cfg80211.c514 const u8 *vht_ie = NULL; in woal_check_11ac_capability() local
530 vht_ie = cfg80211_find_ie(WLAN_EID_VHT_CAPABILITY, params->beacon.tail, in woal_check_11ac_capability()
532 if (vht_ie) in woal_check_11ac_capability()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c11681 bcm_tlv_t *vht_ie = NULL; in wl_get_bss_info() local
11804 if ((vht_ie = bcm_parse_tlvs(ie, ie_len, in wl_get_bss_info()
11806 if (vht_ie->len >= VHT_CAP_IE_LEN) { in wl_get_bss_info()
11807 ie_mu_mimo_cap = (vht_ie->data[2] & 0x08) >> 3; in wl_get_bss_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c11606 bcm_tlv_t *vht_ie = NULL; in wl_get_bss_info() local
11729 if ((vht_ie = bcm_parse_tlvs(ie, ie_len, in wl_get_bss_info()
11731 if (vht_ie->len >= VHT_CAP_IE_LEN) { in wl_get_bss_info()
11732 ie_mu_mimo_cap = (vht_ie->data[2] & 0x08) >> 3; in wl_get_bss_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c15008 bcm_tlv_t *vht_ie = NULL; local
15144 if ((vht_ie = bcm_parse_tlvs(ie, ie_len,
15146 if (vht_ie->len >= VHT_CAP_IE_LEN) {
15147 ie_mu_mimo_cap = (vht_ie->data[2] & 0x08) >> 3;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c15006 bcm_tlv_t *vht_ie = NULL; local
15142 if ((vht_ie = bcm_parse_tlvs(ie, ie_len,
15144 if (vht_ie->len >= VHT_CAP_IE_LEN) {
15145 ie_mu_mimo_cap = (vht_ie->data[2] & 0x08) >> 3;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c14874 bcm_tlv_t *vht_ie = NULL; local
15005 if ((vht_ie = bcm_parse_tlvs(ie, ie_len,
15007 if (vht_ie->len >= VHT_CAP_IE_LEN) {
15008 ie_mu_mimo_cap = (vht_ie->data[2] & 0x08) >> 3;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c13003 bcm_tlv_t *vht_ie = NULL; in wl_get_bss_info() local
13118 if ((vht_ie = bcm_parse_tlvs(ie, (u32)ie_len, in wl_get_bss_info()
13120 ie_mu_mimo_cap = (vht_ie->data[2] & 0x08) >> 3; in wl_get_bss_info()