Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.h26 struct hostapd_iface;
29 int (*reload_config)(struct hostapd_iface *iface);
34 int (*cb)(struct hostapd_iface *iface,
36 int (*driver_init)(struct hostapd_iface *iface);
42 struct hostapd_iface **iface;
70 struct hostapd_iface *iface;
196 struct hostapd_iface { struct
255 void (*scan_cb)(struct hostapd_iface *iface); argument
260 int (*cb)(struct hostapd_iface *iface,
262 int hostapd_reload_config(struct hostapd_iface *iface);
[all …]
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()
Dap_list.h50 struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *sta);
51 int ap_ap_for_each(struct hostapd_iface *iface,
53 void ap_list_process_beacon(struct hostapd_iface *iface,
58 int ap_list_init(struct hostapd_iface *iface);
59 void ap_list_deinit(struct hostapd_iface *iface);
61 static inline int ap_list_init(struct hostapd_iface *iface) in ap_list_init()
66 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 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 …]
Dhostapd.c46 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface()
111 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config()
305 static void hostapd_cleanup_iface_pre(struct hostapd_iface *iface) in hostapd_cleanup_iface_pre()
310 static void hostapd_cleanup_iface_partial(struct hostapd_iface *iface) in hostapd_cleanup_iface_partial()
329 static void hostapd_cleanup_iface(struct hostapd_iface *iface) in hostapd_cleanup_iface()
416 static int hostapd_validate_bssid_configuration(struct hostapd_iface *iface) in hostapd_validate_bssid_configuration()
800 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params()
819 static int setup_interface(struct hostapd_iface *iface) in setup_interface()
869 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err) in hostapd_setup_interface_complete()
977 int hostapd_setup_interface(struct hostapd_iface *iface) in hostapd_setup_interface()
[all …]
Dhw_features.c47 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()
182 static int ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) in ieee80211n_allowed_ht40_channel_pair()
247 static void ieee80211n_switch_pri_sec(struct hostapd_iface *iface) in ieee80211n_switch_pri_sec()
284 static int ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, in ieee80211n_check_40mhz_5g()
355 static int ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, in ieee80211n_check_40mhz_2g4()
414 static void ieee80211n_check_scan(struct hostapd_iface *iface) in ieee80211n_check_scan()
452 static void ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, in ieee80211n_scan_channels_2g4()
492 static int ieee80211n_check_40mhz(struct hostapd_iface *iface) in ieee80211n_check_40mhz()
517 static int ieee80211n_supported_ht_capab(struct hostapd_iface *iface) in ieee80211n_supported_ht_capab()
[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);
Dutils.c47 static int prune_associations(struct hostapd_iface *iface, void *ctx) in prune_associations()
Dwps_hostapd.c53 static int wps_for_each(struct hostapd_iface *iface, void *ctx) in wps_for_each()
75 struct hostapd_iface *iface = hapd->iface; in hostapd_wps_for_each()
257 struct hostapd_iface *iface = eloop_data; in wps_reload_config()
702 static int get_uuid_cb(struct hostapd_iface *iface, void *ctx) in get_uuid_cb()
721 static const u8 * get_own_uuid(struct hostapd_iface *iface) in get_own_uuid()
734 static int count_interface_cb(struct hostapd_iface *iface, void *ctx) in count_interface_cb()
742 static int interface_count(struct hostapd_iface *iface) in interface_count()
Ddrv_callbacks.c520 static struct hostapd_data * get_hapd_bssid(struct hostapd_iface *iface, in get_hapd_bssid()
554 struct hostapd_iface *iface = hapd->iface; in hostapd_mgmt_rx()
674 struct hostapd_iface *iface = hapd->iface; in hostapd_event_eapol_rx()
Dieee802_11_ht.c97 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update()
Dwpa_auth_glue.c287 static int wpa_auth_iface_iter(struct hostapd_iface *iface, void *ctx) in wpa_auth_iface_iter()
326 static int hostapd_wpa_auth_ft_iter(struct hostapd_iface *iface, void *ctx) in hostapd_wpa_auth_ft_iter()
Dbeacon.c735 void ieee802_11_set_beacons(struct hostapd_iface *iface) in ieee802_11_set_beacons()
744 void ieee802_11_update_beacons(struct hostapd_iface *iface) in ieee802_11_update_beacons()
Dieee802_11.c1748 struct hostapd_iface *iface = hapd->iface; in hostapd_tx_status()
1778 struct hostapd_iface *iface = hapd->iface; in hostapd_eapol_tx_status()
1804 struct hostapd_iface *iface = hapd->iface; in hostapd_client_poll_ok()
Dsta_info.c533 struct hostapd_iface *iface = hapd->iface; in ap_sta_remove_in_other_bss()
/external/wpa_supplicant_8/hostapd/
Dmain.c158 static struct hostapd_iface * hostapd_init(const char *config_file) in hostapd_init()
160 struct hostapd_iface *hapd_iface = NULL; in hostapd_init()
207 static int hostapd_driver_init(struct hostapd_iface *iface) in hostapd_driver_init()
282 static struct hostapd_iface *
286 struct hostapd_iface *iface; in hostapd_interface_init()
325 static int handle_reload_iface(struct hostapd_iface *iface, void *ctx) in handle_reload_iface()
615 sizeof(struct hostapd_iface *)); in main()
Ddump_state.h12 int handle_dump_state_iface(struct hostapd_iface *iface, void *ctx);
Ddump_state.c172 int handle_dump_state_iface(struct hostapd_iface *iface, void *ctx) in handle_dump_state_iface()
Dctrl_iface.c768 static int hostapd_ctrl_iface_enable(struct hostapd_iface *iface) in hostapd_ctrl_iface_enable()
778 static int hostapd_ctrl_iface_reload(struct hostapd_iface *iface) in hostapd_ctrl_iface_reload()
788 static int hostapd_ctrl_iface_disable(struct hostapd_iface *iface) in hostapd_ctrl_iface_disable()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h464 struct hostapd_iface *ap_iface;
Dap.c426 struct hostapd_iface *hapd_iface; in wpa_supplicant_create_ap()
953 struct hostapd_iface *iface = wpa_s->ap_iface; in wpa_supplicant_ap_update_beacon()