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

  /external/wpa_supplicant_8/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_malloc(sizeof(*ap->ap_settings));
326 if (ap->ap_settings == NULL
    [all...]
wps.h 559 } ap_settings; member in union:wps_event_data
727 * ap_settings - AP Settings override for M7 (only used at AP)
732 u8 *ap_settings; member in struct:wps_context
735 * ap_settings_len - Length of ap_settings in octets
wps_enrollee.c 350 if (wps->wps->ap_settings) {
352 wpabuf_put_data(plain, wps->wps->ap_settings,
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
WifiBaseTest.py 171 ap_settings = network_list.pop(0)
188 channel=ap_settings["channel"],
197 channel=ap_settings["channel"],
  /external/wpa_supplicant_8/src/ap/
ap_config.h 432 u8 *ap_settings; member in struct:hostapd_bss_config
wps_hostapd.c 1134 wps->ap_settings = conf->ap_settings;
    [all...]
ap_config.c 538 os_free(conf->ap_settings);
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 786 struct wps_event_er_ap_settings *ap_settings)
790 const struct wps_credential *cred = ap_settings->cred;
800 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str));
883 &data->ap_settings);
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 130 milliseconds