Searched refs:vendor_elements (Results 1 – 7 of 7) sorted by relevance
380 if (hapd->conf->vendor_elements) in hostapd_gen_probe_resp()381 buflen += wpabuf_len(hapd->conf->vendor_elements); in hostapd_gen_probe_resp()491 if (hapd->conf->vendor_elements) { in hostapd_gen_probe_resp()492 os_memcpy(pos, wpabuf_head(hapd->conf->vendor_elements), in hostapd_gen_probe_resp()493 wpabuf_len(hapd->conf->vendor_elements)); in hostapd_gen_probe_resp()494 pos += wpabuf_len(hapd->conf->vendor_elements); in hostapd_gen_probe_resp()800 if (hapd->conf->vendor_elements) in ieee802_11_build_ap_params()801 tail_len += wpabuf_len(hapd->conf->vendor_elements); in ieee802_11_build_ap_params()936 if (hapd->conf->vendor_elements) { in ieee802_11_build_ap_params()937 os_memcpy(tailpos, wpabuf_head(hapd->conf->vendor_elements), in ieee802_11_build_ap_params()[all …]
187 if (hapd->conf->vendor_elements) { in hostapd_build_ap_extra_ies()188 size_t add = wpabuf_len(hapd->conf->vendor_elements); in hostapd_build_ap_extra_ies()190 wpabuf_put_buf(beacon, hapd->conf->vendor_elements); in hostapd_build_ap_extra_ies()192 wpabuf_put_buf(proberesp, hapd->conf->vendor_elements); in hostapd_build_ap_extra_ies()
536 struct wpabuf *vendor_elements; member
556 wpabuf_free(conf->vendor_elements); in hostapd_config_free_bss()
3271 wpabuf_free(bss->vendor_elements); in hostapd_config_fill()3272 bss->vendor_elements = NULL; in hostapd_config_fill()3288 wpabuf_free(bss->vendor_elements); in hostapd_config_fill()3289 bss->vendor_elements = elems; in hostapd_config_fill()
265 * added hostapd.conf parameter vendor_elements to allow arbitrary vendor
392 bss->vendor_elements = in wpa_supplicant_conf_ap()