Home
last modified time | relevance | path

Searched refs:wps_application_ext (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h508 struct wpabuf *wps_application_ext; member
Dwps_hostapd.c1055 if (!hapd->conf->wps_application_ext) { in hostapd_wps_set_application_ext()
1060 wps->dev.application_ext = wpabuf_dup(hapd->conf->wps_application_ext); in hostapd_wps_set_application_ext()
Dap_config.c862 wpabuf_free(conf->wps_application_ext); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3851 wpabuf_free(bss->wps_application_ext); in hostapd_config_fill()
3852 bss->wps_application_ext = wpabuf_parse_bin(pos); in hostapd_config_fill()