Searched refs:hostapd_iface (Results 1 - 25 of 73) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.h15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
19 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface)
H A Dhw_features.h17 int hostapd_get_hw_features(struct hostapd_iface *iface);
18 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
19 int hostapd_select_hw_mode(struct hostapd_iface *iface);
23 int hostapd_check_ht_capab(struct hostapd_iface *iface);
24 int hostapd_prepare_rates(struct hostapd_iface *iface,
26 void hostapd_stop_setup_timers(struct hostapd_iface *iface);
34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface)
39 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface)
54 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface)
59 static inline int hostapd_prepare_rates(struct hostapd_iface *ifac
[all...]
H A Ddfs.h12 int hostapd_handle_dfs(struct hostapd_iface *iface);
14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
24 int hostapd_is_dfs_required(struct hostapd_iface *iface);
H A 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)
48 static inline void ap_list_deinit(struct hostapd_iface *iface)
H A Dbeacon.h19 int ieee802_11_set_beacons(struct hostapd_iface *iface);
20 int ieee802_11_update_beacons(struct hostapd_iface *iface);
H A 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);
45 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
256 * struct hostapd_iface - hostapd per-interface data structure
258 struct hostapd_iface { struct
365 void (*scan_cb)(struct hostapd_iface *iface);
371 int (*cb)(struct hostapd_iface *ifac
[all...]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap)
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap)
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap)
76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap)
90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap)
97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap)
119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap)
129 static void hostapd_free_aps(struct hostapd_iface *iface)
145 static struct ap_info * ap_ap_add(struct hostapd_iface *iface, const u8 *addr)
169 void ap_list_process_beacon(struct hostapd_iface *ifac
[all...]
H A Dacs.c244 static int acs_request_scan(struct hostapd_iface *iface);
262 static void acs_cleanup(struct hostapd_iface *iface)
283 static void acs_fail(struct hostapd_iface *iface)
325 acs_survey_chan_interference_factor(struct hostapd_iface *iface,
424 static int acs_surveys_are_sufficient(struct hostapd_iface *iface)
459 struct hostapd_iface *iface)
481 static struct hostapd_channel_data *acs_find_chan(struct hostapd_iface *iface,
508 acs_find_ideal_chan(struct hostapd_iface *iface)
640 static void acs_adjust_vht_center_freq(struct hostapd_iface *iface)
665 static int acs_study_survey_based(struct hostapd_iface *ifac
[all...]
H A Dieee802_11.h12 struct hostapd_iface;
54 int hostapd_ht_operation_update(struct hostapd_iface *iface);
66 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta);
67 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta);
/external/wpa_supplicant_8/src/ap/
H A Dacs.h15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
19 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface)
H A Dhw_features.h17 int hostapd_get_hw_features(struct hostapd_iface *iface);
18 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
19 int hostapd_select_hw_mode(struct hostapd_iface *iface);
23 int hostapd_check_ht_capab(struct hostapd_iface *iface);
24 int hostapd_prepare_rates(struct hostapd_iface *iface,
26 void hostapd_stop_setup_timers(struct hostapd_iface *iface);
34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface)
39 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface)
54 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface)
59 static inline int hostapd_prepare_rates(struct hostapd_iface *ifac
[all...]
H A Ddfs.h12 int hostapd_handle_dfs(struct hostapd_iface *iface);
14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
24 int hostapd_is_dfs_required(struct hostapd_iface *iface);
H A 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)
48 static inline void ap_list_deinit(struct hostapd_iface *iface)
H A Dbeacon.h19 int ieee802_11_set_beacons(struct hostapd_iface *iface);
20 int ieee802_11_update_beacons(struct hostapd_iface *iface);
H A 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);
45 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
256 * struct hostapd_iface - hostapd per-interface data structure
258 struct hostapd_iface { struct
365 void (*scan_cb)(struct hostapd_iface *iface);
371 int (*cb)(struct hostapd_iface *ifac
[all...]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap)
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap)
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap)
76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap)
90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap)
97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap)
119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap)
129 static void hostapd_free_aps(struct hostapd_iface *iface)
145 static struct ap_info * ap_ap_add(struct hostapd_iface *iface, const u8 *addr)
169 void ap_list_process_beacon(struct hostapd_iface *ifac
[all...]
H A Dacs.c244 static int acs_request_scan(struct hostapd_iface *iface);
262 static void acs_cleanup(struct hostapd_iface *iface)
283 static void acs_fail(struct hostapd_iface *iface)
325 acs_survey_chan_interference_factor(struct hostapd_iface *iface,
424 static int acs_surveys_are_sufficient(struct hostapd_iface *iface)
459 struct hostapd_iface *iface)
481 static struct hostapd_channel_data *acs_find_chan(struct hostapd_iface *iface,
508 acs_find_ideal_chan(struct hostapd_iface *iface)
640 static void acs_adjust_vht_center_freq(struct hostapd_iface *iface)
665 static int acs_study_survey_based(struct hostapd_iface *ifac
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.h15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
19 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface)
H A Dhw_features.h17 int hostapd_get_hw_features(struct hostapd_iface *iface);
18 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
19 int hostapd_select_hw_mode(struct hostapd_iface *iface);
23 int hostapd_check_ht_capab(struct hostapd_iface *iface);
24 int hostapd_prepare_rates(struct hostapd_iface *iface,
26 void hostapd_stop_setup_timers(struct hostapd_iface *iface);
34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface)
39 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface)
54 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface)
59 static inline int hostapd_prepare_rates(struct hostapd_iface *ifac
[all...]
H A Ddfs.h12 int hostapd_handle_dfs(struct hostapd_iface *iface);
14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
24 int hostapd_is_dfs_required(struct hostapd_iface *iface);
H A 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)
48 static inline void ap_list_deinit(struct hostapd_iface *iface)
H A Dbeacon.h19 int ieee802_11_set_beacons(struct hostapd_iface *iface);
20 int ieee802_11_update_beacons(struct hostapd_iface *iface);
H A 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);
45 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
256 * struct hostapd_iface - hostapd per-interface data structure
258 struct hostapd_iface { struct
365 void (*scan_cb)(struct hostapd_iface *iface);
371 int (*cb)(struct hostapd_iface *ifac
[all...]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap)
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap)
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap)
76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap)
90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap)
97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap)
119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap)
129 static void hostapd_free_aps(struct hostapd_iface *iface)
145 static struct ap_info * ap_ap_add(struct hostapd_iface *iface, const u8 *addr)
169 void ap_list_process_beacon(struct hostapd_iface *ifac
[all...]
H A Dacs.c244 static int acs_request_scan(struct hostapd_iface *iface);
262 static void acs_cleanup(struct hostapd_iface *iface)
283 static void acs_fail(struct hostapd_iface *iface)
325 acs_survey_chan_interference_factor(struct hostapd_iface *iface,
424 static int acs_surveys_are_sufficient(struct hostapd_iface *iface)
459 struct hostapd_iface *iface)
481 static struct hostapd_channel_data *acs_find_chan(struct hostapd_iface *iface,
508 acs_find_ideal_chan(struct hostapd_iface *iface)
640 static void acs_adjust_vht_center_freq(struct hostapd_iface *iface)
665 static int acs_study_survey_based(struct hostapd_iface *ifac
[all...]

Completed in 1248 milliseconds

123