Searched refs:vendor_elements (Results 1 – 7 of 7) sorted by relevance
384 if (hapd->conf->vendor_elements) in hostapd_gen_probe_resp()385 buflen += wpabuf_len(hapd->conf->vendor_elements); in hostapd_gen_probe_resp()504 if (hapd->conf->vendor_elements) { in hostapd_gen_probe_resp()505 os_memcpy(pos, wpabuf_head(hapd->conf->vendor_elements), in hostapd_gen_probe_resp()506 wpabuf_len(hapd->conf->vendor_elements)); in hostapd_gen_probe_resp()507 pos += wpabuf_len(hapd->conf->vendor_elements); in hostapd_gen_probe_resp()927 if (hapd->conf->vendor_elements) in ieee802_11_build_ap_params()928 tail_len += wpabuf_len(hapd->conf->vendor_elements); in ieee802_11_build_ap_params()1072 if (hapd->conf->vendor_elements) { in ieee802_11_build_ap_params()1073 os_memcpy(tailpos, wpabuf_head(hapd->conf->vendor_elements), in ieee802_11_build_ap_params()[all …]
203 if (hapd->conf->vendor_elements) { in hostapd_build_ap_extra_ies()204 size_t add = wpabuf_len(hapd->conf->vendor_elements); in hostapd_build_ap_extra_ies()206 wpabuf_put_buf(beacon, hapd->conf->vendor_elements); in hostapd_build_ap_extra_ies()208 wpabuf_put_buf(proberesp, hapd->conf->vendor_elements); in hostapd_build_ap_extra_ies()
538 struct wpabuf *vendor_elements; member
557 wpabuf_free(conf->vendor_elements); in hostapd_config_free_bss()
3303 wpabuf_free(bss->vendor_elements); in hostapd_config_fill()3304 bss->vendor_elements = NULL; in hostapd_config_fill()3320 wpabuf_free(bss->vendor_elements); in hostapd_config_fill()3321 bss->vendor_elements = elems; in hostapd_config_fill()
301 * added hostapd.conf parameter vendor_elements to allow arbitrary vendor
415 bss->vendor_elements = in wpa_supplicant_conf_ap()