Home
last modified time | relevance | path

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

123

/hostap/src/ap/
Dhw_features.h42 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
47 static inline int hostapd_csa_update_hwmode(struct hostapd_iface *iface) in hostapd_csa_update_hwmode()
52 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed()
57 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode()
72 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab()
77 static inline int hostapd_check_edmg_capab(struct hostapd_iface *iface) in hostapd_check_edmg_capab()
82 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
88 static inline void hostapd_stop_setup_timers(struct hostapd_iface *iface) in hostapd_stop_setup_timers()
92 static inline int hostapd_hw_skip_mode(struct hostapd_iface *iface, in hostapd_hw_skip_mode()
98 static inline int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface) in hostapd_check_he_6ghz_capab()
[all …]
Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
197 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
276 static int ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) in ieee80211n_allowed_ht40_channel_pair()
300 static void ieee80211n_switch_pri_sec(struct hostapd_iface *iface) in ieee80211n_switch_pri_sec()
314 static int ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, in ieee80211n_check_40mhz_5g()
348 static int ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, in ieee80211n_check_40mhz_2g4()
361 static void ieee80211n_check_scan(struct hostapd_iface *iface) in ieee80211n_check_scan()
432 static void ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, in ieee80211n_scan_channels_2g4()
477 static void ieee80211n_scan_channels_5g(struct hostapd_iface *iface, in ieee80211n_scan_channels_5g()
521 struct hostapd_iface *iface = eloop_data; in ap_ht40_scan_retry() local
[all …]
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 …]
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 …]
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()
310 static void dfs_adjust_center_freq(struct hostapd_iface *iface, in dfs_adjust_center_freq()
359 static int dfs_get_start_chan_idx(struct hostapd_iface *iface, int *seg1_start) in dfs_get_start_chan_idx()
451 static int dfs_check_chans_radar(struct hostapd_iface *iface, in dfs_check_chans_radar()
473 static int dfs_check_chans_available(struct hostapd_iface *iface, in dfs_check_chans_available()
501 static int dfs_check_chans_unavailable(struct hostapd_iface *iface, in dfs_check_chans_unavailable()
525 dfs_get_valid_channel(struct hostapd_iface *iface, in dfs_get_valid_channel()
[all …]
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()
255 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config()
493 struct hostapd_iface *iface = ifaces->iface[i]; in hostapd_free_hapd_data() local
686 static void sta_track_deinit(struct hostapd_iface *iface) in sta_track_deinit()
702 void hostapd_cleanup_iface_partial(struct hostapd_iface *iface) in hostapd_cleanup_iface_partial()
736 static void hostapd_cleanup_iface(struct hostapd_iface *iface) in hostapd_cleanup_iface()
764 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd) in hostapd_setup_encryption()
852 static int hostapd_validate_bssid_configuration(struct hostapd_iface *iface) in hostapd_validate_bssid_configuration()
1752 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params()
[all …]
Dieee802_11_ht.c163 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update()
219 static int is_40_allowed(struct hostapd_iface *iface, int channel) in is_40_allowed()
250 struct hostapd_iface *iface = hapd->iface; in hostapd_2040_coex_action() local
428 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_add()
451 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_remove()
569 struct hostapd_iface *iface = eloop_data; in ap_ht2040_timeout() local
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
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()
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()
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()
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()
Dbeacon.c583 struct hostapd_iface *iface = hapd->iface; in ieee802_11_build_ap_params_mbssid() local
652 struct hostapd_iface *iface = hapd->iface; in hostapd_eid_mbssid_config() local
1130 struct hostapd_iface *iface = hapd->iface; in ssid_match() local
1196 void sta_track_expire(struct hostapd_iface *iface, int force) in sta_track_expire()
1223 static struct hostapd_sta_info * sta_track_get(struct hostapd_iface *iface, in sta_track_get()
1236 void sta_track_add(struct hostapd_iface *iface, const u8 *addr, int ssi_signal) in sta_track_add()
1271 sta_track_seen_on(struct hostapd_iface *iface, const u8 *addr, in sta_track_seen_on()
1297 void sta_track_claim_taxonomy_info(struct hostapd_iface *iface, const u8 *addr, in sta_track_claim_taxonomy_info()
2645 struct hostapd_iface *iface = hapd->iface; in __ieee802_11_set_beacon() local
3205 struct hostapd_iface *iface = hapd->iface; in ieee802_11_set_beacon() local
[all …]
Ddrv_callbacks.c255 static struct hostapd_data * hostapd_find_by_sta(struct hostapd_iface *iface, in hostapd_find_by_sta()
317 struct hostapd_iface *iface = hapd->iface; in hostapd_notif_assoc() local
1838 static struct hostapd_data * get_hapd_bssid(struct hostapd_iface *iface, in get_hapd_bssid()
1904 struct hostapd_iface *iface; in hostapd_mgmt_rx() local
2093 struct hostapd_iface *iface, unsigned int freq) in hostapd_get_mode_channel()
2110 static void hostapd_update_nf(struct hostapd_iface *iface, in hostapd_update_nf()
2128 static void hostapd_single_channel_get_survey(struct hostapd_iface *iface, in hostapd_single_channel_get_survey()
2165 void hostapd_event_get_survey(struct hostapd_iface *iface, in hostapd_event_get_survey()
/hostap/wpa_supplicant/
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 …]
Doffchannel.c24 struct wpa_supplicant *iface; in wpas_get_tx_interface() local
73 struct wpa_supplicant *iface; in wpas_send_action_cb() local
308 struct wpa_supplicant *iface; in offchannel_send_action() local
Dap.c451 struct wpa_supplicant *iface; in wpa_supplicant_conf_ap_ht() local
1803 struct hostapd_iface *iface = wpa_s->ap_iface; in wpa_supplicant_ap_update_beacon() local
1834 struct hostapd_iface *iface = NULL; in ap_switch_channel() local
1871 struct hostapd_iface *iface = wpa_s->ap_iface; in wpas_ap_ch_switch() local
2104 struct hostapd_iface *iface = wpa_s->ap_iface; in wpas_ap_event_dfs_radar_detected() local
2121 struct hostapd_iface *iface = wpa_s->ap_iface; in wpas_ap_event_dfs_cac_started() local
2137 struct hostapd_iface *iface = wpa_s->ap_iface; in wpas_ap_event_dfs_cac_finished() local
2153 struct hostapd_iface *iface = wpa_s->ap_iface; in wpas_ap_event_dfs_cac_aborted() local
2169 struct hostapd_iface *iface = wpa_s->ap_iface; in wpas_ap_event_dfs_cac_nop_finished() local
/hostap/src/fst/
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()
Dfst_session.c30 #define fst_printf_siface(s, iface, level, format, ...) \ argument
272 struct fst_iface *iface = in fst_session_send_action() local
352 static void fst_session_handle_setup_request(struct fst_iface *iface, in fst_session_handle_setup_request()
495 struct fst_iface *iface, in fst_session_handle_setup_response()
599 struct fst_iface *iface, in fst_session_handle_tear_down()
634 struct fst_iface *iface, in fst_session_handle_ack_request()
698 struct fst_iface *iface, in fst_session_handle_ack_response()
781 void fst_session_set_iface(struct fst_session *s, struct fst_iface *iface, in fst_session_set_iface()
1066 struct fst_iface *iface, in fst_session_handle_action()
1188 void fst_session_on_action_rx(struct fst_iface *iface, in fst_session_on_action_rx()
[all …]
Dfst_group.c285 fst_group_get_peer_other_connection_1(struct fst_iface *iface, in fst_group_get_peer_other_connection_1()
340 fst_group_get_peer_other_connection_2(struct fst_iface *iface, in fst_group_get_peer_other_connection_2()
395 fst_group_get_peer_other_connection(struct fst_iface *iface, in fst_group_get_peer_other_connection()
/hostap/wpa_supplicant/dbus/
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 …]
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
/hostap/hostapd/
Dmain.c153 static int hostapd_driver_init(struct hostapd_iface *iface) in hostapd_driver_init()
406 struct hostapd_iface *iface; in hostapd_interface_init() local
451 static int handle_reload_iface(struct hostapd_iface *iface, void *ctx) in handle_reload_iface()
766 static int hostapd_periodic_call(struct hostapd_iface *iface, void *ctx) in hostapd_periodic_call()
1018 struct hostapd_iface *iface; in main() local
/hostap/src/wps/
Dwps_upnp_web.c182 static void format_wps_device_xml(struct upnp_wps_device_interface *iface, in format_wps_device_xml()
316 struct upnp_wps_device_interface *iface; in web_connection_parse_get() local
428 struct upnp_wps_device_interface *iface; in web_process_get_device_info() local
497 struct upnp_wps_device_interface *iface; in web_process_put_message() local
583 struct upnp_wps_device_interface *iface; in web_process_put_wlan_response() local
707 struct upnp_wps_device_interface *iface; in web_process_set_selected_registrar() local
Dwps_upnp.c563 struct upnp_wps_device_interface *iface; in subscription_destroy() local
1107 struct upnp_wps_device_interface *iface; in upnp_wps_get_iface() local
1124 struct upnp_wps_device_interface *iface; in upnp_wps_device_deinit() local
1179 struct upnp_wps_device_interface *iface; in upnp_wps_device_init() local
1243 struct upnp_wps_device_interface *iface; in upnp_wps_set_ap_pin() local

123