Lines Matching refs:vndr_info
19604 wl_vndr_ies_exclude_vndr_oui(struct parsed_vndr_ie_info *vndr_info) in wl_vndr_ies_exclude_vndr_oui() argument
19609 if (!memcmp(vndr_info->vndrie.oui, in wl_vndr_ies_exclude_vndr_oui()
19622 struct parsed_vndr_ie_info *vndr_info) in wl_vndr_ies_check_duplicate_vndr_oui() argument
19631 if (!memcmp(oui_entry->oui, vndr_info->vndrie.oui, DOT11_OUI_LEN)) { in wl_vndr_ies_check_duplicate_vndr_oui()
19642 struct parsed_vndr_ie_info *vndr_info) in wl_vndr_ies_add_vendor_oui_list() argument
19653 memcpy(oui_entry->oui, vndr_info->vndrie.oui, DOT11_OUI_LEN); in wl_vndr_ies_add_vendor_oui_list()
19691 struct parsed_vndr_ie_info *vndr_info; in wl_vndr_ies_get_vendor_oui() local
19707 vndr_info = &vndr_ies.ie_info[i]; in wl_vndr_ies_get_vendor_oui()
19708 if (wl_vndr_ies_exclude_vndr_oui(vndr_info)) { in wl_vndr_ies_get_vendor_oui()
19712 if (wl_vndr_ies_check_duplicate_vndr_oui(cfg, vndr_info)) { in wl_vndr_ies_get_vendor_oui()
19716 wl_vndr_ies_add_vendor_oui_list(cfg, vndr_info); in wl_vndr_ies_get_vendor_oui()
19750 struct parsed_vndr_ie_info *vndr_info; in wl_vndr_ies_find_vendor_oui() local
19765 vndr_info = &vndr_ies.ie_info[i]; in wl_vndr_ies_find_vendor_oui()
19766 if (wl_vndr_ies_exclude_vndr_oui(vndr_info)) { in wl_vndr_ies_find_vendor_oui()
19770 if (wl_vndr_ies_check_duplicate_vndr_oui(cfg, vndr_info)) { in wl_vndr_ies_find_vendor_oui()
19774 wl_vndr_ies_add_vendor_oui_list(cfg, vndr_info); in wl_vndr_ies_find_vendor_oui()