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

  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_retail_ap.py 158 def __init__(self, ap_settings):
176 Note: Calling this function updates the stored ap_settings
181 assumed_ap_settings = self.ap_settings.copy()
189 """Function that configures ap based on values of ap_settings.
282 Function copies arguments into ap_settings and calls configure_retail_ap
306 if (key in self.ap_settings):
307 if self.ap_settings[key] != value:
308 self.ap_settings[key] = value
333 def __init__(self, ap_settings):
334 self.ap_settings = ap_settings.copy(
    [all...]
WifiBaseTest.py 252 ap_settings = network_list.pop(0)
289 channel=ap_settings["channel"],
298 channel=ap_settings["channel"],
  /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_memdup(&s->ap_settings, sizeof(*ap->ap_settings));
    [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/tests/google/wifi/
WifiThroughputStabilityTest.py 110 self.access_point.ap_settings))
174 test_result_dict["ap_settings"] = test_result["ap_settings"].copy()
235 self.access_point.ap_settings))
277 test_result["ap_settings"] = self.access_point.ap_settings.copy()
WifiRvrTest.py 54 self.access_point.ap_settings))
357 self.access_point.ap_settings))
368 rvr_result["ap_settings"] = self.access_point.ap_settings.copy()
    [all...]
WifiRssiTest.py 59 self.access_point.ap_settings))
565 self.access_point.ap_settings))
579 rssi_result["ap_settings"] = self.access_point.ap_settings.copy()
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 438 u8 *ap_settings; member in struct:hostapd_bss_config
ap_config.c 559 os_free(conf->ap_settings);
wps_hostapd.c 1134 wps->ap_settings = conf->ap_settings;
    [all...]
  /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...]
hostapd.conf     [all...]
  /device/generic/goldfish/wifi/
simulated_hostapd.conf     [all...]

Completed in 579 milliseconds