Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/external/wpa_supplicant_8/src/ap/
Dhw_features.h42 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
47 static inline int hostapd_csa_update_hwmode(struct hostapd_iface *iface) in hostapd_csa_update_hwmode()
52 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed()
57 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode()
72 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab()
77 static inline int hostapd_check_edmg_capab(struct hostapd_iface *iface) in hostapd_check_edmg_capab()
82 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
88 static inline void hostapd_stop_setup_timers(struct hostapd_iface *iface) in hostapd_stop_setup_timers()
92 static inline int hostapd_hw_skip_mode(struct hostapd_iface *iface, in hostapd_hw_skip_mode()
98 static inline int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface) in hostapd_check_he_6ghz_capab()
[all …]
Dap_list.c31 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 …]
Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
197 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
276 static int ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) in ieee80211n_allowed_ht40_channel_pair()
300 static void ieee80211n_switch_pri_sec(struct hostapd_iface *iface) in ieee80211n_switch_pri_sec()
314 static int ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, in ieee80211n_check_40mhz_5g()
348 static int ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, in ieee80211n_check_40mhz_2g4()
361 static void ieee80211n_check_scan(struct hostapd_iface *iface) in ieee80211n_check_scan()
432 static void ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, in ieee80211n_scan_channels_2g4()
477 static void ieee80211n_scan_channels_5g(struct hostapd_iface *iface, in ieee80211n_scan_channels_5g()
521 struct hostapd_iface *iface = eloop_data; in ap_ht40_scan_retry() local
[all …]
Dacs.c348 void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup()
362 static void acs_fail(struct hostapd_iface *iface) in acs_fail()
402 acs_survey_chan_interference_factor(struct hostapd_iface *iface, in acs_survey_chan_interference_factor()
542 static int acs_surveys_are_sufficient(struct hostapd_iface *iface) in acs_surveys_are_sufficient()
566 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist()
576 static int is_in_freqlist(struct hostapd_iface *iface, in is_in_freqlist()
588 struct hostapd_iface *iface, struct hostapd_hw_modes *mode) in acs_survey_mode_interference_factor()
628 struct hostapd_iface *iface) in acs_survey_all_chans_interference_factor()
662 acs_find_mode(struct hostapd_iface *iface, int freq) in acs_find_mode()
682 acs_find_chan(struct hostapd_iface *iface, int freq) in acs_find_chan()
[all …]
Ddfs.c36 static bool dfs_use_radar_background(struct hostapd_iface *iface) in dfs_use_radar_background()
43 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans()
224 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist()
241 static int dfs_find_channel(struct hostapd_iface *iface, in dfs_find_channel()
310 static void dfs_adjust_center_freq(struct hostapd_iface *iface, in dfs_adjust_center_freq()
359 static int dfs_get_start_chan_idx(struct hostapd_iface *iface, int *seg1_start) in dfs_get_start_chan_idx()
451 static int dfs_check_chans_radar(struct hostapd_iface *iface, in dfs_check_chans_radar()
473 static int dfs_check_chans_available(struct hostapd_iface *iface, in dfs_check_chans_available()
501 static int dfs_check_chans_unavailable(struct hostapd_iface *iface, in dfs_check_chans_unavailable()
525 dfs_get_valid_channel(struct hostapd_iface *iface, in dfs_get_valid_channel()
[all …]
Dhostapd.c78 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface()
224 static void hostapd_clear_old(struct hostapd_iface *iface) in hostapd_clear_old()
255 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config()
493 struct hostapd_iface *iface = ifaces->iface[i]; in hostapd_free_hapd_data() local
686 static void sta_track_deinit(struct hostapd_iface *iface) in sta_track_deinit()
702 void hostapd_cleanup_iface_partial(struct hostapd_iface *iface) in hostapd_cleanup_iface_partial()
736 static void hostapd_cleanup_iface(struct hostapd_iface *iface) in hostapd_cleanup_iface()
764 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd) in hostapd_setup_encryption()
852 static int hostapd_validate_bssid_configuration(struct hostapd_iface *iface) in hostapd_validate_bssid_configuration()
1752 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params()
[all …]
Dieee802_11_ht.c163 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update()
219 static int is_40_allowed(struct hostapd_iface *iface, int channel) in is_40_allowed()
250 struct hostapd_iface *iface = hapd->iface; in hostapd_2040_coex_action() local
428 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_add()
451 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_remove()
569 struct hostapd_iface *iface = eloop_data; in ap_ht2040_timeout() local
/external/selinux/libsemanage/src/
Diface_record.c27 int semanage_iface_compare(const semanage_iface_t * iface, in semanage_iface_compare()
35 int semanage_iface_compare2(const semanage_iface_t * iface, in semanage_iface_compare2()
43 static int semanage_iface_compare2_qsort(const semanage_iface_t ** iface, in semanage_iface_compare2_qsort()
58 const semanage_iface_t * iface, in semanage_iface_key_extract()
74 const char *semanage_iface_get_name(const semanage_iface_t * iface) in semanage_iface_get_name()
82 semanage_iface_t * iface, const char *name) in semanage_iface_set_name()
90 semanage_context_t *semanage_iface_get_ifcon(const semanage_iface_t * iface) in semanage_iface_get_ifcon()
98 semanage_iface_t * iface, semanage_context_t * con) in semanage_iface_set_ifcon()
105 semanage_context_t *semanage_iface_get_msgcon(const semanage_iface_t * iface) in semanage_iface_get_msgcon()
113 semanage_iface_t * iface, in semanage_iface_set_msgcon()
[all …]
/external/selinux/libsepol/src/
Diface_record.c59 const sepol_iface_t * iface, in sepol_iface_key_extract()
80 int sepol_iface_compare(const sepol_iface_t * iface, in sepol_iface_compare()
87 int sepol_iface_compare2(const sepol_iface_t * iface, in sepol_iface_compare2()
95 int sepol_iface_create(sepol_handle_t * handle, sepol_iface_t ** iface) in sepol_iface_create()
117 const char *sepol_iface_get_name(const sepol_iface_t * iface) in sepol_iface_get_name()
125 sepol_iface_t * iface, const char *name) in sepol_iface_set_name()
140 sepol_context_t *sepol_iface_get_ifcon(const sepol_iface_t * iface) in sepol_iface_get_ifcon()
148 sepol_iface_t * iface, sepol_context_t * con) in sepol_iface_set_ifcon()
165 sepol_context_t *sepol_iface_get_msgcon(const sepol_iface_t * iface) in sepol_iface_get_msgcon()
173 sepol_iface_t * iface, sepol_context_t * con) in sepol_iface_set_msgcon()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_priv.c56 static void wpa_priv_cmd_register(struct wpa_priv_interface *iface, in wpa_priv_cmd_register()
120 static void wpa_priv_cmd_unregister(struct wpa_priv_interface *iface, in wpa_priv_cmd_unregister()
136 static void wpa_priv_cmd_scan(struct wpa_priv_interface *iface, in wpa_priv_cmd_scan()
181 static void wpa_priv_get_scan_results2(struct wpa_priv_interface *iface, in wpa_priv_get_scan_results2()
230 static void wpa_priv_cmd_get_scan_results(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_scan_results()
244 static void wpa_priv_cmd_authenticate(struct wpa_priv_interface *iface, in wpa_priv_cmd_authenticate()
296 static void wpa_priv_cmd_associate(struct wpa_priv_interface *iface, in wpa_priv_cmd_associate()
344 static void wpa_priv_cmd_get_bssid(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_bssid()
365 static void wpa_priv_cmd_get_ssid(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_ssid()
392 static void wpa_priv_cmd_set_key(struct wpa_priv_interface *iface, in wpa_priv_cmd_set_key()
[all …]
/external/mockito-kotlin/tests/src/test/kotlin/test/
DVerifyTest.kt14 val iface = mock<TestInterface>() in verify0Calls() constant
23 val iface = mock<TestInterface>() in verifyNCalls() constant
35 val iface = mock<TestInterface>() in verifyFailsWithWrongCount() constant
46 val iface = mock<TestInterface>() in verifyFailsWithWrongArg() constant
/external/wpa_supplicant_8/src/fst/
Dfst.c22 static void fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, in fst_ctrl_iface_notify_peer_state_change()
44 struct fst_iface *iface = NULL; in fst_attach() local
90 void fst_detach(struct fst_iface *iface) in fst_detach()
166 void fst_rx_action(struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, in fst_rx_action()
178 void fst_notify_peer_connected(struct fst_iface *iface, const u8 *addr) in fst_notify_peer_connected()
194 void fst_notify_peer_disconnected(struct fst_iface *iface, const u8 *addr) in fst_notify_peer_disconnected()
217 void fst_update_mac_addr(struct fst_iface *iface, const u8 *addr) in fst_update_mac_addr()
/external/cronet/tot/third_party/apache-portable-runtime/src/network_io/unix/
Dmulticast.c30 apr_sockaddr_t *iface) in fill_mip_v4()
44 static unsigned int find_if_index(const apr_sockaddr_t *iface) in find_if_index()
80 const apr_sockaddr_t *iface) in fill_mip_v6()
112 apr_sockaddr_t *mcast, apr_sockaddr_t *iface, in do_mcast()
243 apr_sockaddr_t *iface, in apr_mcast_join()
255 apr_sockaddr_t *iface, in apr_mcast_leave()
285 apr_sockaddr_t *iface) in apr_mcast_interface()
/external/cronet/stable/third_party/apache-portable-runtime/src/network_io/unix/
Dmulticast.c30 apr_sockaddr_t *iface) in fill_mip_v4()
44 static unsigned int find_if_index(const apr_sockaddr_t *iface) in find_if_index()
80 const apr_sockaddr_t *iface) in fill_mip_v6()
112 apr_sockaddr_t *mcast, apr_sockaddr_t *iface, in do_mcast()
243 apr_sockaddr_t *iface, in apr_mcast_join()
255 apr_sockaddr_t *iface, in apr_mcast_leave()
285 apr_sockaddr_t *iface) in apr_mcast_interface()
/external/libaom/test/
Dencode_api_test.cc63 aom_codec_iface_t *iface = aom_codec_av1_cx(); in TEST() local
102 aom_codec_iface_t *iface = aom_codec_av1_cx(); in TEST() local
113 aom_codec_iface_t *iface = aom_codec_av1_cx(); in TEST() local
134 aom_codec_iface_t *iface = aom_codec_av1_cx(); in EncodeSetSFrameOnFirstFrame() local
161 aom_codec_iface_t *iface = aom_codec_av1_cx(); in TEST() local
185 aom_codec_iface_t *iface = aom_codec_av1_cx(); in TEST() local
217 aom_codec_iface_t *iface = aom_codec_av1_cx(); in TEST() local
255 aom_codec_iface_t *iface = aom_codec_av1_cx(); in TEST() local
293 aom_codec_iface_t *iface = aom_codec_av1_cx(); in TEST() local
342 aom_codec_iface_t *const iface = aom_codec_av1_cx(); in TEST() local
[all …]
/external/selinux/libsemanage/tests/
Dtest_iface.c125 semanage_iface_t *iface; in get_iface_nth() local
150 semanage_iface_t *iface; in get_iface_key_nth() local
170 semanage_iface_t *iface; in add_local_iface() local
198 semanage_iface_t *iface = NULL; in test_iface_compare() local
270 semanage_iface_t *iface = NULL; in test_iface_key_extract() local
290 semanage_iface_t *iface = NULL; in test_iface_get_set_name() local
308 semanage_iface_t *iface = NULL; in test_iface_get_set_ifcon() local
332 semanage_iface_t *iface = NULL; in test_iface_get_set_msgcon() local
356 semanage_iface_t *iface = NULL; in test_iface_create() local
383 semanage_iface_t *iface = NULL; in test_iface_clone() local
[all …]
/external/arm-trusted-firmware/plat/marvell/armada/common/
Dmarvell_ddr_info.c15 #define DRAM_CH0_MMAP_LOW_REG(iface, cs, base) \ argument
17 #define DRAM_CH0_MMAP_HIGH_REG(iface, cs, base) \ argument
29 #define DRAM_CS_ENABLED(iface, cs, base) \ argument
32 #define GET_DRAM_REGION_SIZE_CODE(iface, cs, base) \ argument
81 uint8_t cs, iface; in mvebu_get_dram_size() local
/external/trusty/arm-trusted-firmware/plat/marvell/armada/common/
Dmarvell_ddr_info.c15 #define DRAM_CH0_MMAP_LOW_REG(iface, cs, base) \ argument
17 #define DRAM_CH0_MMAP_HIGH_REG(iface, cs, base) \ argument
29 #define DRAM_CS_ENABLED(iface, cs, base) \ argument
32 #define GET_DRAM_REGION_SIZE_CODE(iface, cs, base) \ argument
81 uint8_t cs, iface; in mvebu_get_dram_size() local
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.c135 struct wpas_dbus_priv *iface; in wpas_dbus_signal_interface() local
198 struct wpas_dbus_priv *iface; in wpas_dbus_signal_scan_done() local
237 struct wpas_dbus_priv *iface; in wpas_dbus_signal_bss() local
306 struct wpas_dbus_priv *iface; in wpas_dbus_signal_blob() local
371 struct wpas_dbus_priv *iface; in wpas_dbus_signal_network() local
463 struct wpas_dbus_priv *iface; in wpas_dbus_signal_network_request() local
540 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_pbc_overlap() local
578 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_success() local
619 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_fail() local
665 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_m2d() local
[all …]
/external/ltp/testcases/network/stress/route/
Droute-change-netlink.c35 struct iface { struct
37 struct iface *next; argument
38 char iface[IFNAMSIZ]; argument
48 static struct iface *iface; variable
176 static void brk_on_route_error(const char *msg, int iface, in brk_on_route_error()
190 static void rtnl_route(int iface, struct addrinfo *dst, struct addrinfo *gw, in rtnl_route()
/external/deqp/scripts/opengl/
Dgen_ext_init.py25 def getExtensionCommands (registry, iface, api, extension): argument
45 def genExtensions (registry, iface, api): argument
67 def genExtInit (registry, iface): argument
Dgen_wrapper.py45 def genWrapperHeader (iface): argument
76 def genWrapperImplementation (iface): argument
79 def genWrapper (iface): argument
/external/deqp/scripts/khr_util/
Dgen_str_util.py38 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/dagger2/javatests/dagger/internal/codegen/
DBindsDependsOnSubcomponentValidationTest.java95 Source iface = in testBinds() local
175 Source iface = in testSetBindings() local
260 Source iface = in testSetValueBindings() local
341 Source iface = in testMapBindings() local
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaPersistModule.java108 public <T> JpaPersistModule addFinder(Class<T> iface) { in addFinder()
113 private <T> void bindFinder(Class<T> iface) { in bindFinder()
176 private boolean isDynamicFinderValid(Class<?> iface) { in isDynamicFinderValid()

12345678910>>...13