Home
last modified time | relevance | path

Searched defs:bss (Results 1 – 25 of 53) sorted by relevance

123

/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Dbss.c34 static void wpa_bss_set_hessid(struct wpa_bss *bss) in wpa_bss_set_hessid()
122 int wpa_bss_anqp_unshare_alloc(struct wpa_bss *bss) in wpa_bss_anqp_unshare_alloc()
223 void wpa_bss_remove(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in wpa_bss_remove()
263 struct wpa_bss *bss; in wpa_bss_get() local
314 struct wpa_bss *bss) in wpa_bss_is_wps_candidate()
354 static int wpa_bss_known(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) in wpa_bss_known()
370 static int wpa_bss_in_use(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) in wpa_bss_in_use()
389 struct wpa_bss *bss; in wpa_bss_remove_oldest_unknown() local
405 struct wpa_bss *bss; in wpa_bss_remove_oldest() local
433 struct wpa_bss *bss; in wpa_bss_add() local
[all …]
H A Dbgscan_learn.c39 struct dl_list bss; member
45 static void bss_free(struct bgscan_learn_bss *bss) in bss_free()
68 static void bgscan_learn_add_neighbor(struct bgscan_learn_bss *bss, in bgscan_learn_add_neighbor()
91 struct bgscan_learn_bss *bss; in bgscan_learn_get_bss() local
105 struct bgscan_learn_bss *bss; in bgscan_learn_load() local
164 struct bgscan_learn_bss *bss; in bgscan_learn_save() local
214 struct bgscan_learn_bss *bss; in bgscan_learn_get_freqs() local
447 struct bgscan_learn_bss *bss, *n; in bgscan_learn_deinit() local
465 struct wpa_scan_res *bss) in bgscan_learn_bss_match()
512 struct bgscan_learn_bss *bss; in bgscan_learn_notify_scan() local
H A Dinterworking.c230 static int additional_roaming_consortiums(struct wpa_bss *bss) in additional_roaming_consortiums()
248 struct wpa_bss *bss) in interworking_anqp_send_req()
881 struct wpa_cred *cred, struct wpa_bss *bss) in already_connected()
908 struct wpa_bss *bss) in remove_duplicate_network()
970 struct wpa_bss *bss, int only_add) in interworking_connect_3gpp()
1170 static int cred_no_required_oi_match(struct wpa_cred *cred, struct wpa_bss *bss) in cred_no_required_oi_match()
1191 static int cred_excluded_ssid(struct wpa_cred *cred, struct wpa_bss *bss) in cred_excluded_ssid()
1210 struct wpa_cred *cred, struct wpa_bss *bss) in cred_below_min_backhaul()
1271 struct wpa_cred *cred, struct wpa_bss *bss) in cred_over_max_bss_load()
1323 struct wpa_cred *cred, struct wpa_bss *bss) in cred_conn_capab_missing()
[all …]
H A Devents.c138 struct wpa_bss *bss = NULL; in wpa_supplicant_get_new_bss() local
152 struct wpa_bss *bss = wpa_supplicant_get_new_bss(wpa_s, wpa_s->bssid); in wpa_supplicant_update_current_bss() local
493 static int wpa_supplicant_match_privacy(struct wpa_bss *bss, in wpa_supplicant_match_privacy()
535 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match()
788 static int rate_match(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in rate_match()
898 static int bss_is_ess(struct wpa_bss *bss) in bss_is_ess()
937 static void owe_trans_ssid(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in owe_trans_ssid()
1012 int i, struct wpa_bss *bss, in wpa_scan_res_match()
1400 struct wpa_bss *bss = wpa_s->last_scan_res[i]; in wpa_supplicant_select_bss() local
1421 struct wpa_bss *bss = wpa_s->last_scan_res[i]; in wpa_supplicant_select_bss() local
[all …]
H A Dwnm_sta.c516 struct wpa_bss *bss = wpa_s->current_bss; in wnm_nei_get_chan() local
710 struct wpa_bss *bss = wpa_s->current_bss; in compare_scan_neighbor_results() local
837 static u32 wnm_get_bss_info(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) in wnm_get_bss_info()
902 struct wpa_bss *bss, struct wpabuf **buf, in wnm_nei_rep_add_bss()
976 struct wpa_bss *bss = wpa_s->last_scan_res[i]; in wnm_add_cand_list() local
1080 struct wpa_bss *bss, struct wpa_ssid *ssid, in wnm_bss_tm_connect()
1116 struct wpa_bss *bss; in wnm_scan_process() local
1294 struct wpa_bss *bss; in wnm_fetch_scan_results() local
H A Dhs20_supplicant.c69 struct wpa_bss *bss = wpa_s->current_bss; in hs20_configure_frame_filters() local
146 int get_hs20_version(struct wpa_bss *bss) in get_hs20_version()
162 struct wpa_bss *bss) in is_hs20_network()
269 struct wpa_bss *bss; in hs20_anqp_send_req() local
590 struct wpa_bss *bss, const u8 *sa, in hs20_parse_rx_hs20_anqp_resp()
856 static void hs20_osu_add_prov(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in hs20_osu_add_prov()
1060 struct wpa_bss *bss; in hs20_osu_icon_fetch() local
H A Dwps_supplicant.h113 struct wpa_bss *bss) in wpas_wps_ssid_bss_match()
120 struct wpa_bss *bss) in wpas_wps_ssid_wildcard_ok()
H A Dmesh.c137 static void wpas_mesh_copy_groups(struct hostapd_data *bss, in wpas_mesh_copy_groups()
159 struct hostapd_data *bss = ifmsh->bss[0]; in wpas_mesh_init_rsn() local
248 struct hostapd_data *bss; in wpa_supplicant_mesh_init() local
H A Dbss.h153 static inline int bss_is_dmg(const struct wpa_bss *bss) in bss_is_dmg()
163 static inline int bss_is_pbss(struct wpa_bss *bss) in bss_is_pbss()
169 static inline void wpa_bss_update_level(struct wpa_bss *bss, int new_level) in wpa_bss_update_level()
H A Dmbo.c67 const u8 * wpas_mbo_get_bss_attr(struct wpa_bss *bss, enum mbo_attr_id attr) in wpas_mbo_get_bss_attr()
574 struct wpa_bss *bss, u32 mbo_subtypes) in mbo_build_anqp_buf()
611 struct wpa_bss *bss, const u8 *sa, in mbo_parse_rx_anqp_resp()
H A Dsme.c184 struct wpa_bss *bss) in sme_auth_handle_rrm()
241 struct wpa_bss *bss, struct wpa_ssid *ssid, in sme_send_authentication()
864 struct wpa_bss *bss, struct wpa_ssid *ssid) in sme_authenticate()
1873 struct wpa_bss *bss = wpa_s->current_bss; in sme_event_assoc_reject() local
2066 struct wpa_bss *bss; in sme_proc_obss_scan() local
2232 struct wpa_bss *bss = wpa_s->current_bss; in sme_sched_obss_scan() local
H A Dwpa_supplicant.c451 struct wpa_bss_tmp_disallowed *bss, *prev; in free_bss_tmp_disallowed() local
1223 struct wpa_bss *bss, struct wpa_ssid *ssid, in wpa_supplicant_set_suites()
1800 struct wpa_bss *bss; in wpas_valid_bss() local
1932 struct wpa_bss *bss, struct wpa_ssid *ssid) in wpa_supplicant_associate()
2107 static int bss_is_ibss(struct wpa_bss *bss) in bss_is_ibss()
2160 struct wpa_bss *bss = wpa_s->last_scan_res[j]; in ibss_mesh_setup_freq() local
2522 struct wpa_bss *bss, struct wpa_ssid *ssid, in wpas_populate_assoc_ies()
3017 struct wpa_bss *bss = cwork->bss; in wpas_start_assoc_cb() local
3992 struct wpa_bss *bss; in owe_trans_ssid_match() local
6666 struct wpa_bss *bss, *cbss; in get_bss_freqs_in_ess() local
[all …]
H A Dwps_supplicant.c117 struct wpa_bss *bss; in wpas_wps_eapol_cb() local
187 struct wpa_bss *bss; in wpas_wps_security_workaround() local
1032 struct wpa_bss *bss; in wpas_wps_add_network() local
1114 struct wpa_bss *bss; in wpas_wps_reassoc() local
1675 struct wpa_ssid *ssid, struct wpa_bss *bss) in wpas_wps_ssid_bss_match()
1750 struct wpa_bss *bss) in wpas_wps_ssid_wildcard_ok()
1864 struct wpa_bss *bss; in wpas_wps_notify_scan_results() local
H A Drrm.c758 struct wpa_bss *bss, u8 *buf, in wpas_beacon_rep_add_frame_body()
841 struct wpa_bss *bss, in wpas_add_beacon_rep_elem()
907 struct wpabuf **wpa_buf, struct wpa_bss *bss, in wpas_add_beacon_rep()
1495 struct wpa_bss *bss = in wpas_beacon_rep_scan_process() local
H A Dsme.h50 struct wpa_bss *bss, in sme_authenticate()
/dflybsd-src/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c287 struct i802_bss *bss; in get_bss_ifindex() local
530 static int nl80211_set_iface_id(struct nl_msg *msg, struct i802_bss *bss) in nl80211_set_iface_id()
538 struct nl_msg * nl80211_cmd_msg(struct i802_bss *bss, int flags, uint8_t cmd) in nl80211_cmd_msg()
583 struct nl_msg * nl80211_bss_msg(struct i802_bss *bss, int flags, uint8_t cmd) in nl80211_bss_msg()
619 int nl80211_get_wiphy_index(struct i802_bss *bss) in nl80211_get_wiphy_index()
636 static enum nl80211_iftype nl80211_get_ifmode(struct i802_bss *bss) in nl80211_get_ifmode()
653 static int nl80211_get_macaddr(struct i802_bss *bss) in nl80211_get_macaddr()
741 nl80211_get_wiphy_data_ap(struct i802_bss *bss) in nl80211_get_wiphy_data_ap()
817 static void nl80211_put_wiphy_data_ap(struct i802_bss *bss) in nl80211_put_wiphy_data_ap()
853 struct i802_bss *bss = priv; in nl80211_get_ifindex() local
[all …]
H A Ddriver_nl80211_scan.c89 static int nl80211_abort_scan(struct i802_bss *bss) in nl80211_abort_scan()
181 nl80211_scan_common(struct i802_bss *bss, u8 cmd, in nl80211_scan_common()
318 int wpa_driver_nl80211_scan(struct i802_bss *bss, in wpa_driver_nl80211_scan()
496 struct i802_bss *bss = priv; in wpa_driver_nl80211_sched_scan() local
645 struct i802_bss *bss = priv; in wpa_driver_nl80211_stop_sched_scan() local
700 struct nlattr *bss[NL80211_BSS_MAX + 1]; in nl80211_parse_bss_info() local
972 struct i802_bss *bss = priv; in wpa_driver_nl80211_get_scan_results() local
1021 struct i802_bss *bss = priv; in wpa_driver_nl80211_abort_scan() local
1070 int wpa_driver_nl80211_vendor_scan(struct i802_bss *bss, in wpa_driver_nl80211_vendor_scan()
1245 struct i802_bss *bss = priv; in nl80211_set_default_scan_ies() local
H A Ddriver_nl80211_android.c42 static int android_priv_cmd(struct i802_bss *bss, const char *cmd) in android_priv_cmd()
75 int android_pno_start(struct i802_bss *bss, in android_pno_start()
147 int android_pno_stop(struct i802_bss *bss) in android_pno_stop()
H A Ddriver_nl80211_event.c541 struct i802_bss *bss; in mlme_event_ch_switch() local
633 static void mlme_event_mgmt(struct i802_bss *bss, in mlme_event_mgmt()
879 static void mlme_event(struct i802_bss *bss, in mlme_event()
966 static void mlme_event_michael_mic_failure(struct i802_bss *bss, in mlme_event_michael_mic_failure()
1110 struct i802_bss *bss, in mlme_event_dh_event()
1333 struct i802_bss *bss, in nl80211_new_station_event()
1366 struct i802_bss *bss, in nl80211_del_station_event()
1653 static void nl80211_spurious_frame(struct i802_bss *bss, struct nlattr **tb, in nl80211_spurious_frame()
2416 static void do_process_drv_event(struct i802_bss *bss, int cmd, in do_process_drv_event()
2646 struct i802_bss *bss; in process_global_event() local
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Dhw_features_common.c156 void get_pri_sec_chan(struct wpa_scan_res *bss, int *pri_chan, int *sec_chan) in get_pri_sec_chan()
201 struct wpa_scan_res *bss = scan_res->res[i]; in check_40mhz_5g() local
220 struct wpa_scan_res *bss = scan_res->res[i]; in check_40mhz_5g() local
230 struct wpa_scan_res *bss = scan_res->res[i]; in check_40mhz_5g() local
247 static int check_20mhz_bss(struct wpa_scan_res *bss, int pri_freq, int start, in check_20mhz_bss()
296 struct wpa_scan_res *bss = scan_res->res[i]; in check_40mhz_2g4() local
/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dap_config.c27 static void hostapd_config_free_vlan(struct hostapd_bss_config *bss) in hostapd_config_free_vlan()
47 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss) in hostapd_config_defaults_bss()
159 struct hostapd_bss_config *bss; in hostapd_config_defaults() local
1030 static int hostapd_config_check_bss(struct hostapd_bss_config *bss, in hostapd_config_check_bss()
1284 void hostapd_set_security_params(struct hostapd_bss_config *bss, in hostapd_set_security_params()
H A Dhostapd.c1761 struct hostapd_data *bss = iface->bss[i]; in hostapd_owe_iface_iter() local
1814 struct hostapd_data *bss = iface->bss[i]; in hostapd_owe_iface_iter2() local
2217 struct hostapd_bss_config *bss) in hostapd_alloc_bss_data()
2445 struct hostapd_bss_config *bss; in hostapd_interface_init_bss() local
2708 struct hostapd_bss_config *bss; in hostapd_config_alloc() local
H A Dairtime_policy.c132 struct hostapd_data *bss; in update_airtime_weights() local
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dsubsegs.h72 unsigned int bss : 1; member
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dsubsegs.h72 unsigned int bss : 1; member

123