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 116 if (cfg->new_ap_settings) {
117 data->new_ap_settings =
118 os_malloc(sizeof(*data->new_ap_settings));
119 if (data->new_ap_settings == NULL) {
124 os_memcpy(data->new_ap_settings, cfg->new_ap_settings,
125 sizeof(*data->new_ap_settings));
169 os_free(data->new_ap_settings);
wps_i.h 110 struct wps_credential *new_ap_settings; member in struct:wps_data
wps.h 141 * new_ap_settings - New AP settings (%NULL if not used)
148 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 150 struct wps_credential new_ap_settings; local
223 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
233 cfg.new_ap_settings = &new_ap_settings;

Completed in 261 milliseconds