Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/wpa/src/ap/
H A Dhw_features.h40 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
45 static inline int hostapd_csa_update_hwmode(struct hostapd_iface *iface) in hostapd_csa_update_hwmode()
50 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed()
55 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode()
70 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab()
75 static inline int hostapd_check_edmg_capab(struct hostapd_iface *iface) in hostapd_check_edmg_capab()
80 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
86 static inline void hostapd_stop_setup_timers(struct hostapd_iface *iface) in hostapd_stop_setup_timers()
90 static inline int hostapd_hw_skip_mode(struct hostapd_iface *iface, in hostapd_hw_skip_mode()
96 static inline int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface) in hostapd_check_he_6ghz_capab()
[all …]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc()
53 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()
145 static struct ap_info * ap_ap_add(struct hostapd_iface *iface, const u8 *addr) in ap_ap_add()
169 void ap_list_process_beacon(struct hostapd_iface *iface, in ap_list_process_beacon()
[all …]
H A Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
175 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
254 static int ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) in ieee80211n_allowed_ht40_channel_pair()
278 static void ieee80211n_switch_pri_sec(struct hostapd_iface *iface) in ieee80211n_switch_pri_sec()
292 static int ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, in ieee80211n_check_40mhz_5g()
326 static int ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, in ieee80211n_check_40mhz_2g4()
339 static void ieee80211n_check_scan(struct hostapd_iface *iface) in ieee80211n_check_scan()
410 static void ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, in ieee80211n_scan_channels_2g4()
455 static void ieee80211n_scan_channels_5g(struct hostapd_iface *iface, in ieee80211n_scan_channels_5g()
499 struct hostapd_iface *iface = eloop_data; in ap_ht40_scan_retry() local
[all …]
H A Dacs.c348 void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup()
362 static void acs_fail(struct hostapd_iface *iface) in acs_fail()
402 acs_survey_chan_interference_factor(struct hostapd_iface *iface, in acs_survey_chan_interference_factor()
542 static int acs_surveys_are_sufficient(struct hostapd_iface *iface) in acs_surveys_are_sufficient()
566 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist()
576 static int is_in_freqlist(struct hostapd_iface *iface, in is_in_freqlist()
588 struct hostapd_iface *iface, struct hostapd_hw_modes *mode) in acs_survey_mode_interference_factor()
628 struct hostapd_iface *iface) in acs_survey_all_chans_interference_factor()
662 acs_find_mode(struct hostapd_iface *iface, int freq) in acs_find_mode()
682 acs_find_chan(struct hostapd_iface *iface, int freq) in acs_find_chan()
[all …]
H A Ddfs.c36 static bool dfs_use_radar_background(struct hostapd_iface *iface) in dfs_use_radar_background()
43 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans()
224 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist()
241 static int dfs_find_channel(struct hostapd_iface *iface, in dfs_find_channel()
303 static void dfs_adjust_center_freq(struct hostapd_iface *iface, in dfs_adjust_center_freq()
352 static int dfs_get_start_chan_idx(struct hostapd_iface *iface, int *seg1_start) in dfs_get_start_chan_idx()
444 static int dfs_check_chans_radar(struct hostapd_iface *iface, in dfs_check_chans_radar()
466 static int dfs_check_chans_available(struct hostapd_iface *iface, in dfs_check_chans_available()
494 static int dfs_check_chans_unavailable(struct hostapd_iface *iface, in dfs_check_chans_unavailable()
518 dfs_get_valid_channel(struct hostapd_iface *iface, in dfs_get_valid_channel()
[all …]
H A Dhostapd.c78 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface()
224 static void hostapd_clear_old(struct hostapd_iface *iface) in hostapd_clear_old()
251 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config()
489 struct hostapd_iface *iface = ifaces->iface[i]; in hostapd_free_hapd_data() local
669 static void sta_track_deinit(struct hostapd_iface *iface) in sta_track_deinit()
685 void hostapd_cleanup_iface_partial(struct hostapd_iface *iface) in hostapd_cleanup_iface_partial()
715 static void hostapd_cleanup_iface(struct hostapd_iface *iface) in hostapd_cleanup_iface()
743 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd) in hostapd_setup_encryption()
831 static int hostapd_validate_bssid_configuration(struct hostapd_iface *iface) in hostapd_validate_bssid_configuration()
1728 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params()
[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()
528 struct hostapd_iface *iface = eloop_data; in ap_ht2040_timeout() local
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 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 Dacs.h23 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface) in acs_init()
29 static inline void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup()
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
354 iface_Name(struct iface *iface, const char *name) in iface_Name()
390 struct iface *iface; in iface_Descr() local
452 iface_Clear(struct iface *iface, struct ncp *ncp, int family, int how) in iface_Clear()
509 iface_Add(struct iface *iface, struct ncp *ncp, const struct ncprange *ifa, in iface_Add()
595 iface_Delete(struct iface *iface, struct ncp *ncp, const struct ncpaddr *del) in iface_Delete()
688 iface_Free(struct iface *iface) in iface_Free()
697 iface_Destroy(struct iface *iface) in iface_Destroy()
743 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()
120 static void wpa_priv_cmd_unregister(struct wpa_priv_interface *iface, in wpa_priv_cmd_unregister()
136 static void wpa_priv_cmd_scan(struct wpa_priv_interface *iface, in wpa_priv_cmd_scan()
181 static void wpa_priv_get_scan_results2(struct wpa_priv_interface *iface, in wpa_priv_get_scan_results2()
230 static void wpa_priv_cmd_get_scan_results(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_scan_results()
244 static void wpa_priv_cmd_authenticate(struct wpa_priv_interface *iface, in wpa_priv_cmd_authenticate()
296 static void wpa_priv_cmd_associate(struct wpa_priv_interface *iface, in wpa_priv_cmd_associate()
344 static void wpa_priv_cmd_get_bssid(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_bssid()
365 static void wpa_priv_cmd_get_ssid(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_ssid()
392 static void wpa_priv_cmd_set_key(struct wpa_priv_interface *iface, in wpa_priv_cmd_set_key()
[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