Home
last modified time | relevance | path

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

123456

/freebsd-10-stable/contrib/wpa/src/ap/
Dap_list.c32 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc()
53 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_iter_list_add(struct hostapd_iface *iface, in ap_ap_iter_list_add()
103 static void ap_ap_iter_list_del(struct hostapd_iface *iface, in ap_ap_iter_list_del()
118 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add()
125 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del()
147 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap()
158 static void hostapd_free_aps(struct hostapd_iface *iface) in hostapd_free_aps()
[all …]
Dhw_features.c47 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
104 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
184 static int ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) in ieee80211n_allowed_ht40_channel_pair()
249 static void ieee80211n_switch_pri_sec(struct hostapd_iface *iface) in ieee80211n_switch_pri_sec()
286 static int ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, in ieee80211n_check_40mhz_5g()
357 static int ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, in ieee80211n_check_40mhz_2g4()
416 static void ieee80211n_check_scan(struct hostapd_iface *iface) in ieee80211n_check_scan()
454 static void ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, in ieee80211n_scan_channels_2g4()
494 static int ieee80211n_check_40mhz(struct hostapd_iface *iface) in ieee80211n_check_40mhz()
519 static int ieee80211n_supported_ht_capab(struct hostapd_iface *iface) in ieee80211n_supported_ht_capab()
[all …]
Dhw_features.h38 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
43 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode()
58 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab()
63 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
Dhostapd.c46 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface()
111 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config()
310 static void hostapd_cleanup_iface_pre(struct hostapd_iface *iface) in hostapd_cleanup_iface_pre()
315 static void hostapd_cleanup_iface_partial(struct hostapd_iface *iface) in hostapd_cleanup_iface_partial()
334 static void hostapd_cleanup_iface(struct hostapd_iface *iface) in hostapd_cleanup_iface()
355 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd) in hostapd_setup_encryption()
421 static int hostapd_validate_bssid_configuration(struct hostapd_iface *iface) in hostapd_validate_bssid_configuration()
805 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params()
824 static int setup_interface(struct hostapd_iface *iface) in setup_interface()
874 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err) in hostapd_setup_interface_complete()
[all …]
/freebsd-10-stable/usr.sbin/ppp/
Diface.h37 struct iface { struct
45 struct iface_addr *addr; /* Array of addresses (malloc'd) */ argument
57 extern struct iface *iface_Create(const char *name); argument
Diface.c101 struct iface *iface; in iface_Create() local
378 iface_Name(struct iface *iface, const char *name) in iface_Name()
414 struct iface *iface; in iface_Descr() local
476 iface_Clear(struct iface *iface, struct ncp *ncp, int family, int how) in iface_Clear()
533 iface_Add(struct iface *iface, struct ncp *ncp, const struct ncprange *ifa, in iface_Add()
619 iface_Delete(struct iface *iface, struct ncp *ncp, const struct ncpaddr *del) in iface_Delete()
712 iface_Free(struct iface *iface) in iface_Free()
721 iface_Destroy(struct iface *iface) in iface_Destroy()
767 struct iface *iface = arg->bundle->iface, *current; in iface_Show() local
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Dwpa_priv.c43 static void wpa_priv_cmd_register(struct wpa_priv_interface *iface, in wpa_priv_cmd_register()
83 static void wpa_priv_cmd_unregister(struct wpa_priv_interface *iface, in wpa_priv_cmd_unregister()
95 static void wpa_priv_cmd_scan(struct wpa_priv_interface *iface, in wpa_priv_cmd_scan()
115 static void wpa_priv_get_scan_results2(struct wpa_priv_interface *iface, in wpa_priv_get_scan_results2()
161 static void wpa_priv_cmd_get_scan_results(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_scan_results()
175 static void wpa_priv_cmd_associate(struct wpa_priv_interface *iface, in wpa_priv_cmd_associate()
221 static void wpa_priv_cmd_get_bssid(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_bssid()
242 static void wpa_priv_cmd_get_ssid(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_ssid()
268 static void wpa_priv_cmd_set_key(struct wpa_priv_interface *iface, in wpa_priv_cmd_set_key()
296 static void wpa_priv_cmd_get_capa(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_capa()
[all …]
Doffchannel.c23 struct wpa_supplicant *iface; in wpas_get_tx_interface() local
52 struct wpa_supplicant *iface; in wpas_send_action_cb() local
238 struct wpa_supplicant *iface; in offchannel_send_action() local
/freebsd-10-stable/usr.sbin/ancontrol/
Dancontrol.c136 an_getval(const char *iface, struct an_req *areq) in an_getval()
162 an_setval(const char *iface, struct an_req *areq) in an_setval()
247 an_dumpstatus(const char *iface) in an_dumpstatus()
352 an_dumpcaps(const char *iface) in an_dumpcaps()
437 an_dumpstats(const char *iface) in an_dumpstats()
599 an_dumpap(const char *iface) in an_dumpap()
624 an_dumpssid(const char *iface) in an_dumpssid()
651 an_dumpconfig(const char *iface) in an_dumpconfig()
856 an_dumprssimap(const char *iface) in an_dumprssimap()
923 an_setconfig(const char *iface, int act, void *arg) in an_setconfig()
[all …]
/freebsd-10-stable/contrib/apr/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()
/freebsd-10-stable/contrib/ipfilter/iplang/
Diplang.h8 typedef struct iface { struct
13 struct iface *if_next; argument
19 struct iface *snd_if; argument
/freebsd-10-stable/contrib/wpa/wpa_supplicant/dbus/
Ddbus_new.c133 struct wpas_dbus_priv *iface; in wpas_dbus_signal_interface() local
204 struct wpas_dbus_priv *iface; in wpas_dbus_signal_scan_done() local
243 struct wpas_dbus_priv *iface; in wpas_dbus_signal_bss() local
320 struct wpas_dbus_priv *iface; in wpas_dbus_signal_blob() local
385 struct wpas_dbus_priv *iface; in wpas_dbus_signal_network() local
486 struct wpas_dbus_priv *iface; in wpas_dbus_signal_network_request() local
567 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_success() local
607 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_fail() local
648 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_m2d() local
711 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_cred() local
[all …]
Ddbus_new_introspect.c30 struct interfaces *iface; in add_interface() local
98 struct interfaces *iface; in extract_interfaces_methods() local
112 struct interfaces *iface; in extract_interfaces_signals() local
126 struct interfaces *iface; in extract_interfaces_properties() local
156 struct interfaces *iface, *n; in add_interfaces() local
Ddbus_old.c371 struct wpas_dbus_priv *iface = wpa_s->global->dbus; in wpa_supplicant_dbus_notify_scan_results() local
404 struct wpas_dbus_priv *iface; in wpa_supplicant_dbus_notify_state_change() local
469 struct wpas_dbus_priv *iface = wpa_s->global->dbus; in wpa_supplicant_dbus_notify_scanning() local
502 struct wpas_dbus_priv *iface; in wpa_supplicant_dbus_notify_wps_cred() local
550 struct wpas_dbus_priv *iface; in wpa_supplicant_dbus_notify_certification() local
607 int wpa_supplicant_dbus_ctrl_iface_init(struct wpas_dbus_priv *iface) in wpa_supplicant_dbus_ctrl_iface_init()
/freebsd-10-stable/sys/netgraph/netflow/
Dng_netflow.c281 iface_p iface; in ng_netflow_newhook() local
313 iface_p iface; in ng_netflow_newhook() local
419 struct ng_netflow_iface *iface; in ng_netflow_rcvmsg() local
449 struct ng_netflow_iface *iface; in ng_netflow_rcvmsg() local
587 const iface_p iface = NG_HOOK_PRIVATE(hook); in ng_netflow_rcvdata() local
1008 iface_p iface = NG_HOOK_PRIVATE(hook); in ng_netflow_disconnect() local
/freebsd-10-stable/sys/mips/nlm/dev/net/
Dsgmii.c76 nlm_nae_setup_mac(uint64_t nae_base, int nblock, int iface, int reset, in nlm_nae_setup_mac()
141 nlm_nae_setup_rx_mode_sgmii(uint64_t base, int nblock, int iface, int port_type, in nlm_nae_setup_rx_mode_sgmii()
180 nlm_nae_setup_mac_addr_sgmii(uint64_t base, int nblock, int iface, in nlm_nae_setup_mac_addr_sgmii()
Dxaui.c139 nlm_nae_setup_rx_mode_xaui(uint64_t base, int nblock, int iface, int port_type, in nlm_nae_setup_rx_mode_xaui()
154 nlm_nae_setup_mac_addr_xaui(uint64_t base, int nblock, int iface, in nlm_nae_setup_mac_addr_xaui()
/freebsd-10-stable/sys/dev/usb/
Dusb_device.c695 struct usb_interface *iface; in usb_config_parse() local
909 struct usb_interface *iface = usbd_get_iface(udev, iface_index); in usbd_set_alt_interface_index() local
1140 struct usb_interface *iface; in usb_detach_device() local
1190 struct usb_interface *iface; in usb_probe_and_attach_sub() local
1275 struct usb_interface *iface; in usbd_set_parent_iface() local
1321 struct usb_interface *iface; in usb_probe_and_attach() local
1467 struct usb_interface *iface; in usb_suspend_resume() local
2232 struct usb_interface *iface = udev->ifaces + iface_index; in usbd_get_iface() local
2261 struct usb_interface *iface; in usbd_find_descriptor() local
2505 usbd_get_interface_descriptor(struct usb_interface *iface) in usbd_get_interface_descriptor()
[all …]
/freebsd-10-stable/sys/contrib/altq/altq/
Daltq_cdnr.h81 struct cdnr_interface iface; member
88 struct cdnr_interface iface; member
94 struct cdnr_interface iface; member
103 struct cdnr_interface iface; member
109 struct cdnr_interface iface; member
117 struct cdnr_interface iface; member
129 struct cdnr_interface iface; member
137 struct cdnr_interface iface; member
146 struct cdnr_interface iface; member
158 struct cdnr_interface iface; member
[all …]
Daltq_priq.h50 struct priq_interface iface; member
72 struct priq_interface iface; member
77 struct priq_interface iface; member
85 struct priq_interface iface; member
93 struct priq_interface iface; member
115 struct priq_interface iface; member
/freebsd-10-stable/tools/tools/net80211/w00t/libw00t/
Dw00t.c127 int open_tx(char *iface) in open_tx()
132 int open_rx(char *iface) in open_rx()
137 int open_rxtx(char *iface, int *rx, int *tx) in open_rxtx()
246 int open_tap(char *iface) in open_tap()
254 int set_iface_mac(char *iface, char *mac) in set_iface_mac()
/freebsd-10-stable/contrib/libpcap/
Dpcap-sita.c57 typedef struct iface { struct
58 struct iface *next; /* a pointer to the next interface */ argument
72 iface_t *iface; /* a pointer to a linked list of interface structures */ member
423 iface_t *iface_ptr, *iface; local
/freebsd-10-stable/contrib/wpa/src/wps/
Dwps_upnp_web.c187 struct upnp_wps_device_interface *iface; in format_wps_device_xml() local
318 struct upnp_wps_device_interface *iface; in web_connection_parse_get() local
419 struct upnp_wps_device_interface *iface; in web_process_get_device_info() local
474 struct upnp_wps_device_interface *iface; in web_process_put_message() local
511 struct upnp_wps_device_interface *iface; in web_process_put_wlan_response() local
635 struct upnp_wps_device_interface *iface; in web_process_set_selected_registrar() local
Dwps_upnp.c555 struct upnp_wps_device_interface *iface; in subscription_destroy() local
1070 struct upnp_wps_device_interface *iface; in upnp_wps_get_iface() local
1087 struct upnp_wps_device_interface *iface; in upnp_wps_device_deinit() local
1136 struct upnp_wps_device_interface *iface; in upnp_wps_device_init() local
1199 struct upnp_wps_device_interface *iface; in upnp_wps_set_ap_pin() local
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_io.c575 print_interface(const endpt *iface, const char *pfx, const char *sfx) in print_interface()
768 struct interface * iface; in new_interface() local
2097 endpt * iface; in create_interface() local
2269 struct interface * iface, in enable_broadcast()
2286 struct interface * iface, in socket_broadcast_enable()
2320 struct interface * iface, in socket_broadcast_disable()
2386 struct interface * iface, in enable_multicast_if()
2453 endpt * iface, in socket_multicast_enable()
2531 struct interface * iface, in socket_multicast_disable()
2849 endpt *iface; local
[all …]

123456