Searched refs:vendor_elements (Results 1 – 7 of 7) sorted by relevance
650 if (hapd->conf->vendor_elements) in hostapd_probe_resp_elems_len()651 buflen += wpabuf_len(hapd->conf->vendor_elements); in hostapd_probe_resp_elems_len()888 if (hapd->conf->vendor_elements) { in hostapd_probe_resp_fill_elems()889 os_memcpy(pos, wpabuf_head(hapd->conf->vendor_elements), in hostapd_probe_resp_fill_elems()890 wpabuf_len(hapd->conf->vendor_elements)); in hostapd_probe_resp_fill_elems()891 pos += wpabuf_len(hapd->conf->vendor_elements); in hostapd_probe_resp_fill_elems()2124 if (hapd->conf->vendor_elements) in ieee802_11_build_ap_params()2125 tail_len += wpabuf_len(hapd->conf->vendor_elements); in ieee802_11_build_ap_params()2371 if (hapd->conf->vendor_elements) { in ieee802_11_build_ap_params()2372 os_memcpy(tailpos, wpabuf_head(hapd->conf->vendor_elements), in ieee802_11_build_ap_params()[all …]
209 add_buf(&beacon, hapd->conf->vendor_elements); in hostapd_build_ap_extra_ies()210 add_buf(&proberesp, hapd->conf->vendor_elements); in hostapd_build_ap_extra_ies()
674 struct wpabuf *vendor_elements; member
949 wpabuf_free(conf->vendor_elements); in hostapd_config_free_bss()
813 bss->vendor_elements = in wpa_supplicant_conf_ap()2084 wpabuf_free(hapd->conf->vendor_elements); in wpas_ap_update_beacon()2085 hapd->conf->vendor_elements = NULL; in wpas_ap_update_beacon()2087 hapd->conf->vendor_elements = in wpas_ap_update_beacon()
588 * added hostapd.conf parameter vendor_elements to allow arbitrary vendor
4565 if (parse_wpabuf_hex(line, buf, &bss->vendor_elements, pos)) in hostapd_config_fill()