Home
last modified time | relevance | path

Searched refs:iface (Results 1 – 25 of 892) sorted by relevance

12345678910>>...36

/external/wpa_supplicant_8/src/ap/
Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() argument
77 struct hostapd_data *hapd = iface->bss[0]; in hostapd_get_hw_features()
95 iface->hw_flags = flags; in hostapd_get_hw_features()
96 iface->dfs_domain = dfs_domain; in hostapd_get_hw_features()
98 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_get_hw_features()
99 iface->hw_features = modes; in hostapd_get_hw_features()
100 iface->num_hw_features = num_modes; in hostapd_get_hw_features()
105 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR); in hostapd_get_hw_features()
123 !(iface->drv_flags & in hostapd_get_hw_features()
148 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates() argument
[all …]
Ddfs.c22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans() argument
28 if (iface->conf->ieee80211n && iface->conf->secondary_channel) in dfs_get_used_n_chans()
31 if (iface->conf->ieee80211ac) { in dfs_get_used_n_chans()
32 switch (iface->conf->vht_oper_chwidth) { in dfs_get_used_n_chans()
177 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist() argument
180 if (!iface->conf->acs_ch_list.num) in is_in_chanlist()
183 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan); in is_in_chanlist()
194 static int dfs_find_channel(struct hostapd_iface *iface, in dfs_find_channel() argument
202 mode = iface->current_mode; in dfs_find_channel()
203 n_chans = dfs_get_used_n_chans(iface, &n_chans1); in dfs_find_channel()
[all …]
Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() argument
35 if (iface->current_mode == NULL || in ap_list_beacon_olbc()
36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G || in ap_list_beacon_olbc()
37 iface->conf->channel != ap->channel) in ap_list_beacon_olbc()
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap() argument
57 s = iface->ap_hash[STA_HASH(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() argument
66 if (iface->ap_list) { in ap_ap_list_add()
67 ap->prev = iface->ap_list->prev; in ap_ap_list_add()
68 iface->ap_list->prev = ap; in ap_ap_list_add()
[all …]
Dacs.c245 static int acs_request_scan(struct hostapd_iface *iface);
264 void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup() argument
269 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_cleanup()
270 chan = &iface->current_mode->channels[i]; in acs_cleanup()
280 iface->chans_surveyed = 0; in acs_cleanup()
281 iface->acs_num_completed_scans = 0; in acs_cleanup()
285 static void acs_fail(struct hostapd_iface *iface) in acs_fail() argument
288 acs_cleanup(iface); in acs_fail()
289 hostapd_disable_iface(iface); in acs_fail()
327 acs_survey_chan_interference_factor(struct hostapd_iface *iface, in acs_survey_chan_interference_factor() argument
[all …]
Dhostapd.c56 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd);
58 static int setup_interface2(struct hostapd_iface *iface);
65 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface() argument
72 ret = cb(interfaces->iface[i], ctx); in hostapd_for_each_interface()
87 hostapd_setup_encryption(hapd->conf->iface, hapd); in hostapd_reconfig_encryption()
120 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1); in hostapd_reload_bss()
122 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0); in hostapd_reload_bss()
140 hostapd_setup_encryption(hapd->conf->iface, hapd); in hostapd_reload_bss()
153 wpa_printf(MSG_DEBUG, "Reconfigured interface %s", hapd->conf->iface); in hostapd_reload_bss()
157 static void hostapd_clear_old(struct hostapd_iface *iface) in hostapd_clear_old() argument
[all …]
Dieee802_11_ht.c29 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode || in hostapd_eid_ht_capabilities()
39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params; in hostapd_eid_ht_capabilities()
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set, in hostapd_eid_ht_capabilities()
97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); in hostapd_eid_ht_operation()
145 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update() argument
150 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed) in hostapd_ht_operation_update()
154 __func__, iface->ht_op_mode); in hostapd_ht_operation_update()
156 if (!(iface->ht_op_mode & HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT) in hostapd_ht_operation_update()
157 && iface->num_sta_ht_no_gf) { in hostapd_ht_operation_update()
158 iface->ht_op_mode |= HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT; in hostapd_ht_operation_update()
[all …]
Deth_p_oui.c33 struct eth_p_oui_iface *iface; member
53 struct eth_p_oui_iface *iface = ctx; in eth_p_rx() local
73 dl_list_for_each(receiver, &iface->receiver, in eth_p_rx()
91 struct eth_p_oui_iface *iface; in eth_p_oui_register() local
104 interfaces = hapd->iface->interfaces; in eth_p_oui_register()
106 dl_list_for_each(iface, &interfaces->eth_p_oui, struct eth_p_oui_iface, in eth_p_oui_register()
108 if (os_strcmp(iface->ifname, ifname) != 0) in eth_p_oui_register()
115 iface = os_zalloc(sizeof(*iface)); in eth_p_oui_register()
116 if (!iface) in eth_p_oui_register()
119 os_strlcpy(iface->ifname, ifname, sizeof(iface->ifname)); in eth_p_oui_register()
[all …]
Dbeacon.c79 *eid++ = hapd->iface->channel_utilization; in hostapd_eid_bss_load()
91 if (hapd->iface->current_mode == NULL || in ieee802_11_erp_info()
92 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ieee802_11_erp_info()
95 if (hapd->iface->olbc) in ieee802_11_erp_info()
97 if (hapd->iface->num_sta_non_erp > 0) { in ieee802_11_erp_info()
101 if (hapd->iface->num_sta_no_short_preamble > 0 || in ieee802_11_erp_info()
120 if (hapd->iface->current_mode == NULL || in hostapd_eid_erp_info()
121 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in hostapd_eid_erp_info()
148 if (hapd->iface->current_mode == NULL || in hostapd_eid_pwr_constraint()
149 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A) in hostapd_eid_pwr_constraint()
[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() argument
61 if (iface->drv_priv) { in wpa_priv_cmd_register()
63 if (iface->driver->deinit) in wpa_priv_cmd_register()
64 iface->driver->deinit(iface->drv_priv); in wpa_priv_cmd_register()
65 iface->drv_priv = NULL; in wpa_priv_cmd_register()
66 if (iface->drv_global_priv) { in wpa_priv_cmd_register()
67 iface->driver->global_deinit(iface->drv_global_priv); in wpa_priv_cmd_register()
68 iface->drv_global_priv = NULL; in wpa_priv_cmd_register()
70 iface->wpas_registered = 0; in wpa_priv_cmd_register()
74 if (iface->l2[i]) { in wpa_priv_cmd_register()
[all …]
Dmain.c184 struct wpa_interface *ifaces, *iface; in main() local
195 iface = ifaces = os_zalloc(sizeof(struct wpa_interface)); in main()
209 iface->bridge_ifname = optarg; in main()
215 iface->confname = optarg; in main()
218 iface->ctrl_interface = optarg; in main()
221 iface->driver = optarg; in main()
252 iface->ifname = optarg; in main()
255 iface->confanother = optarg; in main()
276 iface->driver_param = optarg; in main()
313 iface = os_realloc_array(params.match_ifaces, in main()
[all …]
/external/libxcam/wrapper/gstreamer/interface/
Dgstxcaminterface.c27 static void gst_xcam_3a_iface_init (GstXCam3AInterface *iface);
55 gst_xcam_3a_iface_init (GstXCam3AInterface * iface) in gst_xcam_3a_iface_init() argument
58 iface->set_white_balance_mode = NULL; in gst_xcam_3a_iface_init()
59 iface->set_awb_speed = NULL; in gst_xcam_3a_iface_init()
60 iface->set_wb_color_temperature_range = NULL; in gst_xcam_3a_iface_init()
61 iface->set_manual_wb_gain = NULL; in gst_xcam_3a_iface_init()
62 iface->set_exposure_mode = NULL; in gst_xcam_3a_iface_init()
63 iface->set_ae_metering_mode = NULL; in gst_xcam_3a_iface_init()
64 iface->set_exposure_window = NULL; in gst_xcam_3a_iface_init()
65 iface->set_exposure_value_offset = NULL; in gst_xcam_3a_iface_init()
[all …]
/external/selinux/libsepol/src/
Diface_record.c61 const sepol_iface_t * iface, in hidden_def()
65 if (sepol_iface_key_create(handle, iface->name, key_ptr) < 0) { in hidden_def()
67 "interface %s", iface->name); in hidden_def()
82 int sepol_iface_compare(const sepol_iface_t * iface, in sepol_iface_compare() argument
86 return strcmp(iface->name, key->name); in sepol_iface_compare()
89 int sepol_iface_compare2(const sepol_iface_t * iface, in sepol_iface_compare2() argument
93 return strcmp(iface->name, iface2->name); in sepol_iface_compare2()
97 int sepol_iface_create(sepol_handle_t * handle, sepol_iface_t ** iface) in sepol_iface_create() argument
112 *iface = tmp_iface; in sepol_iface_create()
120 const char *sepol_iface_get_name(const sepol_iface_t * iface) in hidden_def()
[all …]
Dinterfaces.c14 ocontext_t ** iface, const sepol_iface_t * record) in iface_from_record() argument
47 *iface = tmp_iface; in iface_from_record()
68 ocontext_t * iface, sepol_iface_t ** record) in iface_to_record() argument
71 char *name = iface->u.name; in iface_to_record()
72 context_struct_t *ifcon = &iface->context[0]; in iface_to_record()
73 context_struct_t *msgcon = &iface->context[1]; in iface_to_record()
171 ocontext_t *head, *prev, *c, *iface = NULL; in sepol_iface_modify() local
176 if (iface_from_record(handle, policydb, &iface, data) < 0) in sepol_iface_modify()
185 iface->next = c->next; in sepol_iface_modify()
187 policydb->ocontexts[OCON_NETIF] = iface; in sepol_iface_modify()
[all …]
/external/u-boot/include/
Dspartan3.h77 #define XILINX_XC3S50_DESC(iface, fn_table, cookie) \ argument
78 { xilinx_spartan3, iface, XILINX_XC3S50_SIZE, fn_table, cookie, \
81 #define XILINX_XC3S200_DESC(iface, fn_table, cookie) \ argument
82 { xilinx_spartan3, iface, XILINX_XC3S200_SIZE, fn_table, cookie, \
85 #define XILINX_XC3S400_DESC(iface, fn_table, cookie) \ argument
86 { xilinx_spartan3, iface, XILINX_XC3S400_SIZE, fn_table, cookie, \
89 #define XILINX_XC3S1000_DESC(iface, fn_table, cookie) \ argument
90 { xilinx_spartan3, iface, XILINX_XC3S1000_SIZE, fn_table, cookie, \
93 #define XILINX_XC3S1500_DESC(iface, fn_table, cookie) \ argument
94 { xilinx_spartan3, iface, XILINX_XC3S1500_SIZE, fn_table, cookie, \
[all …]
Dvirtex2.h64 #define XILINX_XC2V40_DESC(iface, fn_table, cookie) \ argument
65 { xilinx_virtex2, iface, XILINX_XC2V40_SIZE, fn_table, cookie, \
68 #define XILINX_XC2V80_DESC(iface, fn_table, cookie) \ argument
69 { xilinx_virtex2, iface, XILINX_XC2V80_SIZE, fn_table, cookie, \
72 #define XILINX_XC2V250_DESC(iface, fn_table, cookie) \ argument
73 { xilinx_virtex2, iface, XILINX_XC2V250_SIZE, fn_table, cookie, \
76 #define XILINX_XC2V500_DESC(iface, fn_table, cookie) \ argument
77 { xilinx_virtex2, iface, XILINX_XC2V500_SIZE, fn_table, cookie, \
80 #define XILINX_XC2V1000_DESC(iface, fn_table, cookie) \ argument
81 { xilinx_virtex2, iface, XILINX_XC2V1000_SIZE, fn_table, cookie, \
[all …]
Dspartan2.h67 #define XILINX_XC2S15_DESC(iface, fn_table, cookie) \ argument
68 { xilinx_spartan2, iface, XILINX_XC2S15_SIZE, fn_table, cookie, \
71 #define XILINX_XC2S30_DESC(iface, fn_table, cookie) \ argument
72 { xilinx_spartan2, iface, XILINX_XC2S30_SIZE, fn_table, cookie, \
75 #define XILINX_XC2S50_DESC(iface, fn_table, cookie) \ argument
76 { xilinx_spartan2, iface, XILINX_XC2S50_SIZE, fn_table, cookie, \
79 #define XILINX_XC2S100_DESC(iface, fn_table, cookie) \ argument
80 { xilinx_spartan2, iface, XILINX_XC2S100_SIZE, fn_table, cookie, \
83 #define XILINX_XC2S150_DESC(iface, fn_table, cookie) \ argument
84 { xilinx_spartan2, iface, XILINX_XC2S150_SIZE, fn_table, cookie, \
[all …]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_introspect.c30 struct interfaces *iface; in add_interface() local
32 dl_list_for_each(iface, list, struct interfaces, list) { in add_interface()
33 if (os_strcmp(iface->dbus_interface, dbus_interface) == 0) in add_interface()
34 return iface; /* already in the list */ in add_interface()
37 iface = os_zalloc(sizeof(struct interfaces)); in add_interface()
38 if (!iface) in add_interface()
40 iface->dbus_interface = os_strdup(dbus_interface); in add_interface()
41 iface->xml = wpabuf_alloc(15000); in add_interface()
42 if (iface->dbus_interface == NULL || iface->xml == NULL) { in add_interface()
43 os_free(iface->dbus_interface); in add_interface()
[all …]
/external/selinux/libsemanage/src/
Diface_record.c27 int semanage_iface_compare(const semanage_iface_t * iface, in semanage_iface_compare() argument
31 return sepol_iface_compare(iface, key); in semanage_iface_compare()
36 int semanage_iface_compare2(const semanage_iface_t * iface, in hidden_def()
40 return sepol_iface_compare2(iface, iface2); in hidden_def()
45 static int semanage_iface_compare2_qsort(const semanage_iface_t ** iface, in hidden_def()
49 return sepol_iface_compare2(*iface, *iface2); in hidden_def()
60 const semanage_iface_t * iface, in semanage_iface_key_extract() argument
64 return sepol_iface_key_extract(handle->sepolh, iface, key_ptr); in semanage_iface_key_extract()
78 const char *semanage_iface_get_name(const semanage_iface_t * iface) in hidden_def()
81 return sepol_iface_get_name(iface); in hidden_def()
[all …]
/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() argument
29 os_strlcpy(extra.peer_state.ifname, fst_iface_get_name(iface), in fst_ctrl_iface_notify_peer_state_change()
34 iface, NULL, &extra); in fst_ctrl_iface_notify_peer_state_change()
44 struct fst_iface *iface = NULL; in fst_attach() local
68 iface = fst_iface_create(group, ifname, own_addr, iface_obj, cfg); in fst_attach()
69 if (!iface) { in fst_attach()
77 fst_group_attach_iface(group, iface); in fst_attach()
80 foreach_fst_ctrl_call(on_iface_added, iface); in fst_attach()
82 fst_printf_iface(iface, MSG_DEBUG, in fst_attach()
86 return iface; in fst_attach()
[all …]
/external/autotest/client/site_tests/network_WiFiTxRx/
Dnetwork-flipflop.sh51 iface="$1";
53 if [[ -z "$iface" ]]; then
54 while read _iface _ignore && test -z "$iface"; do
55 iface=$_iface;
59 test -n "$iface";
82 $iface*)
112 done < <(iwconfig $iface)
121 progress Bringing up $iface;
122 ifconfig $iface up 1>&2;
160 done < <(iwlist $iface scan);
[all …]
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c30 vpx_codec_iface_t *iface, in vpx_codec_enc_init_ver() argument
37 else if (!ctx || !iface || !cfg) in vpx_codec_enc_init_ver()
39 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_enc_init_ver()
41 else if (!(iface->caps & VPX_CODEC_CAP_ENCODER)) in vpx_codec_enc_init_ver()
43 else if ((flags & VPX_CODEC_USE_PSNR) && !(iface->caps & VPX_CODEC_CAP_PSNR)) in vpx_codec_enc_init_ver()
46 !(iface->caps & VPX_CODEC_CAP_OUTPUT_PARTITION)) in vpx_codec_enc_init_ver()
49 ctx->iface = iface; in vpx_codec_enc_init_ver()
50 ctx->name = iface->name; in vpx_codec_enc_init_ver()
54 res = ctx->iface->init(ctx, NULL); in vpx_codec_enc_init_ver()
66 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_multi_ver() argument
[all …]
Dvpx_decoder.c25 vpx_codec_iface_t *iface, in vpx_codec_dec_init_ver() argument
32 else if (!ctx || !iface) in vpx_codec_dec_init_ver()
34 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_dec_init_ver()
37 !(iface->caps & VPX_CODEC_CAP_POSTPROC)) in vpx_codec_dec_init_ver()
40 !(iface->caps & VPX_CODEC_CAP_ERROR_CONCEALMENT)) in vpx_codec_dec_init_ver()
43 !(iface->caps & VPX_CODEC_CAP_INPUT_FRAGMENTS)) in vpx_codec_dec_init_ver()
45 else if (!(iface->caps & VPX_CODEC_CAP_DECODER)) in vpx_codec_dec_init_ver()
49 ctx->iface = iface; in vpx_codec_dec_init_ver()
50 ctx->name = iface->name; in vpx_codec_dec_init_ver()
55 res = ctx->iface->init(ctx, NULL); in vpx_codec_dec_init_ver()
[all …]
/external/wpa_supplicant_8/hostapd/
Dmain.c99 hapd->conf->iface, MAC2STR(addr), in hostapd_logger_cb()
104 hapd->conf->iface, module_str ? " " : "", in hostapd_logger_cb()
157 static int hostapd_driver_init(struct hostapd_iface *iface) in hostapd_driver_init() argument
161 struct hostapd_data *hapd = iface->bss[0]; in hostapd_driver_init()
183 wpa_drivers[i]->global_init(iface->interfaces); in hostapd_driver_init()
196 params.ifname = hapd->conf->iface; in hostapd_driver_init()
200 params.num_bridge = hapd->iface->num_bss; in hostapd_driver_init()
201 params.bridge = os_calloc(hapd->iface->num_bss, sizeof(char *)); in hostapd_driver_init()
204 for (i = 0; i < hapd->iface->num_bss; i++) { in hostapd_driver_init()
205 struct hostapd_data *bss = hapd->iface->bss[i]; in hostapd_driver_init()
[all …]
/external/libaom/libaom/aom/src/
Daom_encoder.c36 aom_codec_iface_t *iface, in aom_codec_enc_init_ver() argument
43 else if (!ctx || !iface || !cfg) in aom_codec_enc_init_ver()
45 else if (iface->abi_version != AOM_CODEC_INTERNAL_ABI_VERSION) in aom_codec_enc_init_ver()
47 else if (!(iface->caps & AOM_CODEC_CAP_ENCODER)) in aom_codec_enc_init_ver()
49 else if ((flags & AOM_CODEC_USE_PSNR) && !(iface->caps & AOM_CODEC_CAP_PSNR)) in aom_codec_enc_init_ver()
52 ctx->iface = iface; in aom_codec_enc_init_ver()
53 ctx->name = iface->name; in aom_codec_enc_init_ver()
57 res = ctx->iface->init(ctx, NULL); in aom_codec_enc_init_ver()
69 aom_codec_ctx_t *ctx, aom_codec_iface_t *iface, aom_codec_enc_cfg_t *cfg, in aom_codec_enc_init_multi_ver() argument
75 else if (!ctx || !iface || !cfg || (num_enc > 16 || num_enc < 1)) in aom_codec_enc_init_multi_ver()
[all …]
Daom_decoder.c26 aom_codec_iface_t *iface, in aom_codec_dec_init_ver() argument
33 else if (!ctx || !iface) in aom_codec_dec_init_ver()
35 else if (iface->abi_version != AOM_CODEC_INTERNAL_ABI_VERSION) in aom_codec_dec_init_ver()
38 !(iface->caps & AOM_CODEC_CAP_POSTPROC)) in aom_codec_dec_init_ver()
40 else if (!(iface->caps & AOM_CODEC_CAP_DECODER)) in aom_codec_dec_init_ver()
44 ctx->iface = iface; in aom_codec_dec_init_ver()
45 ctx->name = iface->name; in aom_codec_dec_init_ver()
50 res = ctx->iface->init(ctx, NULL); in aom_codec_dec_init_ver()
60 aom_codec_err_t aom_codec_peek_stream_info(aom_codec_iface_t *iface, in aom_codec_peek_stream_info() argument
65 if (!iface || !data || !data_sz || !si) { in aom_codec_peek_stream_info()
[all …]

12345678910>>...36