/external/wpa_supplicant_8/src/ap/ |
D | ap_list.c | 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() 53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap() 64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_add() 76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_del() 90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add() 97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del() 119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap() 129 static void hostapd_free_aps(struct hostapd_iface *iface) in hostapd_free_aps() 145 static struct ap_info * ap_ap_add(struct hostapd_iface *iface, const u8 *addr) in ap_ap_add() 169 void ap_list_process_beacon(struct hostapd_iface *iface, in ap_list_process_beacon() [all …]
|
D | hw_features.c | 75 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() 145 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates() 225 static int ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) in ieee80211n_allowed_ht40_channel_pair() 240 static void ieee80211n_switch_pri_sec(struct hostapd_iface *iface) in ieee80211n_switch_pri_sec() 252 static int ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, in ieee80211n_check_40mhz_5g() 276 static int ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, in ieee80211n_check_40mhz_2g4() 289 static void ieee80211n_check_scan(struct hostapd_iface *iface) in ieee80211n_check_scan() 340 static void ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, in ieee80211n_scan_channels_2g4() 385 static void ieee80211n_scan_channels_5g(struct hostapd_iface *iface, in ieee80211n_scan_channels_5g() 429 struct hostapd_iface *iface = eloop_data; in ap_ht40_scan_retry() local [all …]
|
D | acs.c | 263 static void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup() 284 static void acs_fail(struct hostapd_iface *iface) in acs_fail() 326 acs_survey_chan_interference_factor(struct hostapd_iface *iface, in acs_survey_chan_interference_factor() 445 static int acs_surveys_are_sufficient(struct hostapd_iface *iface) in acs_surveys_are_sufficient() 479 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist() 490 struct hostapd_iface *iface) in acs_survey_all_chans_intereference_factor() 515 static struct hostapd_channel_data *acs_find_chan(struct hostapd_iface *iface, in acs_find_chan() 572 acs_find_ideal_chan(struct hostapd_iface *iface) in acs_find_ideal_chan() 745 static void acs_adjust_vht_center_freq(struct hostapd_iface *iface) in acs_adjust_vht_center_freq() 770 static int acs_study_survey_based(struct hostapd_iface *iface) in acs_study_survey_based() [all …]
|
D | hw_features.h | 34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() 39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed() 44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode() 59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab() 64 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates() 70 static inline void hostapd_stop_setup_timers(struct hostapd_iface *iface) in hostapd_stop_setup_timers()
|
D | dfs.c | 22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans() 165 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist() 182 static int dfs_find_channel(struct hostapd_iface *iface, in dfs_find_channel() 222 static void dfs_adjust_vht_center_freq(struct hostapd_iface *iface, in dfs_adjust_vht_center_freq() 264 static int dfs_get_start_chan_idx(struct hostapd_iface *iface, int *seg1_start) in dfs_get_start_chan_idx() 351 static int dfs_check_chans_radar(struct hostapd_iface *iface, in dfs_check_chans_radar() 371 static int dfs_check_chans_available(struct hostapd_iface *iface, in dfs_check_chans_available() 399 static int dfs_check_chans_unavailable(struct hostapd_iface *iface, in dfs_check_chans_unavailable() 423 dfs_get_valid_channel(struct hostapd_iface *iface, in dfs_get_valid_channel() 472 static int set_dfs_state_freq(struct hostapd_iface *iface, int freq, u32 state) in set_dfs_state_freq() [all …]
|
D | hostapd.c | 56 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface() 132 static void hostapd_clear_old(struct hostapd_iface *iface) in hostapd_clear_old() 154 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config() 360 static void sta_track_deinit(struct hostapd_iface *iface) in sta_track_deinit() 376 static void hostapd_cleanup_iface_partial(struct hostapd_iface *iface) in hostapd_cleanup_iface_partial() 402 static void hostapd_cleanup_iface(struct hostapd_iface *iface) in hostapd_cleanup_iface() 427 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd) in hostapd_setup_encryption() 505 static int hostapd_validate_bssid_configuration(struct hostapd_iface *iface) in hostapd_validate_bssid_configuration() 1138 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() 1237 static int start_ctrl_iface(struct hostapd_iface *iface) in start_ctrl_iface() [all …]
|
D | ieee802_11_ht.c | 145 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update() 201 static int is_40_allowed(struct hostapd_iface *iface, int channel) in is_40_allowed() 232 struct hostapd_iface *iface = hapd->iface; in hostapd_2040_coex_action() local 366 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_add() 389 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_remove() 507 struct hostapd_iface *iface = eloop_data; in ap_ht2040_timeout() local
|
D | ap_list.h | 44 static inline int ap_list_init(struct hostapd_iface *iface) in ap_list_init() 49 static inline void ap_list_deinit(struct hostapd_iface *iface) in ap_list_deinit() 53 static inline void ap_list_timer(struct hostapd_iface *iface) in ap_list_timer()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_priv.c | 50 static void wpa_priv_cmd_register(struct wpa_priv_interface *iface, in wpa_priv_cmd_register() 109 static void wpa_priv_cmd_unregister(struct wpa_priv_interface *iface, in wpa_priv_cmd_unregister() 125 static void wpa_priv_cmd_scan(struct wpa_priv_interface *iface, in wpa_priv_cmd_scan() 145 static void wpa_priv_get_scan_results2(struct wpa_priv_interface *iface, in wpa_priv_get_scan_results2() 191 static void wpa_priv_cmd_get_scan_results(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_scan_results() 205 static void wpa_priv_cmd_authenticate(struct wpa_priv_interface *iface, in wpa_priv_cmd_authenticate() 257 static void wpa_priv_cmd_associate(struct wpa_priv_interface *iface, in wpa_priv_cmd_associate() 305 static void wpa_priv_cmd_get_bssid(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_bssid() 326 static void wpa_priv_cmd_get_ssid(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_ssid() 352 static void wpa_priv_cmd_set_key(struct wpa_priv_interface *iface, in wpa_priv_cmd_set_key() [all …]
|
/external/wpa_supplicant_8/src/fst/ |
D | fst.c | 21 static void fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, in fst_ctrl_iface_notify_peer_state_change() 43 struct fst_iface *iface = NULL; in fst_attach() local 89 void fst_detach(struct fst_iface *iface) in fst_detach() 160 void fst_rx_action(struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, in fst_rx_action() 172 void fst_notify_peer_connected(struct fst_iface *iface, const u8 *addr) in fst_notify_peer_connected() 188 void fst_notify_peer_disconnected(struct fst_iface *iface, const u8 *addr) in fst_notify_peer_disconnected()
|
/external/autotest/client/virt/tests/ |
D | vlan.py | 39 def add_vlan(session, v_id, iface="eth0"): argument 42 def set_ip_vlan(session, v_id, ip, iface="eth0"): argument 46 def set_arp_ignore(session, iface="eth0"): argument 50 def rem_vlan(session, v_id, iface="eth0"): argument
|
/external/deqp/scripts/opengl/ |
D | gen_wrapper.py | 40 def genWrapperHeader (iface): argument 71 def genWrapperImplementation (iface): argument 74 def genWrapper (iface): argument
|
D | gen_ext_init.py | 25 def genExtensions (registry, iface, api): argument 48 def genExtInit (registry, iface): argument
|
/external/webrtc/webrtc/base/ |
D | fakenetwork.h | 37 void AddInterface(const SocketAddress& iface) { in AddInterface() 42 void AddInterface(const SocketAddress& iface, const std::string& if_name) { in AddInterface() 46 void AddInterface(const SocketAddress& iface, in AddInterface() 55 void RemoveInterface(const SocketAddress& iface) { in RemoveInterface()
|
/external/deqp/scripts/khr_util/ |
D | gen_str_util.py | 38 def makeDefSet (iface): argument 42 def genStrUtilProtos (iface, enumGroups, bitfieldGroups): argument 118 def genStrUtilImpls (iface, enumGroups, bitfieldGroups): argument 149 def genQueryEnumUtilImpls (iface, queryGroups): argument 177 def genSetEnumUtilImpls (iface, queryGroups): argument
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/ |
D | ConstructorDelegate.java | 33 public Object newInstance(String declaring, String iface); in newInstance() 39 public static ConstructorDelegate create(Class targetClass, Class iface) { in create() 51 private Class iface; field in ConstructorDelegate.Generator 58 public void setInterface(Class iface) { in setInterface()
|
D | MethodDelegate.java | 116 Object newInstance(Class delegateClass, String methodName, Class iface); in newInstance() 119 public static MethodDelegate createStatic(Class targetClass, String methodName, Class iface) { in createStatic() 127 public static MethodDelegate create(Object target, String methodName, Class iface) { in create() 160 private Class iface; field in MethodDelegate.Generator 179 public void setInterface(Class iface) { in setInterface()
|
/external/autotest/client/site_tests/security_DbusMap/ |
D | security_DbusMap.py | 62 def check_policies(self, config_doms, dest, iface, member, argument 93 def check_one_policy(self, policy, dest, iface, member, argument 138 def check_one_node(self, node, dest, iface, member): argument 219 def add_member(self, dbus_list, dest, iface, member): argument 223 def add_signal(self, dbus_list, dest, iface, signal): argument 227 def add_property(self, dbus_list, dest, iface, signal): argument 231 def _add_surface(self, dbus_list, dest, iface, member, slot): argument
|
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
D | JpaPersistModule.java | 109 public <T> JpaPersistModule addFinder(Class<T> iface) { in addFinder() 114 private <T> void bindFinder(Class<T> iface) { in bindFinder() 165 private boolean isDynamicFinderValid(Class<?> iface) { in isDynamicFinderValid()
|
/external/avahi/avahi-sharp/ |
D | EntryGroup.cs | 91 …private static extern int avahi_entry_group_add_service_strlst (IntPtr group, int iface, Protocol … in avahi_entry_group_add_service_strlst() 97 …private static extern int avahi_entry_group_update_service_strlst (IntPtr group, int iface, Protoc… in avahi_entry_group_update_service_strlst() 102 …private static extern int avahi_entry_group_add_service_subtype (IntPtr group, int iface, Protocol… in avahi_entry_group_add_service_subtype() 107 … private static extern int avahi_entry_group_add_address (IntPtr group, int iface, Protocol proto, in avahi_entry_group_add_address() 112 … private static extern int avahi_entry_group_add_record (IntPtr group, int iface, Protocol proto, in avahi_entry_group_add_record() 206 …public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, s… in AddService() 220 …public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, s… in AddService() 234 … private void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, in AddService() 259 …public void UpdateService (int iface, Protocol proto, PublishFlags flags, string name, string type, in UpdateService() 273 …public void UpdateService (int iface, Protocol proto, PublishFlags flags, string name, string type, in UpdateService() [all …]
|
D | HostNameResolver.cs | 30 internal delegate void HostNameResolverCallback (IntPtr resolver, int iface, Protocol proto, in HostNameResolverCallback() 38 private int iface; field in Avahi.HostNameResolver 52 …private static extern IntPtr avahi_host_name_resolver_new (IntPtr client, int iface, Protocol prot… in avahi_host_name_resolver_new() 99 public HostNameResolver (Client client, int iface, Protocol proto, string hostname, in HostNameResolver() 149 private void OnHostNameResolverCallback (IntPtr resolver, int iface, Protocol proto, in OnHostNameResolverCallback()
|
D | AddressResolver.cs | 29 internal delegate void AddressResolverCallback (IntPtr resolver, int iface, Protocol proto, in AddressResolverCallback() 61 private int iface; field in Avahi.AddressResolver 74 … private static extern IntPtr avahi_address_resolver_new (IntPtr client, int iface, Protocol proto, in avahi_address_resolver_new() 121 …public AddressResolver (Client client, int iface, Protocol proto, IPAddress address, LookupFlags f… in AddressResolver() 172 private void OnAddressResolverCallback (IntPtr resolver, int iface, Protocol proto, in OnAddressResolverCallback()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.c | 133 struct wpas_dbus_priv *iface; in wpas_dbus_signal_interface() local 196 struct wpas_dbus_priv *iface; in wpas_dbus_signal_scan_done() local 235 struct wpas_dbus_priv *iface; in wpas_dbus_signal_bss() local 304 struct wpas_dbus_priv *iface; in wpas_dbus_signal_blob() local 369 struct wpas_dbus_priv *iface; in wpas_dbus_signal_network() local 461 struct wpas_dbus_priv *iface; in wpas_dbus_signal_network_request() local 538 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_pbc_overlap() local 576 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_success() local 617 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_fail() local 663 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_m2d() local [all …]
|
D | dbus_new_introspect.c | 30 struct interfaces *iface; in add_interface() local 100 struct interfaces *iface; in extract_interfaces_methods() local 115 struct interfaces *iface; in extract_interfaces_signals() local 130 struct interfaces *iface; in extract_interfaces_properties() local 161 struct interfaces *iface, *n; in add_interfaces() local
|
/external/selinux/libsepol/src/ |
D | interfaces.c | 14 ocontext_t ** iface, const sepol_iface_t * record) in iface_from_record() 68 ocontext_t * iface, sepol_iface_t ** record) in iface_to_record() 172 ocontext_t *head, *prev, *c, *iface = NULL; in sepol_iface_modify() local 237 int sepol_iface_iterate(sepol_handle_t * handle, in sepol_iface_iterate() 245 sepol_iface_t *iface = NULL; in sepol_iface_iterate() local
|