/external/wpa_supplicant_8/wpa_supplicant/ |
D | bss.h | 62 struct wpa_bss { struct 117 void wpa_bss_remove(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, argument 125 struct wpa_bss * wpa_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid, 127 struct wpa_bss * wpa_bss_get_bssid(struct wpa_supplicant *wpa_s, 129 struct wpa_bss * wpa_bss_get_bssid_latest(struct wpa_supplicant *wpa_s, 131 struct wpa_bss * wpa_bss_get_p2p_dev_addr(struct wpa_supplicant *wpa_s, 133 struct wpa_bss * wpa_bss_get_id(struct wpa_supplicant *wpa_s, unsigned int id); 134 struct wpa_bss * wpa_bss_get_id_range(struct wpa_supplicant *wpa_s, 136 const u8 * wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie); 137 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type); [all …]
|
D | bss.c | 34 static void wpa_bss_set_hessid(struct wpa_bss *bss) in wpa_bss_set_hessid() 120 int wpa_bss_anqp_unshare_alloc(struct wpa_bss *bss) in wpa_bss_anqp_unshare_alloc() 195 struct wpa_bss *old_bss, in wpa_bss_update_pending_connect() 196 struct wpa_bss *new_bss) in wpa_bss_update_pending_connect() 219 void wpa_bss_remove(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in wpa_bss_remove() 229 * sizeof(struct wpa_bss *)); in wpa_bss_remove() 256 struct wpa_bss * wpa_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid, in wpa_bss_get() 259 struct wpa_bss *bss; in wpa_bss_get() 262 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_get() 290 static void wpa_bss_copy_res(struct wpa_bss *dst, struct wpa_scan_res *src, in wpa_bss_copy_res() [all …]
|
D | wps_supplicant.h | 19 struct wpa_bss; 41 struct wpa_ssid *ssid, struct wpa_bss *bss); 43 struct wpa_ssid *ssid, struct wpa_bss *bss); 45 struct wpa_bss *selected, struct wpa_ssid *ssid); 115 struct wpa_bss *bss) in wpas_wps_ssid_bss_match() 122 struct wpa_bss *bss) in wpas_wps_ssid_wildcard_ok() 128 struct wpa_bss *selected, in wpas_wps_scan_pbc_overlap()
|
D | interworking.c | 50 struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, 53 struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, 226 static int additional_roaming_consortiums(struct wpa_bss *bss) in additional_roaming_consortiums() 244 struct wpa_bss *bss) in interworking_anqp_send_req() 875 struct wpa_cred *cred, struct wpa_bss *bss) in already_connected() 878 struct wpa_bss *selected; in already_connected() 902 struct wpa_bss *bss) in remove_duplicate_network() 963 struct wpa_bss *bss, int only_add) in interworking_connect_3gpp() 1146 static int cred_no_required_oi_match(struct wpa_cred *cred, struct wpa_bss *bss) in cred_no_required_oi_match() 1167 static int cred_excluded_ssid(struct wpa_cred *cred, struct wpa_bss *bss) in cred_excluded_ssid() [all …]
|
D | wpa_supplicant_i.h | 35 struct wpa_bss; 355 struct wpa_bss *bss; 359 int wpas_valid_bss_ssid(struct wpa_supplicant *wpa_s, struct wpa_bss *test_bss, 529 struct wpa_bss *current_bss; 586 struct wpa_bss **last_scan_res; 973 struct wpa_bss *interworking_gas_bss; 1175 struct wpa_bss *bss, struct wpa_ssid *ssid, 1178 struct wpa_bss *bss, 1283 const u8 * wpas_mbo_get_bss_attr(struct wpa_bss *bss, enum mbo_attr_id attr); 1294 struct wpa_bss *bss); [all …]
|
D | hs20_supplicant.h | 19 struct wpa_bss *bss, const u8 *sa, 22 struct wpa_bss *bss);
|
D | sme.h | 15 struct wpa_bss *bss, struct wpa_ssid *ssid); 45 struct wpa_bss *bss, in sme_authenticate()
|
D | wnm_sta.c | 431 struct wpa_bss *bss = wpa_s->current_bss; in wnm_nei_get_chan() 502 static struct wpa_bss * 507 struct wpa_bss *bss = wpa_s->current_bss; in compare_scan_neighbor_results() 508 struct wpa_bss *target; in compare_scan_neighbor_results() 603 static int wpa_bss_ies_eq(struct wpa_bss *a, struct wpa_bss *b, u8 eid) in wpa_bss_ies_eq() 620 static u32 wnm_get_bss_info(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) in wnm_get_bss_info() 681 struct wpa_bss *bss, u8 *buf, size_t len, in wnm_nei_rep_add_bss() 756 struct wpa_bss *bss = wpa_s->last_scan_res[i]; in wnm_add_cand_list() 850 struct wpa_bss *bss, struct wpa_ssid *ssid, in wnm_bss_tm_connect() 886 struct wpa_bss *bss; in wnm_scan_process() [all …]
|
D | events.c | 130 static struct wpa_bss * wpa_supplicant_get_new_bss( in wpa_supplicant_get_new_bss() 133 struct wpa_bss *bss = NULL; in wpa_supplicant_get_new_bss() 147 struct wpa_bss *bss = wpa_supplicant_get_new_bss(wpa_s, wpa_s->bssid); in wpa_supplicant_update_current_bss() 469 static int wpa_supplicant_match_privacy(struct wpa_bss *bss, in wpa_supplicant_match_privacy() 506 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match() 722 static int rate_match(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in rate_match() 832 static int bss_is_ess(struct wpa_bss *bss) in bss_is_ess() 872 int i, struct wpa_bss *bss, in wpa_scan_res_match() 1221 static struct wpa_bss * 1235 struct wpa_bss *bss = wpa_s->last_scan_res[i]; in wpa_supplicant_select_bss() [all …]
|
D | hs20_supplicant.c | 67 struct wpa_bss *bss = wpa_s->current_bss; in hs20_configure_frame_filters() 123 struct wpa_bss *bss) in is_hs20_network() 230 struct wpa_bss *bss; in hs20_anqp_send_req() 556 struct wpa_bss *bss, const u8 *sa, in hs20_parse_rx_hs20_anqp_resp() 796 static void hs20_osu_add_prov(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in hs20_osu_add_prov() 996 struct wpa_bss *bss; in hs20_osu_icon_fetch() 1006 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in hs20_osu_icon_fetch()
|
D | interworking.h | 28 int interworking_connect(struct wpa_supplicant *wpa_s, struct wpa_bss *bss,
|
D | sme.c | 146 struct wpa_bss *bss) in sme_auth_handle_rrm() 203 struct wpa_bss *bss, struct wpa_ssid *ssid, in sme_send_authentication() 674 struct wpa_bss *bss, struct wpa_ssid *ssid) in sme_authenticate() 1209 struct wpa_bss *bss = wpa_s->current_bss; in sme_event_assoc_reject() 1405 struct wpa_bss *bss; in sme_proc_obss_scan() 1437 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in sme_proc_obss_scan() 1571 struct wpa_bss *bss = wpa_s->current_bss; in sme_sched_obss_scan()
|
D | wps_supplicant.c | 117 struct wpa_bss *bss; in wpas_wps_eapol_cb() 187 struct wpa_bss *bss; in wpas_wps_security_workaround() 1012 struct wpa_bss *bss; in wpas_wps_add_network() 1025 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpas_wps_add_network() 1095 struct wpa_bss *bss; in wpas_wps_reassoc() 1647 struct wpa_ssid *ssid, struct wpa_bss *bss) in wpas_wps_ssid_bss_match() 1722 struct wpa_bss *bss) in wpas_wps_ssid_wildcard_ok() 1778 struct wpa_bss *selected, struct wpa_ssid *ssid) in wpas_wps_scan_pbc_overlap() 1836 struct wpa_bss *bss; in wpas_wps_notify_scan_results() 1842 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpas_wps_notify_scan_results()
|
D | mbo.c | 41 const u8 * wpas_mbo_get_bss_attr(struct wpa_bss *bss, enum mbo_attr_id attr) in wpas_mbo_get_bss_attr() 518 struct wpa_bss *bss) in mbo_build_anqp_buf()
|
D | wpas_glue.c | 373 struct wpa_bss *curr = NULL, *bss; in wpa_get_beacon_ie() 377 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_get_beacon_ie() 620 struct wpa_bss *bss; in wpa_supplicant_mark_authenticated()
|
D | ctrl_iface.c | 1025 struct wpa_bss *bss; in wpa_supplicant_ctrl_iface_ft_ds() 2637 const struct wpa_bss *bss) in wpa_supplicant_wps_ie_txt() 2652 const struct wpa_bss *bss, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_scan_result() 2788 struct wpa_bss *bss; in wpa_supplicant_ctrl_iface_scan_results() 2799 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_supplicant_ctrl_iface_scan_results() 4211 static int print_fils_indication(struct wpa_bss *bss, char *pos, char *end) in print_fils_indication() 4282 static int print_bss_info(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in print_bss_info() 4691 struct wpa_bss *bss; in wpa_supplicant_ctrl_iface_bss() 4692 struct wpa_bss *bsslast = NULL; in wpa_supplicant_ctrl_iface_bss() 4701 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, in wpa_supplicant_ctrl_iface_bss() [all …]
|
D | rrm.c | 706 struct wpa_bss *bss, u8 *buf, in wpas_beacon_rep_add_frame_body() 789 struct wpabuf **wpa_buf, struct wpa_bss *bss, in wpas_add_beacon_rep() 1350 struct wpa_bss *bss = in wpas_beacon_rep_scan_process()
|
D | wpa_supplicant.c | 1115 struct wpa_bss *bss, struct wpa_ssid *ssid, in wpa_supplicant_set_suites() 1573 struct wpa_bss *test_bss) in wpas_valid_bss() 1575 struct wpa_bss *bss; in wpas_valid_bss() 1577 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpas_valid_bss() 1600 int wpas_valid_bss_ssid(struct wpa_supplicant *wpa_s, struct wpa_bss *test_bss, in wpas_valid_bss_ssid() 1707 struct wpa_bss *bss, struct wpa_ssid *ssid) in wpa_supplicant_associate() 1862 static int bss_is_ibss(struct wpa_bss *bss) in bss_is_ibss() 1914 struct wpa_bss *bss = wpa_s->last_scan_res[j]; in ibss_mesh_setup_freq() 2169 struct wpa_bss *bss = cwork->bss; in wpas_start_assoc_cb() 5775 struct wpa_bss *bss, *cbss; in get_bss_freqs_in_ess() [all …]
|
D | p2p_supplicant.h | 80 int wpas_p2p_assoc_req_ie(struct wpa_supplicant *wpa_s, struct wpa_bss *bss,
|
D | p2p_supplicant.c | 1026 struct wpa_bss *bss; in wpas_p2p_persistent_group() 4701 struct wpa_bss *bss; in wpas_p2p_peer_go() 4727 struct wpa_bss *bss = NULL; in wpas_p2p_scan_res_join() 5092 struct wpa_bss *bss; in wpas_p2p_join_start() 6244 struct wpa_bss *bss = in wpas_p2p_group_add_persistent() 6699 int wpas_p2p_assoc_req_ie(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in wpas_p2p_assoc_req_ie()
|
D | scan.c | 1083 struct wpa_bss *bss; in wpa_supplicant_scan()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_old_handlers.h | 12 struct wpa_bss; 37 struct wpa_bss *bss);
|
D | dbus_new_handlers.c | 3371 struct wpa_bss *bss; in wpas_dbus_getter_bsss() 3389 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpas_dbus_getter_bsss() 3657 static struct wpa_bss * get_bss_helper(struct bss_handler_args *args, in get_bss_helper() 3660 struct wpa_bss *res = wpa_bss_get_id(args->wpa_s, args->id); in get_bss_helper() 3688 struct wpa_bss *res; in wpas_dbus_getter_bss_bssid() 3714 struct wpa_bss *res; in wpas_dbus_getter_bss_ssid() 3740 struct wpa_bss *res; in wpas_dbus_getter_bss_privacy() 3767 struct wpa_bss *res; in wpas_dbus_getter_bss_mode() 3816 struct wpa_bss *res; in wpas_dbus_getter_bss_signal() 3843 struct wpa_bss *res; in wpas_dbus_getter_bss_frequency() [all …]
|
D | dbus_old_handlers.c | 355 struct wpa_bss *bss; in wpas_dbus_iface_scan_results() 371 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpas_dbus_iface_scan_results() 412 struct wpa_bss *bss) in wpas_dbus_bssid_properties()
|
D | dbus_old.c | 175 struct wpa_bss *bss; in wpas_dispatch_bssid_method()
|