Home
last modified time | relevance | path

Searched refs:ap_settings (Results 1 – 10 of 10) sorted by relevance

/hostap-latest/src/wps/
Dwps_er.c175 os_free(ap->ap_settings); in wps_er_ap_free()
282 dl_list_for_each(s, &er->ap_settings, struct wps_er_ap_settings, list) in wps_er_ap_get_settings()
295 if (ap == NULL || ap->ap_settings == NULL) in wps_er_ap_cache_settings()
304 dl_list_add(&er->ap_settings, &settings->list); in wps_er_ap_cache_settings()
306 os_memcpy(&settings->ap_settings, ap->ap_settings, in wps_er_ap_cache_settings()
318 if (ap->ap_settings) in wps_er_ap_use_cached_settings()
325 ap->ap_settings = os_memdup(&s->ap_settings, sizeof(*ap->ap_settings)); in wps_er_ap_use_cached_settings()
326 if (ap->ap_settings == NULL) in wps_er_ap_use_cached_settings()
694 dl_list_for_each_safe(s, prev_s, &er->ap_settings, in wps_er_ap_remove_all()
1051 sta->wps->use_cred = sta->ap->ap_settings; in wps_er_sta_start()
[all …]
Dwps_er.h65 struct wps_credential *ap_settings; member
73 struct wps_credential ap_settings; member
87 struct dl_list ap_settings; member
Dwps.h606 } ap_settings; member
779 u8 *ap_settings; member
Dwps_enrollee.c354 if (wps->wps->ap_settings) { in wps_build_ap_settings()
356 wpabuf_put_data(plain, wps->wps->ap_settings, in wps_build_ap_settings()
/hostap-latest/tests/hwsim/
Dtest_ap_wps.py626 ap_settings = "/tmp/ap_wps_reg_override_ap_settings"
628 os.remove(ap_settings)
638 with open(ap_settings, "wb") as f:
646 "ap_pin": appin, "ap_settings": ap_settings})
653 os.remove(ap_settings)
8020 def wps_run_ap_settings_proto(dev, apdev, ap_settings, success): argument
8081 if ap_settings:
8082 attrs += build_attr_encr_settings(authkey, keywrapkey, ap_settings)
8119 ap_settings = build_wsc_attr(ATTR_NETWORK_INDEX, '\x01')
8120 ap_settings += build_wsc_attr(ATTR_SSID, "test")
[all …]
/hostap-latest/wpa_supplicant/
Dwps_supplicant.c822 struct wps_event_er_ap_settings *ap_settings) in wpa_supplicant_wps_event_er_ap_settings() argument
826 const struct wps_credential *cred = ap_settings->cred; in wpa_supplicant_wps_event_er_ap_settings()
836 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_settings()
919 &data->ap_settings); in wpa_supplicant_wps_event()
/hostap-latest/src/ap/
Dap_config.h529 u8 *ap_settings; member
Dwps_hostapd.c1295 wps->ap_settings = conf->ap_settings; in hostapd_init_wps()
Dap_config.c892 os_free(conf->ap_settings); in hostapd_config_free_bss()
/hostap-latest/hostapd/
Dconfig_file.c4069 os_free(bss->ap_settings); in hostapd_config_fill()
4070 bss->ap_settings = in hostapd_config_fill()
4072 if (bss->ap_settings == NULL) { in hostapd_config_fill()