Searched defs:iface (Results 1 - 25 of 194) sorted by relevance

12345678

/external/wpa_supplicant_6/wpa_supplicant/
H A Dmain_symbian.cpp24 struct wpa_interface iface; local
36 memset(&iface, 0, sizeof(iface));
39 if (wpa_supplicant_add_iface(global, &iface) == NULL)
H A Dmain_none.c22 struct wpa_interface iface; local
34 memset(&iface, 0, sizeof(iface));
37 if (wpa_supplicant_add_iface(global, &iface) == NULL)
H A Dmain.c117 struct wpa_interface *ifaces, *iface; local
128 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
141 iface->bridge_ifname = optarg;
147 iface->confname = optarg;
150 iface->ctrl_interface = optarg;
153 iface->driver = optarg;
178 iface->ifname = optarg;
188 iface->driver_param = optarg;
214 iface = os_realloc(ifaces, iface_count *
216 if (iface
[all...]
H A Dmain_winmain.c31 struct wpa_interface *ifaces, *iface; local
44 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
49 iface->confname = "default";
50 iface->driver = "ndis";
51 iface->ifname = "";
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_none.c16 struct wpa_interface iface; local
28 memset(&iface, 0, sizeof(iface));
31 if (wpa_supplicant_add_iface(global, &iface) == NULL)
H A Dmain.c138 struct wpa_interface *ifaces, *iface; local
149 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
163 iface->bridge_ifname = optarg;
169 iface->confname = optarg;
172 iface->ctrl_interface = optarg;
175 iface->driver = optarg;
203 iface->ifname = optarg;
219 iface->driver_param = optarg;
255 iface = os_realloc_array(ifaces, iface_count,
257 if (iface
[all...]
H A Dmain_winmain.c25 struct wpa_interface *ifaces, *iface; local
38 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
43 iface->confname = "default";
44 iface->driver = "ndis";
45 iface->ifname = "";
/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.h17 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface);
28 const char *iface)
27 iapp_init(struct hostapd_data *hapd, const char *iface) argument
H A Dhw_features.h23 int hostapd_get_hw_features(struct hostapd_iface *iface);
24 int hostapd_select_hw_mode(struct hostapd_iface *iface);
28 int hostapd_check_ht_capab(struct hostapd_iface *iface);
29 int hostapd_prepare_rates(struct hostapd_iface *iface,
38 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) argument
43 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) argument
58 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) argument
63 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, argument
H A Dutils.c47 static int prune_associations(struct hostapd_iface *iface, void *ctx) argument
54 for (j = 0; j < iface->num_bss; j++) {
55 ohapd = iface->bss[j];
81 if (hapd->iface->interfaces &&
82 hapd->iface->interfaces->for_each_interface)
83 hapd->iface->interfaces->for_each_interface(
84 hapd->iface->interfaces, prune_associations, &data);
/external/wpa_supplicant_8/src/ap/
H A Diapp.h17 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface);
28 const char *iface)
27 iapp_init(struct hostapd_data *hapd, const char *iface) argument
H A Dhw_features.h23 int hostapd_get_hw_features(struct hostapd_iface *iface);
24 int hostapd_select_hw_mode(struct hostapd_iface *iface);
28 int hostapd_check_ht_capab(struct hostapd_iface *iface);
29 int hostapd_prepare_rates(struct hostapd_iface *iface,
38 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) argument
43 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) argument
58 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) argument
63 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, argument
H A Dutils.c47 static int prune_associations(struct hostapd_iface *iface, void *ctx) argument
54 for (j = 0; j < iface->num_bss; j++) {
55 ohapd = iface->bss[j];
81 if (hapd->iface->interfaces &&
82 hapd->iface->interfaces->for_each_interface)
83 hapd->iface->interfaces->for_each_interface(
84 hapd->iface->interfaces, prune_associations, &data);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Diapp.h17 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface);
28 const char *iface)
27 iapp_init(struct hostapd_data *hapd, const char *iface) argument
H A Dhw_features.h23 int hostapd_get_hw_features(struct hostapd_iface *iface);
24 int hostapd_select_hw_mode(struct hostapd_iface *iface);
28 int hostapd_check_ht_capab(struct hostapd_iface *iface);
29 int hostapd_prepare_rates(struct hostapd_iface *iface,
38 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) argument
43 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) argument
58 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) argument
63 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, argument
H A Dutils.c47 static int prune_associations(struct hostapd_iface *iface, void *ctx) argument
54 for (j = 0; j < iface->num_bss; j++) {
55 ohapd = iface->bss[j];
81 if (hapd->iface->interfaces &&
82 hapd->iface->interfaces->for_each_interface)
83 hapd->iface->interfaces->for_each_interface(
84 hapd->iface->interfaces, prune_associations, &data);
/external/dhcpcd/
H A Dbind.c123 struct interface *iface = arg; local
124 struct if_state *state = iface->state;
130 close_sockets(iface);
143 iface->name, inet_ntoa(lease->addr));
149 iface->name, inet_ntoa(lease->addr));
156 lease->addr.s_addr = iface->addr.s_addr;
157 syslog(LOG_INFO, "%s: received approval for %s", iface->name,
171 iface->name, inet_ntoa(lease->addr));
176 iface->name, DHCP_MIN_LEASE);
186 iface
[all...]
H A Dduid.c42 get_duid(unsigned char *duid, const struct interface *iface) argument
79 hw = htons(iface->family);
89 memcpy(p, iface->hwaddr, iface->hwlen);
90 p += iface->hwlen;
H A Dipv4ll.c88 struct interface *iface = arg; local
91 delete_timeout(NULL, iface);
92 iface->state->probes = 0;
93 iface->state->claims = 0;
94 if (iface->addr.s_addr) {
95 iface->state->conflicts = 0;
96 if (IN_LINKLOCAL(htonl(iface->addr.s_addr))) {
97 send_arp_announce(iface);
102 if (iface->state->offer == NULL)
105 addr = iface
125 struct interface *iface = arg; local
[all...]
H A Dbpf.c52 open_socket(struct interface *iface, int protocol) argument
89 strlcpy(ifr.ifr_name, iface->name, sizeof(ifr.ifr_name));
96 if (iface->buffer_size != (size_t)buf_len) {
97 free(iface->buffer);
98 iface->buffer_size = buf_len;
99 iface->buffer = xmalloc(buf_len);
100 iface->buffer_len = iface->buffer_pos = 0;
113 fdp = &iface->arp_fd;
117 fdp = &iface
138 send_raw_packet(const struct interface *iface, int protocol, const void *data, ssize_t len) argument
162 get_raw_packet(struct interface *iface, int protocol, void *data, ssize_t len, int *partialcsum) argument
[all...]
/external/skia/tests/
H A DGLInterfaceValidation.cpp49 SkAutoTUnref<const GrGLInterface> iface; local
51 iface.reset(interfaceFactories[i].fFactory());
52 REPORTER_ASSERT(reporter, NULL != iface.get());
53 if (iface.get()) {
57 if (iface.get()->fBindingsExported & binding) {
58 REPORTER_ASSERT(reporter, iface.get()->validate(binding));
/external/wpa_supplicant_8/hostapd/
H A Ddump_state.c96 hapd->num_sta, hapd->iface->num_sta_non_erp,
97 hapd->iface->num_sta_no_short_slot_time,
98 hapd->iface->num_sta_no_short_preamble);
172 int handle_dump_state_iface(struct hostapd_iface *iface, void *ctx) argument
176 for (i = 0; i < iface->num_bss; i++)
177 hostapd_dump_state(iface->bss[i]);
/external/libppp/src/
H A Diface.h26 * $FreeBSD: src/usr.sbin/ppp/iface.h,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $
37 struct iface { struct
56 extern struct iface *iface_Create(const char *name);
57 extern void iface_Clear(struct iface *, struct ncp *, int, int);
58 extern int iface_Add(struct iface *, struct ncp *, const struct ncprange *,
60 extern int iface_Delete(struct iface *, struct ncp *, const struct ncpaddr *);
64 extern void iface_Destroy(struct iface *);
/external/libvpx/vpx/src/
H A Dvpx_codec.c41 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) argument
43 return iface ? iface->name : "<invalid interface>";
96 else if (!ctx->iface || !ctx->priv)
101 ctx->iface->destroy(ctx->priv->alg_priv);
103 ctx->iface = NULL;
113 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) argument
115 return (iface) ? iface->caps : 0;
127 else if (!ctx->iface || !ct
[all...]
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitDOMEventTarget.cpp72 WebKitDOMEventTargetIface* iface = WEBKIT_DOM_EVENT_TARGET_GET_IFACE(target); local
74 if (iface->dispatch_event)
75 iface->dispatch_event(target, event, error);
84 WebKitDOMEventTargetIface* iface = WEBKIT_DOM_EVENT_TARGET_GET_IFACE(target); local
86 if (iface->add_event_listener)
87 return iface->add_event_listener(target, eventName, handler, bubble, userData);
97 WebKitDOMEventTargetIface* iface = WEBKIT_DOM_EVENT_TARGET_GET_IFACE(target); local
99 if (iface->remove_event_listener)
100 return iface->remove_event_listener(target, eventName, handler, bubble);

Completed in 2721 milliseconds

12345678