Lines Matching refs:vndrie
195 struct brcmf_vs_tlv vndrie; member
3698 struct brcmf_vs_tlv *vndrie; in brcmf_parse_vndr_ies() local
3710 vndrie = (struct brcmf_vs_tlv *)ie; in brcmf_parse_vndr_ies()
3712 if (vndrie->len < (VS_IE_FIXED_HDR_LEN - TLV_HDR_LEN + 1)) { in brcmf_parse_vndr_ies()
3714 vndrie->len); in brcmf_parse_vndr_ies()
3718 if (!memcmp(vndrie->oui, (u8 *)WPA_OUI, TLV_OUI_LEN) && in brcmf_parse_vndr_ies()
3719 ((vndrie->oui_type == WPA_OUI_TYPE) || in brcmf_parse_vndr_ies()
3720 (vndrie->oui_type == WME_OUI_TYPE))) { in brcmf_parse_vndr_ies()
3728 parsed_info->ie_ptr = (char *)vndrie; in brcmf_parse_vndr_ies()
3729 parsed_info->ie_len = vndrie->len + TLV_HDR_LEN; in brcmf_parse_vndr_ies()
3730 memcpy(&parsed_info->vndrie, vndrie, sizeof(*vndrie)); in brcmf_parse_vndr_ies()
3735 parsed_info->vndrie.oui[0], in brcmf_parse_vndr_ies()
3736 parsed_info->vndrie.oui[1], in brcmf_parse_vndr_ies()
3737 parsed_info->vndrie.oui[2], in brcmf_parse_vndr_ies()
3738 parsed_info->vndrie.oui_type); in brcmf_parse_vndr_ies()
3861 vndrie_info->vndrie.id, in brcmf_vif_set_mgmt_ie()
3862 vndrie_info->vndrie.len, in brcmf_vif_set_mgmt_ie()
3863 vndrie_info->vndrie.oui[0], in brcmf_vif_set_mgmt_ie()
3864 vndrie_info->vndrie.oui[1], in brcmf_vif_set_mgmt_ie()
3865 vndrie_info->vndrie.oui[2]); in brcmf_vif_set_mgmt_ie()
3888 if (remained_buf_len < (vndrie_info->vndrie.len + in brcmf_vif_set_mgmt_ie()
3898 vndrie_info->vndrie.id, in brcmf_vif_set_mgmt_ie()
3899 vndrie_info->vndrie.len, in brcmf_vif_set_mgmt_ie()
3900 vndrie_info->vndrie.oui[0], in brcmf_vif_set_mgmt_ie()
3901 vndrie_info->vndrie.oui[1], in brcmf_vif_set_mgmt_ie()
3902 vndrie_info->vndrie.oui[2]); in brcmf_vif_set_mgmt_ie()