/system/bt/btif/src/ |
btif_config.c | 63 static const char *CONFIG_FILE_PATH = "bt_config.conf"; 67 static const char *CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; 499 static void btif_config_remove_unpaired(config_t *conf) { 500 assert(conf != NULL); 506 const config_section_node_t *snode = config_section_begin(conf); 507 while (snode != config_section_end(conf)) { 510 if (!config_has_key(conf, section, "LinkKey") && 511 !config_has_key(conf, section, "LE_KEY_PENC") && 512 !config_has_key(conf, section, "LE_KEY_PID") && 513 !config_has_key(conf, section, "LE_KEY_PCSRK") & [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_utils.py | 14 import test_conf as conf namespace 81 log_files = glob.glob(os.path.join(conf.log_root_dir, directory, '*.log')) 144 result = re.search('-(%s[^-]+?)-' % conf.fw_prefix, filename) 155 dir_basename = conf.filename.sep.join([get_current_time_str(), 156 conf.fw_prefix + firmware_version, 158 log_root_dir = conf.log_root_dir 202 else conf.gesture_names_complete) 206 gesture_dict = conf.get_gesture_dict()
|
/external/selinux/policycoreutils/restorecond/ |
restorecond.init | 7 # listed in the /etc/selinux/restorecond.conf file, and restores the \ 11 # config: /etc/selinux/restorecond.conf 35 test -f /etc/selinux/restorecond.conf || exit 6
|
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.h | 15 struct hostapd_bss_config *conf); 50 struct hostapd_bss_config *conf)
|
wpa_auth_ft.c | 76 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len) 85 os_memcpy(pos, conf->mobility_domain, MOBILITY_DOMAIN_ID_LEN); 88 if (conf->ft_over_ds) 96 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id, 124 os_memcpy(pos, conf->r1_key_holder, FT_R1KH_ID_LEN); 311 r0kh = sm->wpa_auth->conf.r0kh_list; 344 os_memcpy(f.r1kh_id, sm->wpa_auth->conf.r1_key_holder, FT_R1KH_ID_LEN); 370 const u8 *mdid = sm->wpa_auth->conf.mobility_domain; 371 const u8 *r0kh = sm->wpa_auth->conf.r0_key_holder; 372 size_t r0kh_len = sm->wpa_auth->conf.r0_key_holder_len 642 struct wpa_auth_config *conf; local 806 struct wpa_auth_config *conf; local [all...] |
vlan_full.c | 389 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface; 391 if (hapd->conf->vlan_bridge[0]) { 393 hapd->conf->vlan_bridge, vid); 406 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface; 407 int vlan_naming = hapd->conf->ssid.vlan_naming; 427 for (vlan = hapd->conf->vlan; vlan; vlan = vlan->next) { 444 if (hapd->conf->bridge[0] && 445 !br_addif(hapd->conf->bridge, ifname)) 500 char *tagged_interface = hapd->conf->ssid.vlan_tagged_interface; 501 int vlan_naming = hapd->conf->ssid.vlan_naming [all...] |
ieee802_11_auth.c | 172 hapd->conf->radius->auth_server->shared_secret, 173 hapd->conf->radius->auth_server->shared_secret_len)) { 178 if (add_common_radius_attr(hapd, hapd->conf->radius_auth_req_attr, 218 if (hostapd_maclist_found(hapd->conf->accept_mac, 219 hapd->conf->num_accept_mac, addr, vlan_id)) 222 if (hostapd_maclist_found(hapd->conf->deny_mac, 223 hapd->conf->num_deny_mac, addr, vlan_id)) 226 if (hapd->conf->macaddr_acl == ACCEPT_UNLESS_DENIED) 228 if (hapd->conf->macaddr_acl == DENY_UNLESS_ACCEPTED) 278 if (hapd->conf->macaddr_acl == USE_EXTERNAL_RADIUS_AUTH) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_wps.c | 357 dbus_bool_t process = wpa_s->conf->wps_cred_processing != 1; 365 * wpas_dbus_setter_process_credentials - Set credentials_processed conf param 387 old_pc = wpa_s->conf->wps_cred_processing != 1; 388 wpa_s->conf->wps_cred_processing = (process_credentials ? 2 : 1); 390 if ((wpa_s->conf->wps_cred_processing != 1) != old_pc) 415 char *methods = wpa_s->conf->config_methods; 449 os_free(wpa_s->conf->config_methods); 450 wpa_s->conf->config_methods = new_methods; 452 wpa_s->conf->changed_parameters |= CFG_CHANGED_CONFIG_METHODS;
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 702 os_memcpy(hapd->conf->qos_map_set, qos_map_set, count); 703 hapd->conf->qos_map_set_len = count; 715 u8 *qos_map_set = hapd->conf->qos_map_set; 716 u8 qos_map_set_len = hapd->conf->qos_map_set_len; 1082 WPA_ASSERT(hapd->conf->wpa_key_mgmt); 1084 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { 1090 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { 1097 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { 1103 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { 1110 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) 2949 struct hostapd_bss_config *conf; local [all...] |
/device/asus/fugu/ |
device.mk | 91 # specific management of audio_policy.conf 93 device/asus/fugu/audio_policy.conf:system/etc/audio_policy.conf 113 device/asus/fugu/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf 129 device/asus/fugu/mfx_omxil_core.conf:system/etc/mfx_omxil_core.conf \ 225 device/asus/fugu/wpa_supplicant.conf:/system/etc/wifi/wpa_supplicant.conf 285 # specific management of sep_policy.conf [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
p2p_supplicant.c | 234 if (wpa_s->conf->p2p_ignore_shared_freq && 481 for (s = wpa_s->conf->ssid; s; s = s->next) { 537 for (s = wpa_s->conf->ssid; s; s = s->next) { 620 for (s = wpa_s->conf->ssid; s; s = s->next) { 839 ssid = wpa_s->conf->ssid; 996 wpa_config_remove_network(wpa_s->conf, id); 1092 for (s = wpa_s->conf->ssid; s; s = s->next) { 1112 s = wpa_config_add_network(wpa_s->conf); 8810 struct hostapd_config *conf; local [all...] |
scan.c | 57 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { 72 !wpa_s->conf->p2p_disabled) { 97 struct wpa_ssid *ssid = wpa_s->conf->ssid; 110 if (wpa_s->conf->cred && wpa_s->conf->interworking && 111 wpa_s->conf->auto_interworking) 301 wpa_supplicant_build_filter_ssids(struct wpa_config *conf, size_t *num_ssids) 308 if (!conf->filter_ssids) 311 for (count = 0, ssid = conf->ssid; ssid; ssid = ssid->next) { 321 for (ssid = conf->ssid; ssid; ssid = ssid->next) [all...] |
wpa_supplicant.c | 224 if (wpa_s->conf->ap_scan == 0 && 303 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth; 309 eapol_conf.external_sim = wpa_s->conf->external_sim; 437 if (wpa_s->conf != NULL) { 439 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) 661 name = wpa_s->conf->bgscan; 767 if (wpa_s->conf->p2p_cli_probe && wpa_s->current_ssid && 911 struct wpa_config *conf; local 917 conf = wpa_config_read(wpa_s->confname, NULL); 918 if (conf == NULL) [all...] |
eapol_test.c | 329 wpa_config_set_blob(e->wpa_s->conf, blob); 337 return wpa_config_get_blob(e->wpa_s->conf, name); 605 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; 606 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; 607 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; 608 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; 644 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth; 646 eapol_conf.external_sim = wpa_s->conf->external_sim; 689 wpa_config_free(wpa_s->conf); 1250 "eapol_test [-enWSv] -c<conf> [-a<AS IP>] [-p<AS port>] 1308 char *conf = NULL; local [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.c | 101 dri2_match_config(const _EGLConfig *conf, const _EGLConfig *criteria) 103 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) 106 if (!_eglMatchConfig(conf, criteria)) 117 struct dri2_egl_config *conf; local 229 conf = (struct dri2_egl_config *) matching_config; 231 if (double_buffer && !conf->dri_double_config) 232 conf->dri_double_config = dri_config; 233 else if (!double_buffer && !conf->dri_single_config) 234 conf->dri_single_config = dri_config; 240 conf = malloc(sizeof *conf) [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 107 egl_g3d_match_config(const _EGLConfig *conf, void *priv_data) 111 struct egl_g3d_config *gconf = egl_g3d_config(conf); 117 return _eglMatchConfig(conf, &data->criteria); 145 egl_g3d_create_context(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, 150 struct egl_g3d_config *gconf = egl_g3d_config(conf); 161 if (!_eglInitContext(&gctx->base, dpy, conf, attribs)) { 222 egl_g3d_create_surface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, 227 struct egl_g3d_config *gconf = egl_g3d_config(conf); 255 if (!_eglInitSurface(&gsurf->base, dpy, arg->type, conf, attribs)) { 319 _EGLConfig *conf, EGLNativeWindowType win [all...] |
/device/moto/shamu/ |
device.mk | 47 device/moto/shamu/audio_policy.conf:system/etc/audio_policy.conf \ 48 device/moto/shamu/audio_effects.conf:system/etc/audio_effects.conf 112 device/moto/shamu/spn-conf.xml:system/etc/spn-conf.xml 128 wpa_supplicant.conf 271 device/moto/shamu/gps.conf:system/etc/gps.conf 286 flp.conf [all...] |
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | [all...] |
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 134 struct eapol_config conf; member in struct:eapol_sm 266 if (sm->conf.wps && !(sm->conf.wps & EAPOL_PEER_IS_WPS20_AP)) { 392 sm->conf.accept_802_1x_keys && 393 sm->conf.required_keys == 0) { 678 if (!sm->conf.accept_802_1x_keys) { 824 !(sm->conf.required_keys & EAPOL_REQUIRE_KEY_UNICAST)) && 826 !(sm->conf.required_keys & EAPOL_REQUIRE_KEY_BROADCAST))) 2053 struct eap_config conf; local [all...] |
/device/linaro/hikey/ |
device.mk | 75 wl18xx-conf.bin 95 device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \ 96 device/linaro/hikey/audio/audio_policy.conf:system/etc/audio_policy.conf
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server.c | [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay.c | 1524 struct key_conf *conf; local 1948 struct key_conf *conf; local 2859 struct ieee802_1x_cp_conf conf; local [all...] |
/device/google/atv/products/ |
atv_base.mk | 89 clatd.conf \ 94 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap.h | 311 void *msg_ctx, struct eap_config *conf); 343 int eap_is_wps_pbc_enrollee(struct eap_peer_config *conf); 344 int eap_is_wps_pin_enrollee(struct eap_peer_config *conf);
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AppCompatDelegateImplV14.java | 139 final Configuration conf = res.getConfiguration(); local 140 final int currentNightMode = conf.uiMode & Configuration.UI_MODE_NIGHT_MASK; 147 final Configuration newConf = new Configuration(conf);
|