Home
last modified time | relevance | path

Searched refs:wps_vendor_ext_m1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h862 struct wpabuf *wps_vendor_ext_m1; member
H A Dconfig_file.c1200 if (config->wps_vendor_ext_m1) { in wpa_config_write_global()
1201 int i, len = wpabuf_len(config->wps_vendor_ext_m1); in wpa_config_write_global()
1202 const u8 *p = wpabuf_head_u8(config->wps_vendor_ext_m1); in wpa_config_write_global()
H A Dconfig.c3048 wpabuf_free(config->wps_vendor_ext_m1); in wpa_config_free()
5082 wpabuf_free(config->wps_vendor_ext_m1); in wpa_config_process_wps_vendor_ext_m1()
5083 config->wps_vendor_ext_m1 = tmp; in wpa_config_process_wps_vendor_ext_m1()
5452 { FUNC(wps_vendor_ext_m1), CFG_CHANGED_VENDOR_EXTENSION },
H A Dwps_supplicant.c1574 if (wpa_s->conf->wps_vendor_ext_m1) { in wpas_wps_set_vendor_ext_m1()
1576 wpabuf_dup(wpa_s->conf->wps_vendor_ext_m1); in wpas_wps_set_vendor_ext_m1()
H A DChangeLog985 * added wps_vendor_ext_m1 configuration parameter to allow vendor