Lines Matching refs:oui
188 u8 oui[3]; member
393 const u8 *oui, u32 oui_len, u8 type) in brcmf_tlv_has_ie() argument
397 !memcmp(&ie[TLV_BODY_OFF], oui, oui_len) && in brcmf_tlv_has_ie()
3507 static bool brcmf_valid_wpa_oui(u8 *oui, bool is_rsn_ie) in brcmf_valid_wpa_oui() argument
3510 return (memcmp(oui, RSN_OUI, TLV_OUI_LEN) == 0); in brcmf_valid_wpa_oui()
3512 return (memcmp(oui, WPA_OUI, TLV_OUI_LEN) == 0); in brcmf_valid_wpa_oui()
3718 if (!memcmp(vndrie->oui, (u8 *)WPA_OUI, TLV_OUI_LEN) && 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()
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()
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()