HomeSort by relevance Sort by last modified time
    Searched refs:new_ap_settings (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps.c 109 if (cfg->new_ap_settings) {
110 data->new_ap_settings =
111 os_malloc(sizeof(*data->new_ap_settings));
112 if (data->new_ap_settings == NULL) {
116 os_memcpy(data->new_ap_settings, cfg->new_ap_settings,
117 sizeof(*data->new_ap_settings));
160 os_free(data->new_ap_settings);
wps_i.h 107 struct wps_credential *new_ap_settings; member in struct:wps_data
wps.h 150 * new_ap_settings - New AP settings (%NULL if not used)
157 const struct wps_credential *new_ap_settings; member in struct:wps_config
wps_er.c     [all...]
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 138 struct wps_credential new_ap_settings; local
219 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
227 cfg.new_ap_settings = &new_ap_settings;

Completed in 168 milliseconds