Home
last modified time | relevance | path

Searched refs:bss (Results 1 – 25 of 126) sorted by relevance

123456

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dbss.c25 void wpa_bss_remove(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in wpa_bss_remove() argument
31 if (wpa_s->last_scan_res[i] == bss) { in wpa_bss_remove()
41 dl_list_del(&bss->list); in wpa_bss_remove()
42 dl_list_del(&bss->list_id); in wpa_bss_remove()
45 " SSID '%s' due to %s", bss->id, MAC2STR(bss->bssid), in wpa_bss_remove()
46 wpa_ssid_txt(bss->ssid, bss->ssid_len), reason); in wpa_bss_remove()
47 os_free(bss); in wpa_bss_remove()
62 struct wpa_bss *bss; in wpa_bss_get() local
63 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_get()
64 if (os_memcmp(bss->bssid, bssid, ETH_ALEN) == 0 && in wpa_bss_get()
[all …]
Dmbo.c74 const u8 * wpas_mbo_get_bss_attr(struct wpa_bss *bss, enum mbo_attr_id attr) in wpas_mbo_get_bss_attr() argument
78 if (!bss) in wpas_mbo_get_bss_attr()
81 mbo = wpa_bss_get_vendor_ie(bss, MBO_IE_VENDOR_TYPE); in wpas_mbo_get_bss_attr()
92 void wpas_mbo_check_pmf(struct wpa_supplicant *wpa_s, struct wpa_bss *bss in wpas_mbo_check_pmf() argument
102 if (!bss) in wpas_mbo_check_pmf()
104 mbo = wpas_mbo_get_bss_attr(bss, MBO_ATTR_ID_AP_CAPA_IND); in wpas_mbo_check_pmf()
105 oce = wpas_mbo_get_bss_attr(bss, OCE_ATTR_ID_CAPA_IND); in wpas_mbo_check_pmf()
110 rsne = wpa_bss_get_ie(bss, WLAN_EID_RSN); in wpas_mbo_check_pmf()
514 struct wpa_bss_tmp_disallowed *bss; in wpas_get_disallowed_bss() local
516 dl_list_for_each(bss, &wpa_s->bss_tmp_disallowed, in wpas_get_disallowed_bss()
[all …]
Dbss.h65 static inline const u8 * wpa_bss_ie_ptr(const struct wpa_bss *bss) in wpa_bss_ie_ptr() argument
67 return bss->ies; in wpa_bss_ie_ptr()
74 void wpa_bss_remove(struct wpa_supplicant *wpa_s, struct wpa_bss *bss,
84 const u8 * wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie);
85 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type);
86 int wpa_bss_ext_capab(const struct wpa_bss *bss, unsigned int capab);
Dwnm_sta.c325 struct wpa_bss *bss = wpa_s->current_bss; in compare_scan_neighbor_results() local
328 if (!bss) in compare_scan_neighbor_results()
366 if (bss->ssid_len != target->ssid_len || in compare_scan_neighbor_results()
367 os_memcmp(bss->ssid, target->ssid, bss->ssid_len) != 0) { in compare_scan_neighbor_results()
390 if (target->level < bss->level && target->level < -80) { in compare_scan_neighbor_results()
440 static u32 wnm_get_bss_info(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) in wnm_get_bss_info() argument
451 if (bss->caps & WLAN_CAPABILITY_SPECTRUM_MGMT) in wnm_get_bss_info()
453 if (bss->caps & WLAN_CAPABILITY_QOS) in wnm_get_bss_info()
455 if (bss->caps & WLAN_CAPABILITY_APSD) in wnm_get_bss_info()
457 if (bss->caps & WLAN_CAPABILITY_RADIO_MEASUREMENT) in wnm_get_bss_info()
[all …]
Drrm.c412 struct wpa_bss *bss, u8 *buf, in wpas_beacon_rep_add_frame_body() argument
447 WPA_PUT_LE64(pos, bss->tsf); in wpas_beacon_rep_add_frame_body()
448 pos += sizeof(bss->tsf); in wpas_beacon_rep_add_frame_body()
449 WPA_PUT_LE16(pos, bss->beacon_int); in wpas_beacon_rep_add_frame_body()
451 WPA_PUT_LE16(pos, bss->caps); in wpas_beacon_rep_add_frame_body()
495 struct wpa_bss *bss, in wpas_add_beacon_rep_elem() argument
516 bss, buf + sizeof(*rep), in wpas_add_beacon_rep_elem()
561 struct wpabuf **wpa_buf, struct wpa_bss *bss, in wpas_add_beacon_rep() argument
565 u8 *ies = (u8 *) (bss + 1); in wpas_add_beacon_rep()
567 size_t ies_len = bss->ie_len ? bss->ie_len : bss->beacon_ie_len; in wpas_add_beacon_rep()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.c24 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss) in hostapd_config_defaults_bss() argument
26 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()
28 bss->wep_rekeying_period = 300; in hostapd_config_defaults_bss()
30 bss->broadcast_key_idx_min = 1; in hostapd_config_defaults_bss()
31 bss->broadcast_key_idx_max = 2; in hostapd_config_defaults_bss()
33 bss->wpa_group_rekey = 600; in hostapd_config_defaults_bss()
34 bss->wpa_gmk_rekey = 86400; in hostapd_config_defaults_bss()
35 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss()
36 bss->wpa_pairwise = WPA_CIPHER_TKIP; in hostapd_config_defaults_bss()
37 bss->wpa_group = WPA_CIPHER_TKIP; in hostapd_config_defaults_bss()
[all …]
/hal_espressif-latest/components/esp_common/
Dsoc.lf23 .rtc.bss
35 .iram.bss+
43 .ext_ram.bss+
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Dstub_32s2.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32s3.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32s3_beta_2.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32c2.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32c3.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32c5_beta_3.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32c6.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32c6_beta.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32h2.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32h2_beta_1.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32h2_beta_2.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dstub_32p4.ld14 .bss : ALIGN(4) {
16 *(.bss)
/hal_espressif-latest/tools/esptool_py/test/images/ram_helloworld/source/ld/
Dapp_32.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dapp_32c2.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dapp_32c3.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dapp_32c5.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dapp_32c6.ld14 .bss : ALIGN(4) {
16 *(.bss)
Dapp_32c61.ld14 .bss : ALIGN(4) {
16 *(.bss)

123456