HomeSort by: relevance | last modified time | path
    Searched refs:ap_settings (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
wps_er.h 65 struct wps_credential *ap_settings; member in struct:wps_er_ap
73 struct wps_credential ap_settings; member in struct:wps_er_ap_settings
87 struct dl_list ap_settings; member in struct:wps_er
wps_er.c 175 os_free(ap->ap_settings);
282 dl_list_for_each(s, &er->ap_settings, struct wps_er_ap_settings, list)
295 if (ap == NULL || ap->ap_settings == NULL)
304 dl_list_add(&er->ap_settings, &settings->list);
306 os_memcpy(&settings->ap_settings, ap->ap_settings,
318 if (ap->ap_settings)
325 ap->ap_settings = os_memdup(&s->ap_settings, sizeof(*ap->ap_settings));
    [all...]
wps.h 606 } ap_settings; member in union:wps_event_data
774 * ap_settings - AP Settings override for M7 (only used at AP)
779 u8 *ap_settings; member in struct:wps_context
782 * ap_settings_len - Length of ap_settings in octets
wps_enrollee.c 354 if (wps->wps->ap_settings) {
356 wpabuf_put_data(plain, wps->wps->ap_settings,
  /src/external/bsd/wpa/dist/wpa_supplicant/
wps_supplicant.c 822 struct wps_event_er_ap_settings *ap_settings)
826 const struct wps_credential *cred = ap_settings->cred;
836 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str));
919 &data->ap_settings);
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 513 u8 *ap_settings; member in struct:hostapd_bss_config
wps_hostapd.c 1295 wps->ap_settings = conf->ap_settings;
ap_config.c 885 os_free(conf->ap_settings);
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3999 } else if (os_strcmp(buf, "ap_settings") == 0) {
4000 os_free(bss->ap_settings);
4001 bss->ap_settings =
4003 if (bss->ap_settings == NULL) {

Completed in 28 milliseconds