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 125 if (cfg->new_ap_settings) {
126 data->new_ap_settings =
127 os_malloc(sizeof(*data->new_ap_settings));
128 if (data->new_ap_settings == NULL) {
134 os_memcpy(data->new_ap_settings, cfg->new_ap_settings,
135 sizeof(*data->new_ap_settings));
185 bin_clear_free(data->new_ap_settings, sizeof(*data->new_ap_settings));
wps_i.h 113 struct wps_credential *new_ap_settings; member in struct:wps_data
wps.h 140 * new_ap_settings - New AP settings (%NULL if not used)
147 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 148 struct wps_credential new_ap_settings; local
245 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
255 cfg.new_ap_settings = &new_ap_settings;

Completed in 61 milliseconds