Lines Matching refs:oui
220 u8 oui[3]; member
342 const u8 *oui, u32 oui_len, u8 type) in brcmf_tlv_has_ie() argument
346 !memcmp(&ie[TLV_BODY_OFF], oui, oui_len) && in brcmf_tlv_has_ie()
3592 static bool brcmf_valid_wpa_oui(u8 *oui, bool is_rsn_ie) in brcmf_valid_wpa_oui() argument
3595 return (memcmp(oui, RSN_OUI, TLV_OUI_LEN) == 0); in brcmf_valid_wpa_oui()
3597 return (memcmp(oui, WPA_OUI, TLV_OUI_LEN) == 0); in brcmf_valid_wpa_oui()
3803 if (!memcmp(vndrie->oui, (u8 *)WPA_OUI, TLV_OUI_LEN) && in brcmf_parse_vndr_ies()
3820 parsed_info->vndrie.oui[0], in brcmf_parse_vndr_ies()
3821 parsed_info->vndrie.oui[1], in brcmf_parse_vndr_ies()
3822 parsed_info->vndrie.oui[2], in brcmf_parse_vndr_ies()
3948 vndrie_info->vndrie.oui[0], in brcmf_vif_set_mgmt_ie()
3949 vndrie_info->vndrie.oui[1], in brcmf_vif_set_mgmt_ie()
3950 vndrie_info->vndrie.oui[2]); in brcmf_vif_set_mgmt_ie()
3985 vndrie_info->vndrie.oui[0], in brcmf_vif_set_mgmt_ie()
3986 vndrie_info->vndrie.oui[1], in brcmf_vif_set_mgmt_ie()
3987 vndrie_info->vndrie.oui[2]); in brcmf_vif_set_mgmt_ie()