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

123456

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dacs.h20 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface) argument
26 static inline void acs_cleanup(struct hostapd_iface *iface) argument
H A Diapp.h27 iapp_init(struct hostapd_data *hapd, const char *iface) argument
H A Dap_list.h44 static inline int ap_list_init(struct hostapd_iface *iface) argument
49 static inline void ap_list_deinit(struct hostapd_iface *iface) argument
53 static inline void ap_list_timer(struct hostapd_iface *iface) argument
H A Dbss_load.c47 struct hostapd_iface *iface = hapd->iface; local
[all...]
H A Dairtime_policy.h37 static inline int airtime_policy_update_init(struct hostapd_iface *iface) argument
42 static inline void airtime_policy_update_deinit(struct hostapd_iface *iface) argument
H A Dhw_features.h34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) argument
39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) argument
59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) argument
64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
70 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
[all...]
H A Dutils.c48 static int prune_associations(struct hostapd_iface *iface, void *ctx) argument
[all...]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
53 static 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_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
129 hostapd_free_aps(struct hostapd_iface *iface) argument
145 ap_ap_add(struct hostapd_iface *iface, const u8 *addr) argument
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
251 ap_list_timer(struct hostapd_iface *iface) argument
303 ap_list_init(struct hostapd_iface *iface) argument
309 ap_list_deinit(struct hostapd_iface *iface) argument
[all...]
H A Deth_p_oui.c33 struct eth_p_oui_iface *iface; member in struct:eth_p_oui_ctx
53 struct eth_p_oui_iface *iface = ctx; local
91 struct eth_p_oui_iface *iface; local
143 struct eth_p_oui_iface *iface; local
164 struct eth_p_oui_iface *iface = ctx->iface; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmain_none.c16 struct wpa_interface iface; local
H A Dmain.c184 struct wpa_interface *ifaces, *iface; local
[all...]
/freebsd-11-stable/usr.bin/talk/
H A Dget_iface.c51 get_iface(struct in_addr *dst, struct in_addr *iface) argument
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_init.c140 dwarf_object_init(Dwarf_Obj_Access_Interface *iface, Dwarf_Handler errhand, argument
/freebsd-11-stable/tools/tools/iwi/
H A Diwistats.c111 get_statistics(const char *iface) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/binder/
H A Dsupplicant.cpp46 struct wpa_interface iface; local
[all...]
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_iface.c52 Boolean fst_iface_is_connected(struct fst_iface *iface, const u8 *addr, argument
/freebsd-11-stable/tools/tools/ipw/
H A Dipwstats.c244 get_statistics(const char *iface) argument
/freebsd-11-stable/sys/dev/usb/
H A Dusb_util.c75 struct usb_interface *iface; local
H A Dusb_debug.c118 usb_dump_iface(struct usb_interface *iface) argument
/freebsd-11-stable/usr.sbin/ppp/
H A Diface.h39 struct iface { struct
H A Datm.c168 atm_CreateDevice(struct physical *p, const char *iface, unsigned vpi, argument
215 char iface[25]; local
/freebsd-11-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
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_pci.c200 int error, iface, type; local
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddbus-listen-preq.py58 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE) variable
/freebsd-11-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...]

Completed in 195 milliseconds

123456