Home
last modified time | relevance | path

Searched refs:hostapd_iface (Results 1 – 24 of 24) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhw_features.h23 int hostapd_get_hw_features(struct hostapd_iface *iface);
24 int hostapd_select_hw_mode(struct hostapd_iface *iface);
28 int hostapd_check_ht_capab(struct hostapd_iface *iface);
29 int hostapd_prepare_rates(struct hostapd_iface *iface,
38 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
43 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode()
58 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab()
63 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
Dhostapd.h27 struct hostapd_iface;
31 int (*reload_config)(struct hostapd_iface *iface);
36 int (*cb)(struct hostapd_iface *iface,
38 int (*driver_init)(struct hostapd_iface *iface);
46 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
245 struct hostapd_iface { struct
322 void (*scan_cb)(struct hostapd_iface *iface); argument
337 int (*cb)(struct hostapd_iface *iface,
339 int hostapd_reload_config(struct hostapd_iface *iface);
[all …]
Dap_list.h35 void ap_list_process_beacon(struct hostapd_iface *iface,
40 int ap_list_init(struct hostapd_iface *iface);
41 void ap_list_deinit(struct hostapd_iface *iface);
43 static inline int ap_list_init(struct hostapd_iface *iface) in ap_list_init()
48 static inline void ap_list_deinit(struct hostapd_iface *iface) in ap_list_deinit()
Dap_list.c32 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.c243 static int acs_request_scan(struct hostapd_iface *iface);
261 static void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup()
282 void acs_fail(struct hostapd_iface *iface) in acs_fail()
323 acs_survey_chan_interference_factor(struct hostapd_iface *iface, in acs_survey_chan_interference_factor()
401 static int acs_surveys_are_sufficient(struct hostapd_iface *iface) in acs_surveys_are_sufficient()
428 struct hostapd_iface *iface) in acs_survey_all_chans_intereference_factor()
450 static struct hostapd_channel_data *acs_find_chan(struct hostapd_iface *iface, in acs_find_chan()
477 acs_find_ideal_chan(struct hostapd_iface *iface) in acs_find_ideal_chan()
588 static void acs_adjust_vht_center_freq(struct hostapd_iface *iface) in acs_adjust_vht_center_freq()
610 static int acs_study_survey_based(struct hostapd_iface *iface) in acs_study_survey_based()
[all …]
Dacs.h15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
16 int hostapd_acs_completed(struct hostapd_iface *iface);
20 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface) in acs_init()
Dhw_features.c48 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features()
105 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates()
185 static int ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) in ieee80211n_allowed_ht40_channel_pair()
250 static void ieee80211n_switch_pri_sec(struct hostapd_iface *iface) in ieee80211n_switch_pri_sec()
287 static int ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, in ieee80211n_check_40mhz_5g()
358 static int ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, in ieee80211n_check_40mhz_2g4()
417 static void ieee80211n_check_scan(struct hostapd_iface *iface) in ieee80211n_check_scan()
454 static void ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, in ieee80211n_scan_channels_2g4()
494 static int ieee80211n_check_40mhz(struct hostapd_iface *iface) in ieee80211n_check_40mhz()
519 static int ieee80211n_supported_ht_capab(struct hostapd_iface *iface) in ieee80211n_supported_ht_capab()
[all …]
Dhostapd.c46 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface()
111 static void hostapd_clear_old(struct hostapd_iface *iface) in hostapd_clear_old()
133 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config()
302 static void hostapd_cleanup_iface_pre(struct hostapd_iface *iface) in hostapd_cleanup_iface_pre()
307 static void hostapd_cleanup_iface_partial(struct hostapd_iface *iface) in hostapd_cleanup_iface_partial()
326 static void hostapd_cleanup_iface(struct hostapd_iface *iface) in hostapd_cleanup_iface()
413 static int hostapd_validate_bssid_configuration(struct hostapd_iface *iface) in hostapd_validate_bssid_configuration()
798 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params()
885 static int setup_interface(struct hostapd_iface *iface) in setup_interface()
939 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err) in hostapd_setup_interface_complete()
[all …]
Dbeacon.h25 void ieee802_11_set_beacons(struct hostapd_iface *iface);
26 void ieee802_11_update_beacons(struct hostapd_iface *iface);
Dieee802_11.h12 struct hostapd_iface;
50 int hostapd_ht_operation_update(struct hostapd_iface *iface);
Ddrv_callbacks.c551 static struct hostapd_data * get_hapd_bssid(struct hostapd_iface *iface, in get_hapd_bssid()
585 struct hostapd_iface *iface = hapd->iface; in hostapd_mgmt_rx()
705 struct hostapd_iface *iface = hapd->iface; in hostapd_event_eapol_rx()
723 struct hostapd_iface *iface, unsigned int freq) in hostapd_get_mode_channel()
740 static void hostapd_update_nf(struct hostapd_iface *iface, in hostapd_update_nf()
761 struct hostapd_iface *iface = hapd->iface; in hostapd_event_get_survey()
Dutils.c47 static int prune_associations(struct hostapd_iface *iface, void *ctx) in prune_associations()
Dwps_hostapd.c52 static int wps_for_each(struct hostapd_iface *iface, void *ctx) in wps_for_each()
81 struct hostapd_iface *iface = hapd->iface; in hostapd_wps_for_each()
279 struct hostapd_iface *iface = eloop_data; in wps_reload_config()
896 static int get_uuid_cb(struct hostapd_iface *iface, void *ctx) in get_uuid_cb()
916 static const u8 * get_own_uuid(struct hostapd_iface *iface) in get_own_uuid()
929 static int count_interface_cb(struct hostapd_iface *iface, void *ctx) in count_interface_cb()
937 static int interface_count(struct hostapd_iface *iface) in interface_count()
Dieee802_11_ht.c97 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update()
Dwpa_auth_glue.c312 static int wpa_auth_iface_iter(struct hostapd_iface *iface, void *ctx) in wpa_auth_iface_iter()
351 static int hostapd_wpa_auth_ft_iter(struct hostapd_iface *iface, void *ctx) in hostapd_wpa_auth_ft_iter()
Dbeacon.c799 void ieee802_11_set_beacons(struct hostapd_iface *iface) in ieee802_11_set_beacons()
808 void ieee802_11_update_beacons(struct hostapd_iface *iface) in ieee802_11_update_beacons()
Dieee802_11.c2111 struct hostapd_iface *iface = hapd->iface; in hostapd_tx_status()
2141 struct hostapd_iface *iface = hapd->iface; in hostapd_eapol_tx_status()
2167 struct hostapd_iface *iface = hapd->iface; in hostapd_client_poll_ok()
Dsta_info.c572 struct hostapd_iface *iface = hapd->iface; in ap_sta_remove_in_other_bss()
/external/wpa_supplicant_8/hostapd/
Dmain.c159 static struct hostapd_iface * hostapd_init(const char *config_file) in hostapd_init()
161 struct hostapd_iface *hapd_iface = NULL; in hostapd_init()
210 static int hostapd_driver_init(struct hostapd_iface *iface) in hostapd_driver_init()
289 static struct hostapd_iface *
293 struct hostapd_iface *iface; in hostapd_interface_init()
337 static int handle_reload_iface(struct hostapd_iface *iface, void *ctx) in handle_reload_iface()
651 sizeof(struct hostapd_iface *)); in main()
Ddump_state.h12 int handle_dump_state_iface(struct hostapd_iface *iface, void *ctx);
Ddump_state.c181 int handle_dump_state_iface(struct hostapd_iface *iface, void *ctx) in handle_dump_state_iface()
Dctrl_iface.c922 static int hostapd_ctrl_iface_enable(struct hostapd_iface *iface) in hostapd_ctrl_iface_enable()
932 static int hostapd_ctrl_iface_reload(struct hostapd_iface *iface) in hostapd_ctrl_iface_reload()
942 static int hostapd_ctrl_iface_disable(struct hostapd_iface *iface) in hostapd_ctrl_iface_disable()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h559 struct hostapd_iface *ap_iface;
Dap.c443 struct hostapd_iface *hapd_iface; in wpa_supplicant_create_ap()
1002 struct hostapd_iface *iface = wpa_s->ap_iface; in wpa_supplicant_ap_update_beacon()