/external/wpa_supplicant_8/src/ap/ |
D | hw_features.h | 23 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()
|
D | ap_list.h | 51 struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *sta); 52 int ap_ap_for_each(struct hostapd_iface *iface, 54 void ap_list_process_beacon(struct hostapd_iface *iface, 59 int ap_list_init(struct hostapd_iface *iface); 60 void ap_list_deinit(struct hostapd_iface *iface); 62 static inline int ap_list_init(struct hostapd_iface *iface) in ap_list_init() 67 static inline void ap_list_deinit(struct hostapd_iface *iface) in ap_list_deinit()
|
D | hostapd.h | 51 struct hostapd_iface *iface; 173 struct hostapd_iface { struct 176 int (*reload_config)(struct hostapd_iface *iface); argument 234 void (*scan_cb)(struct hostapd_iface *iface); argument 240 int (*cb)(struct hostapd_iface *iface, argument 245 int hostapd_reload_config(struct hostapd_iface *iface); 247 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface, 250 int hostapd_setup_interface(struct hostapd_iface *iface); 251 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err); 252 void hostapd_interface_deinit(struct hostapd_iface *iface); [all …]
|
D | ap_list.c | 32 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() 53 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_iter_list_add(struct hostapd_iface *iface, in ap_ap_iter_list_add() 103 static void ap_ap_iter_list_del(struct hostapd_iface *iface, in ap_ap_iter_list_del() 118 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add() 125 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del() 147 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap() 158 static void hostapd_free_aps(struct hostapd_iface *iface) in hostapd_free_aps() [all …]
|
D | hw_features.c | 47 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() 104 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates() 180 static int ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) in ieee80211n_allowed_ht40_channel_pair() 245 static void ieee80211n_switch_pri_sec(struct hostapd_iface *iface) in ieee80211n_switch_pri_sec() 282 static int ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, in ieee80211n_check_40mhz_5g() 353 static int ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, in ieee80211n_check_40mhz_2g4() 412 static void ieee80211n_check_scan(struct hostapd_iface *iface) in ieee80211n_check_scan() 450 static int ieee80211n_check_40mhz(struct hostapd_iface *iface) in ieee80211n_check_40mhz() 472 static int ieee80211n_supported_ht_capab(struct hostapd_iface *iface) in ieee80211n_supported_ht_capab() 572 int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab() [all …]
|
D | hostapd.c | 91 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config() 270 static void hostapd_cleanup_iface_pre(struct hostapd_iface *iface) in hostapd_cleanup_iface_pre() 282 static void hostapd_cleanup_iface(struct hostapd_iface *iface) in hostapd_cleanup_iface() 366 static int hostapd_validate_bssid_configuration(struct hostapd_iface *iface) in hostapd_validate_bssid_configuration() 641 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() 660 static int setup_interface(struct hostapd_iface *iface) in setup_interface() 710 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err) in hostapd_setup_interface_complete() 818 int hostapd_setup_interface(struct hostapd_iface *iface) in hostapd_setup_interface() 845 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface, in hostapd_alloc_bss_data() 865 void hostapd_interface_deinit(struct hostapd_iface *iface) in hostapd_interface_deinit() [all …]
|
D | ieee802_11.h | 12 struct hostapd_iface; 48 int hostapd_ht_operation_update(struct hostapd_iface *iface);
|
D | beacon.h | 24 void ieee802_11_set_beacons(struct hostapd_iface *iface);
|
D | utils.c | 46 static int prune_associations(struct hostapd_iface *iface, void *ctx) in prune_associations()
|
D | wps_hostapd.c | 50 static int wps_for_each(struct hostapd_iface *iface, void *ctx) in wps_for_each() 72 struct hostapd_iface *iface = hapd->iface; in hostapd_wps_for_each() 247 struct hostapd_iface *iface = eloop_data; in wps_reload_config() 681 static int get_uuid_cb(struct hostapd_iface *iface, void *ctx) in get_uuid_cb() 700 static const u8 * get_own_uuid(struct hostapd_iface *iface) in get_own_uuid() 711 static int count_interface_cb(struct hostapd_iface *iface, void *ctx) in count_interface_cb() 719 static int interface_count(struct hostapd_iface *iface) in interface_count()
|
D | drv_callbacks.c | 294 static struct hostapd_data * get_hapd_bssid(struct hostapd_iface *iface, in get_hapd_bssid() 328 struct hostapd_iface *iface = hapd->iface; in hostapd_mgmt_rx() 448 struct hostapd_iface *iface = hapd->iface; in hostapd_event_eapol_rx()
|
D | ieee802_11_ht.c | 97 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update()
|
D | wpa_auth_glue.c | 278 static int wpa_auth_iface_iter(struct hostapd_iface *iface, void *ctx) in wpa_auth_iface_iter() 316 static int hostapd_wpa_auth_ft_iter(struct hostapd_iface *iface, void *ctx) in hostapd_wpa_auth_ft_iter()
|
D | ieee802_11.c | 1729 struct hostapd_iface *iface = hapd->iface; in hostapd_tx_status() 1759 struct hostapd_iface *iface = hapd->iface; in hostapd_eapol_tx_status() 1785 struct hostapd_iface *iface = hapd->iface; in hostapd_client_poll_ok()
|
D | beacon.c | 695 void ieee802_11_set_beacons(struct hostapd_iface *iface) in ieee802_11_set_beacons()
|
D | sta_info.c | 491 struct hostapd_iface *iface = hapd->iface; in ap_sta_remove_in_other_bss()
|
/external/wpa_supplicant_8/hostapd/ |
D | main.c | 47 struct hostapd_iface **iface; 52 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface() 180 static struct hostapd_iface * hostapd_init(const char *config_file) in hostapd_init() 182 struct hostapd_iface *hapd_iface = NULL; in hostapd_init() 234 static int hostapd_driver_init(struct hostapd_iface *iface) in hostapd_driver_init() 309 static void hostapd_interface_deinit_free(struct hostapd_iface *iface) in hostapd_interface_deinit_free() 324 static struct hostapd_iface * 328 struct hostapd_iface *iface; in hostapd_interface_init() 364 static int handle_reload_iface(struct hostapd_iface *iface, void *ctx) in handle_reload_iface() 615 sizeof(struct hostapd_iface *)); in main()
|
D | dump_state.h | 12 int handle_dump_state_iface(struct hostapd_iface *iface, void *ctx);
|
D | dump_state.c | 172 int handle_dump_state_iface(struct hostapd_iface *iface, void *ctx) in handle_dump_state_iface()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant_i.h | 413 struct hostapd_iface *ap_iface;
|
D | ap.c | 389 struct hostapd_iface *hapd_iface; in wpa_supplicant_create_ap() 906 struct hostapd_iface *iface = wpa_s->ap_iface; in wpa_supplicant_ap_update_beacon()
|