Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/wpa/src/ap/
H A Dap_list.c53 static 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_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add()
97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del()
119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap()
129 static void hostapd_free_aps(struct hostapd_iface *iface) in hostapd_free_aps()
169 void ap_list_process_beacon(struct hostapd_iface *iface, in ap_list_process_beacon()
249 void ap_list_timer(struct hostapd_iface *iface) in ap_list_timer()
299 int ap_list_init(struct hostapd_iface *iface) in ap_list_init()
[all …]
H A Dhw_features.h38 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
43 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed()
48 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode()
63 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab()
68 static inline int hostapd_check_edmg_capab(struct hostapd_iface *iface) in hostapd_check_edmg_capab()
73 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
79 static inline void hostapd_stop_setup_timers(struct hostapd_iface *iface) in hostapd_stop_setup_timers()
83 static inline int hostapd_hw_skip_mode(struct hostapd_iface *iface, in hostapd_hw_skip_mode()
89 static inline int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface) in hostapd_check_he_6ghz_capab()
H A Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
148 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
312 static void ieee80211n_check_scan(struct hostapd_iface *iface) in ieee80211n_check_scan()
472 struct hostapd_iface *iface = eloop_data; in ap_ht40_scan_retry() local
508 void hostapd_stop_setup_timers(struct hostapd_iface *iface) in hostapd_stop_setup_timers()
687 int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab()
726 int hostapd_check_edmg_capab(struct hostapd_iface *iface) in hostapd_check_edmg_capab()
752 int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface) in hostapd_check_he_6ghz_capab()
985 hostapd_check_chans(struct hostapd_iface *iface) in hostapd_check_chans()
1081 int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode()
[all …]
H A Dacs.c282 void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup()
294 static void acs_fail(struct hostapd_iface *iface) in acs_fail()
510 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist()
520 static int is_in_freqlist(struct hostapd_iface *iface, in is_in_freqlist()
564 struct hostapd_iface *iface) in acs_survey_all_chans_interference_factor()
598 acs_find_chan(struct hostapd_iface *iface, int freq) in acs_find_chan()
648 acs_find_ideal_chan_mode(struct hostapd_iface *iface, in acs_find_ideal_chan_mode()
838 acs_find_ideal_chan(struct hostapd_iface *iface) in acs_find_ideal_chan()
951 static int acs_study_options(struct hostapd_iface *iface) in acs_study_options()
963 static void acs_study(struct hostapd_iface *iface) in acs_study()
[all …]
H A Ddfs.c22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans()
191 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist()
208 static int dfs_find_channel(struct hostapd_iface *iface, in dfs_find_channel()
266 static void dfs_adjust_center_freq(struct hostapd_iface *iface, in dfs_adjust_center_freq()
402 static int dfs_check_chans_radar(struct hostapd_iface *iface, in dfs_check_chans_radar()
422 static int dfs_check_chans_available(struct hostapd_iface *iface, in dfs_check_chans_available()
474 dfs_get_valid_channel(struct hostapd_iface *iface, in dfs_get_valid_channel()
756 int hostapd_handle_dfs(struct hostapd_iface *iface) in hostapd_handle_dfs()
862 int hostapd_is_dfs_chan_available(struct hostapd_iface *iface) in hostapd_is_dfs_chan_available()
1230 int hostapd_is_dfs_required(struct hostapd_iface *iface) in hostapd_is_dfs_required()
[all …]
H A Dhostapd.c72 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface()
171 static void hostapd_clear_old(struct hostapd_iface *iface) in hostapd_clear_old()
213 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config()
489 static void sta_track_deinit(struct hostapd_iface *iface) in sta_track_deinit()
1532 struct hostapd_iface *iface = eloop_ctx; in channel_list_update_timeout() local
1559 static int setup_interface(struct hostapd_iface *iface) in setup_interface()
2004 struct hostapd_iface *iface = eloop_ctx; in hostapd_interface_setup_failure_handler() local
2557 struct hostapd_iface *iface = interfaces->iface[i]; in ifname_in_use() local
2852 struct hostapd_iface **iface, *hapd_iface; in hostapd_iface_alloc() local
3532 struct hostapd_iface *iface = hapd->iface; in hostapd_fill_csa_settings() local
[all …]
H A Dieee802_11_ht.c123 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update()
179 static int is_40_allowed(struct hostapd_iface *iface, int channel) in is_40_allowed()
210 struct hostapd_iface *iface = hapd->iface; in hostapd_2040_coex_action() local
388 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_add()
411 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_remove()
529 struct hostapd_iface *iface = eloop_data; in ap_ht2040_timeout() local
H A Dacs.h20 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface) in acs_init()
26 static inline void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup()
H A Dap_list.h44 static inline int ap_list_init(struct hostapd_iface *iface) in ap_list_init()
49 static inline void ap_list_deinit(struct hostapd_iface *iface) in ap_list_deinit()
53 static inline void ap_list_timer(struct hostapd_iface *iface) in ap_list_timer()
H A Deth_p_oui.c33 struct eth_p_oui_iface *iface; member
53 struct eth_p_oui_iface *iface = ctx; in eth_p_rx() local
91 struct eth_p_oui_iface *iface; in eth_p_oui_register() local
143 struct eth_p_oui_iface *iface; in eth_p_oui_unregister() local
164 struct eth_p_oui_iface *iface = ctx->iface; in eth_p_oui_send() local
H A Dairtime_policy.c36 static int get_airtime_policy_update_timeout(struct hostapd_iface *iface, in get_airtime_policy_update_timeout()
135 struct hostapd_iface *iface = eloop_data; in update_airtime_weights() local
255 int airtime_policy_update_init(struct hostapd_iface *iface) in airtime_policy_update_init()
270 void airtime_policy_update_deinit(struct hostapd_iface *iface) in airtime_policy_update_deinit()
H A Dairtime_policy.h37 static inline int airtime_policy_update_init(struct hostapd_iface *iface) in airtime_policy_update_init()
42 static inline void airtime_policy_update_deinit(struct hostapd_iface *iface) in airtime_policy_update_deinit()
/freebsd/usr.sbin/ppp/
H A 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
H A Diface.c98 struct iface *iface; in iface_Create() local
376 iface_Name(struct iface *iface, const char *name) in iface_Name()
412 struct iface *iface; in iface_Descr() local
474 iface_Clear(struct iface *iface, struct ncp *ncp, int family, int how) in iface_Clear()
531 iface_Add(struct iface *iface, struct ncp *ncp, const struct ncprange *ifa, in iface_Add()
617 iface_Delete(struct iface *iface, struct ncp *ncp, const struct ncpaddr *del) in iface_Delete()
710 iface_Free(struct iface *iface) in iface_Free()
719 iface_Destroy(struct iface *iface) in iface_Destroy()
765 struct iface *iface = arg->bundle->iface, *current; in iface_Show() local
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c56 static void wpa_priv_cmd_register(struct wpa_priv_interface *iface, in wpa_priv_cmd_register()
136 static void wpa_priv_cmd_scan(struct wpa_priv_interface *iface, in wpa_priv_cmd_scan()
389 static void wpa_priv_cmd_set_key(struct wpa_priv_interface *iface, in wpa_priv_cmd_set_key()
452 struct wpa_priv_interface *iface = l2_ctx->parent; in wpa_priv_l2_rx() local
635 struct wpa_priv_interface *iface = eloop_ctx; in wpa_priv_receive() local
748 struct wpa_priv_interface *iface; in wpa_priv_interface_init() local
890 static void wpa_priv_send_auth(struct wpa_priv_interface *iface, in wpa_priv_send_auth()
1044 struct wpa_priv_interface *iface = ctx; in wpa_supplicant_event() local
1109 struct wpa_priv_interface *iface; in wpa_supplicant_event_global() local
1139 struct wpa_priv_interface *iface = ctx; in wpa_supplicant_rx_eapol() local
[all …]
/freebsd/contrib/wpa/src/fst/
H A Dfst.c22 static void fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, in fst_ctrl_iface_notify_peer_state_change()
44 struct fst_iface *iface = NULL; in fst_attach() local
90 void fst_detach(struct fst_iface *iface) in fst_detach()
166 void fst_rx_action(struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, in fst_rx_action()
178 void fst_notify_peer_connected(struct fst_iface *iface, const u8 *addr) in fst_notify_peer_connected()
194 void fst_notify_peer_disconnected(struct fst_iface *iface, const u8 *addr) in fst_notify_peer_disconnected()
217 void fst_update_mac_addr(struct fst_iface *iface, const u8 *addr) in fst_update_mac_addr()
/freebsd/sbin/ipf/iplang/
H A Diplang.h7 typedef struct iface { struct
12 struct iface *if_next; argument
18 struct iface *snd_if; argument
/freebsd/sbin/ifconfig/
H A Difconfig_netlink.c124 struct iface { struct
134 struct iface **ifaces; argument
159 struct iface *iface = snl_allocz(ss, sizeof(*iface)); in prepare_ifmap() local
243 struct iface *iface = ifmap->ifaces[ifindex]; in prepare_ifaddrs() local
252 match_iface(struct ifconfig_args *args, struct iface *iface) in match_iface()
317 sort_iface_ifaddrs(struct snl_state *ss, struct iface *iface) in sort_iface_ifaddrs()
364 status_nl(if_ctx *ctx, struct iface *iface) in status_nl()
469 struct iface *iface = sorted_ifaces[i]; in list_interfaces_nl() local
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-80x0.dtsi24 #define CP11X_PCIEx_MEM_BASE(iface) (0xf6000000 + (iface * 0x1000000)) argument
25 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
45 #define CP11X_PCIEx_MEM_BASE(iface) (0xfa000000 + (iface * 0x1000000)) argument
46 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
H A Dcn9130.dtsi29 #define CP11X_PCIEx_MEM_BASE(iface) ((iface == 0) ? 0xc0000000 : \ argument
31 #define CP11X_PCIEx_MEM_SIZE(iface) ((iface == 0) ? 0x1ff00000 : 0xf00000) argument
H A Darmada-70x0.dtsi22 #define CP11X_PCIEx_MEM_BASE(iface) (0xf6000000 + (iface * 0x1000000)) argument
23 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
H A Dcn9131-db.dtsi61 #define CP11X_PCIEx_MEM_BASE(iface) (0xe2000000 + (iface * 0x1000000)) argument
62 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c135 struct wpas_dbus_priv *iface; in wpas_dbus_signal_interface() local
198 struct wpas_dbus_priv *iface; in wpas_dbus_signal_scan_done() local
237 struct wpas_dbus_priv *iface; in wpas_dbus_signal_bss() local
306 struct wpas_dbus_priv *iface; in wpas_dbus_signal_blob() local
371 struct wpas_dbus_priv *iface; in wpas_dbus_signal_network() local
463 struct wpas_dbus_priv *iface; in wpas_dbus_signal_network_request() local
540 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_pbc_overlap() local
578 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_success() local
619 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_fail() local
665 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_m2d() local
[all …]
H A Ddbus_new_introspect.c30 struct interfaces *iface; in add_interface() local
100 struct interfaces *iface; in extract_interfaces_methods() local
115 struct interfaces *iface; in extract_interfaces_signals() local
130 struct interfaces *iface; in extract_interfaces_properties() local
161 struct interfaces *iface, *n; in add_interfaces() local
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c286 iface_p iface; in ng_netflow_newhook() local
318 iface_p iface; in ng_netflow_newhook() local
422 struct ng_netflow_iface *iface; in ng_netflow_rcvmsg() local
452 struct ng_netflow_iface *iface; in ng_netflow_rcvmsg() local
590 const iface_p iface = NG_HOOK_PRIVATE(hook); in ng_netflow_rcvdata() local
1037 iface_p iface = NG_HOOK_PRIVATE(hook); in ng_netflow_disconnect() local

1234567