/external/wpa_supplicant_8/wpa_supplicant/ |
D | bss.h | 54 struct wpa_bss { struct 115 struct wpa_bss * wpa_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid, argument 117 struct wpa_bss * wpa_bss_get_bssid(struct wpa_supplicant *wpa_s, 119 struct wpa_bss * wpa_bss_get_bssid_latest(struct wpa_supplicant *wpa_s, 121 struct wpa_bss * wpa_bss_get_p2p_dev_addr(struct wpa_supplicant *wpa_s, 123 struct wpa_bss * wpa_bss_get_id(struct wpa_supplicant *wpa_s, unsigned int id); 124 struct wpa_bss * wpa_bss_get_id_range(struct wpa_supplicant *wpa_s, 126 const u8 * wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie); 127 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type); 128 const u8 * wpa_bss_get_vendor_ie_beacon(const struct wpa_bss *bss, [all …]
|
D | bss.c | 38 static void wpa_bss_set_hessid(struct wpa_bss *bss) in wpa_bss_set_hessid() 119 int wpa_bss_anqp_unshare_alloc(struct wpa_bss *bss) in wpa_bss_anqp_unshare_alloc() 182 struct wpa_bss *old_bss, in wpa_bss_update_pending_connect() 183 struct wpa_bss *new_bss) in wpa_bss_update_pending_connect() 206 static void wpa_bss_remove(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in wpa_bss_remove() 216 * sizeof(struct wpa_bss *)); in wpa_bss_remove() 243 struct wpa_bss * wpa_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid, in wpa_bss_get() 246 struct wpa_bss *bss; in wpa_bss_get() 249 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_get() 277 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; 40 struct wpa_ssid *ssid, struct wpa_bss *bss); 42 struct wpa_ssid *ssid, struct wpa_bss *bss); 44 struct wpa_bss *selected, struct wpa_ssid *ssid); 111 struct wpa_bss *bss) in wpas_wps_ssid_bss_match() 118 struct wpa_bss *bss) in wpas_wps_ssid_wildcard_ok() 124 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() 870 struct wpa_cred *cred, struct wpa_bss *bss) in already_connected() 873 struct wpa_bss *selected; in already_connected() 897 struct wpa_bss *bss) in remove_duplicate_network() 960 struct wpa_bss *bss, int only_add) in interworking_connect_3gpp() 1143 static int cred_no_required_oi_match(struct wpa_cred *cred, struct wpa_bss *bss) in cred_no_required_oi_match() 1164 static int cred_excluded_ssid(struct wpa_cred *cred, struct wpa_bss *bss) in cred_excluded_ssid() [all …]
|
D | wpa_supplicant_i.h | 34 struct wpa_bss; 335 struct wpa_bss *bss; 339 int wpas_valid_bss_ssid(struct wpa_supplicant *wpa_s, struct wpa_bss *test_bss, 463 struct wpa_bss *current_bss; 519 struct wpa_bss **last_scan_res; 884 struct wpa_bss *interworking_gas_bss; 1001 struct wpa_bss *bss, struct wpa_ssid *ssid, 1004 struct wpa_bss *bss, 1114 struct wpa_bss *selected, 1120 struct wpa_bss * wpa_supplicant_pick_network(struct wpa_supplicant *wpa_s,
|
D | hs20_supplicant.h | 20 struct wpa_bss *bss, const u8 *sa, 23 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 | hs20_supplicant.c | 81 struct wpa_bss *bss) in is_hs20_network() 188 struct wpa_bss *bss; in hs20_anqp_send_req() 360 struct wpa_bss *bss, const u8 *sa, in hs20_parse_rx_hs20_anqp_resp() 595 static void hs20_osu_add_prov(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in hs20_osu_add_prov() 795 struct wpa_bss *bss; in hs20_osu_icon_fetch() 805 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in hs20_osu_icon_fetch()
|
D | events.c | 127 static struct wpa_bss * wpa_supplicant_get_new_bss( in wpa_supplicant_get_new_bss() 130 struct wpa_bss *bss = NULL; in wpa_supplicant_get_new_bss() 144 struct wpa_bss *bss = wpa_supplicant_get_new_bss(wpa_s, wpa_s->bssid); in wpa_supplicant_update_current_bss() 463 static int wpa_supplicant_match_privacy(struct wpa_bss *bss, in wpa_supplicant_match_privacy() 500 struct wpa_bss *bss) in wpa_supplicant_ssid_bss_match() 664 static int rate_match(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) in rate_match() 772 static int bss_is_ess(struct wpa_bss *bss) in bss_is_ess() 812 int i, struct wpa_bss *bss, in wpa_scan_res_match() 1050 static struct wpa_bss * 1066 struct wpa_bss *bss = wpa_s->last_scan_res[i]; in wpa_supplicant_select_bss() [all …]
|
D | interworking.h | 27 int interworking_connect(struct wpa_supplicant *wpa_s, struct wpa_bss *bss,
|
D | wnm_sta.c | 414 struct wpa_bss *bss = wpa_s->current_bss; in wnm_nei_get_chan() 470 static struct wpa_bss * 475 struct wpa_bss *bss = wpa_s->current_bss; in compare_scan_neighbor_results() 476 struct wpa_bss *target; in compare_scan_neighbor_results() 598 struct wpa_bss *bss; in wnm_scan_process()
|
D | sme.c | 146 struct wpa_bss *bss) in sme_auth_handle_rrm() 195 struct wpa_bss *bss, struct wpa_ssid *ssid, in sme_send_authentication() 597 struct wpa_bss *bss, struct wpa_ssid *ssid) in sme_authenticate() 1030 struct wpa_bss *bss = wpa_s->current_bss; in sme_event_assoc_reject() 1226 struct wpa_bss *bss; in sme_proc_obss_scan() 1258 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in sme_proc_obss_scan() 1407 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() 993 struct wpa_bss *bss; in wpas_wps_add_network() 1006 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpas_wps_add_network() 1076 struct wpa_bss *bss; in wpas_wps_reassoc() 1587 struct wpa_ssid *ssid, struct wpa_bss *bss) in wpas_wps_ssid_bss_match() 1662 struct wpa_bss *bss) in wpas_wps_ssid_wildcard_ok() 1718 struct wpa_bss *selected, struct wpa_ssid *ssid) in wpas_wps_scan_pbc_overlap() 1776 struct wpa_bss *bss; in wpas_wps_notify_scan_results() 1782 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpas_wps_notify_scan_results()
|
D | wpas_glue.c | 372 struct wpa_bss *curr = NULL, *bss; in wpa_get_beacon_ie() 376 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_get_beacon_ie() 591 struct wpa_bss *bss; in wpa_supplicant_mark_authenticated()
|
D | ctrl_iface.c | 848 struct wpa_bss *bss; in wpa_supplicant_ctrl_iface_ft_ds() 2453 const struct wpa_bss *bss) in wpa_supplicant_wps_ie_txt() 2468 const struct wpa_bss *bss, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_scan_result() 2588 struct wpa_bss *bss; in wpa_supplicant_ctrl_iface_scan_results() 2599 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_supplicant_ctrl_iface_scan_results() 3976 static int print_bss_info(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in print_bss_info() 4303 struct wpa_bss *bss; in wpa_supplicant_ctrl_iface_bss() 4304 struct wpa_bss *bsslast = NULL; in wpa_supplicant_ctrl_iface_bss() 4313 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, in wpa_supplicant_ctrl_iface_bss() 4315 bsslast = dl_list_last(&wpa_s->bss_id, struct wpa_bss, in wpa_supplicant_ctrl_iface_bss() [all …]
|
D | wpa_supplicant.c | 1031 struct wpa_bss *bss, struct wpa_ssid *ssid, in wpa_supplicant_set_suites() 1449 struct wpa_bss *test_bss) in wpas_valid_bss() 1451 struct wpa_bss *bss; in wpas_valid_bss() 1453 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpas_valid_bss() 1476 int wpas_valid_bss_ssid(struct wpa_supplicant *wpa_s, struct wpa_bss *test_bss, in wpas_valid_bss_ssid() 1583 struct wpa_bss *bss, struct wpa_ssid *ssid) in wpa_supplicant_associate() 1710 static int bss_is_ibss(struct wpa_bss *bss) in bss_is_ibss() 1735 struct wpa_bss *bss = wpa_s->last_scan_res[j]; in ibss_mesh_setup_freq() 1934 struct wpa_bss *bss = cwork->bss; in wpas_start_assoc_cb() 4848 struct wpa_bss *bss, *cbss; in get_bss_freqs_in_ess() [all …]
|
D | p2p_supplicant.h | 66 int wpas_p2p_assoc_req_ie(struct wpa_supplicant *wpa_s, struct wpa_bss *bss,
|
D | p2p_supplicant.c | 957 struct wpa_bss *bss; in wpas_p2p_persistent_group() 4275 struct wpa_bss *bss; in wpas_p2p_peer_go() 4301 struct wpa_bss *bss = NULL; in wpas_p2p_scan_res_join() 4649 struct wpa_bss *bss; in wpas_p2p_join_start() 5568 struct wpa_bss *bss = in wpas_p2p_group_add_persistent() 6002 int wpas_p2p_assoc_req_ie(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in wpas_p2p_assoc_req_ie()
|
/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 | 3188 struct wpa_bss *bss; in wpas_dbus_getter_bsss() 3206 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpas_dbus_getter_bsss() 3407 static struct wpa_bss * get_bss_helper(struct bss_handler_args *args, in get_bss_helper() 3410 struct wpa_bss *res = wpa_bss_get_id(args->wpa_s, args->id); in get_bss_helper() 3437 struct wpa_bss *res; in wpas_dbus_getter_bss_bssid() 3462 struct wpa_bss *res; in wpas_dbus_getter_bss_ssid() 3487 struct wpa_bss *res; in wpas_dbus_getter_bss_privacy() 3513 struct wpa_bss *res; in wpas_dbus_getter_bss_mode() 3554 struct wpa_bss *res; in wpas_dbus_getter_bss_signal() 3580 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()
|