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

123456

/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dmain_none.c16 struct wpa_interface iface; local
H A Dmain.c138 struct wpa_interface *ifaces, *iface; local
[all...]
H A Doffchannel.c23 struct wpa_supplicant *iface; local
52 struct wpa_supplicant *iface; local
238 struct wpa_supplicant *iface; local
[all...]
/freebsd-10-stable/contrib/wpa/src/ap/
H A Diapp.h27 iapp_init(struct hostapd_data *hapd, const char *iface) argument
H A Dhw_features.h38 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
H A Dap_list.h61 static inline int ap_list_init(struct hostapd_iface *iface) argument
66 static inline void ap_list_deinit(struct hostapd_iface *iface) argument
H A Dieee802_11_ht.c97 int hostapd_ht_operation_update(struct hostapd_iface *iface) argument
[all...]
H A Dap_list.c32 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
53 struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) argument
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_iter_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
103 ap_ap_iter_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
118 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
125 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
147 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
158 hostapd_free_aps(struct hostapd_iface *iface) argument
174 ap_ap_for_each(struct hostapd_iface *iface, int (*func)(struct ap_info *s, void *data), void *data) argument
193 ap_ap_add(struct hostapd_iface *iface, const u8 *addr) argument
218 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
313 struct hostapd_iface *iface = eloop_ctx; local
366 ap_list_init(struct hostapd_iface *iface) argument
373 ap_list_deinit(struct hostapd_iface *iface) argument
[all...]
/freebsd-10-stable/usr.bin/talk/
H A Dget_iface.c51 get_iface(struct in_addr *dst, struct in_addr *iface) argument
/freebsd-10-stable/contrib/wpa/hostapd/
H A Ddump_state.c172 int handle_dump_state_iface(struct hostapd_iface *iface, void *ctx) argument
H A Dmain.c207 static int hostapd_driver_init(struct hostapd_iface *iface) argument
286 struct hostapd_iface *iface; local
325 handle_reload_iface(struct hostapd_iface *iface, void *ctx) argument
[all...]
/freebsd-10-stable/tools/tools/iwi/
H A Diwistats.c111 get_statistics(const char *iface) argument
/freebsd-10-stable/usr.sbin/ppp/
H A Diface.h37 struct iface { struct
H A Datm.c168 atm_CreateDevice(struct physical *p, const char *iface, unsigned vpi, argument
215 char iface[25]; local
/freebsd-10-stable/tools/tools/ipw/
H A Dipwstats.c244 get_statistics(const char *iface) argument
/freebsd-10-stable/sys/dev/usb/
H A Dusb_util.c75 struct usb_interface *iface; local
H A Dusb_debug.c129 usb_dump_iface(struct usb_interface *iface) argument
H A Dusb_handle_request.c221 struct usb_interface *iface; local
191 usb_check_alt_setting(struct usb_device *udev, struct usb_interface *iface, uint8_t alt_index) argument
[all...]
/freebsd-10-stable/contrib/apr/network_io/unix/
H A Dmulticast.c44 static unsigned int find_if_index(const apr_sockaddr_t *iface) argument
29 fill_mip_v4(struct ip_mreq *mip, apr_sockaddr_t *mcast, apr_sockaddr_t *iface) argument
79 fill_mip_v6(struct ipv6_mreq *mip, const apr_sockaddr_t *mcast, const apr_sockaddr_t *iface) argument
111 do_mcast(int type, apr_socket_t *sock, apr_sockaddr_t *mcast, apr_sockaddr_t *iface, apr_sockaddr_t *source) argument
[all...]
/freebsd-10-stable/sys/dev/ipmi/
H A Dipmi_pci.c200 int error, iface, type; local
/freebsd-10-stable/sys/mips/nlm/dev/net/
H A Dxaui.c139 nlm_nae_setup_rx_mode_xaui(uint64_t base, int nblock, int iface, int port_type, argument
154 nlm_nae_setup_mac_addr_xaui(uint64_t base, int nblock, int iface, argument
H A Dsgmii.c76 nlm_nae_setup_mac(uint64_t nae_base, int nblock, int iface, int reset, argument
141 nlm_nae_setup_rx_mode_sgmii(uint64_t base, int nblock, int iface, int port_type, argument
180 nlm_nae_setup_mac_addr_sgmii(uint64_t base, int nblock, int iface, int port_type, uint8_t *mac_addr) argument
[all...]
/freebsd-10-stable/contrib/ipfilter/iplang/
H A Diplang.h8 typedef struct iface { struct
H A Diplang_y.y227 iface: ifhdr '{' ifaceopts '}' ';' { check_interface(); } label

Completed in 107 milliseconds

123456