HomeSort by: relevance | last modified time | path
    Searched refs:bss (Results 1 - 25 of 268) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/sys/modules/xldscripts/
kmodule 5 /* Pre-loaded modules must have merged BSS and data. */
9 *(.bss)
10 *(.bss.*)
  /src/usr.sbin/sysinst/arch/playstation2/
mbr_buf.S 3 .bss
  /src/external/bsd/wpa/dist/wpa_supplicant/
bss.c 2 * BSS table
22 #include "bss.h"
24 static void wpa_bss_set_hessid(struct wpa_bss *bss)
27 const u8 *ie = wpa_bss_get_ie(bss, WLAN_EID_INTERWORKING);
29 os_memset(bss->hessid, 0, ETH_ALEN);
33 os_memcpy(bss->hessid, ie + 3, ETH_ALEN);
35 os_memcpy(bss->hessid, ie + 5, ETH_ALEN);
41 * wpa_bss_anqp_alloc - Allocate ANQP data structure for a BSS entry
45 * shared by multiple BSS entries and each shared entry is freed with
105 * wpa_bss_anqp_unshare_alloc - Unshare ANQP data (if shared) in a BSS entr
263 struct wpa_bss *bss; local
433 struct wpa_bss *bss; local
449 struct wpa_bss *bss; local
477 struct wpa_bss *bss; local
836 struct wpa_bss *bss; local
982 struct wpa_bss *bss, *n; local
1015 struct wpa_bss *bss, *n; local
1070 struct wpa_bss *bss, *n; local
1104 struct wpa_bss *bss; local
1129 struct wpa_bss *bss, *found = NULL; local
1157 struct wpa_bss *bss, *found = NULL; local
1181 struct wpa_bss *bss; local
1204 struct wpa_bss *bss; local
    [all...]
bgscan_learn.c 39 struct dl_list bss; member in struct:bgscan_learn_data
45 static void bss_free(struct bgscan_learn_bss *bss)
47 os_free(bss->neigh);
48 os_free(bss);
68 static void bgscan_learn_add_neighbor(struct bgscan_learn_bss *bss,
73 if (ether_addr_equal(bss->bssid, bssid))
75 if (bssid_in_array(bss->neigh, bss->num_neigh, bssid))
78 n = os_realloc_array(bss->neigh, bss->num_neigh + 1, ETH_ALEN)
91 struct bgscan_learn_bss *bss; local
105 struct bgscan_learn_bss *bss; local
164 struct bgscan_learn_bss *bss; local
214 struct bgscan_learn_bss *bss; local
447 struct bgscan_learn_bss *bss, *n; local
512 struct bgscan_learn_bss *bss; local
    [all...]
bss.h 2 * BSS table
41 * struct wpa_bss_anqp - ANQP data for a BSS entry (struct wpa_bss)
44 /** Number of BSS entries referring to this ANQP data instance */
71 * struct wpa_bss - BSS table
77 /** List entry for struct wpa_supplicant::bss */
81 /** Unique identifier for this BSS entry */
83 /** Number of counts without seeing this BSS */
87 /** Information flags about the BSS/IBSS (WPA_BSS_*) */
147 static inline const u8 * wpa_bss_ie_ptr(const struct wpa_bss *bss)
149 return bss->ies
    [all...]
ap.c 481 struct hostapd_bss_config *bss = conf->bss[0]; local
485 os_strlcpy(bss->iface, wpa_s->ifname, sizeof(bss->iface));
495 bss->pbss = ssid->pbss;
549 bss->isolate = !wpa_s->conf->p2p_intra_bss;
550 bss->extended_key_id = wpa_s->conf->extended_key_id;
551 bss->force_per_enrollee_psk = wpa_s->global->p2p_per_sta_psk;
552 bss->wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey;
555 os_memcpy(bss->ip_addr_go, wpa_s->p2pdev->conf->ip_addr_go, 4)
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/or1k/
or1k-test.ld 49 .bss :
51 *(.bss)
52 *(.bss.*)
55 The start-up assembly code can only clear BSS section sizes
56 which are aligned to 4 bytes. However, the size of the BSS
61 align the BSS section size, to no avail:
67 _bss_begin = ADDR(.bss);
68 _bss_end = _bss_begin + SIZEOF(.bss);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/
or1k-test.ld 49 .bss :
51 *(.bss)
52 *(.bss.*)
55 The start-up assembly code can only clear BSS section sizes
56 which are aligned to 4 bytes. However, the size of the BSS
61 align the BSS section size, to no avail:
67 _bss_begin = ADDR(.bss);
68 _bss_end = _bss_begin + SIZEOF(.bss);
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 30 static int hostapd_config_read_vlan_file(struct hostapd_bss_config *bss,
110 vlan->next = bss->vlan;
111 bss->vlan = vlan;
301 user = NULL; /* already in the BSS list */
612 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val)
622 if (hostapd_parse_ip_addr(val, &bss->radius_das_client_addr))
625 os_free(bss->radius_das_shared_secret);
626 bss->radius_das_shared_secret = (u8 *) os_strdup(secret);
627 if (bss->radius_das_shared_secret == NULL)
629 bss->radius_das_shared_secret_len = os_strlen(secret)
877 struct hostapd_bss_config **all, *bss; local
5152 struct hostapd_bss_config *bss; local
    [all...]
config_file.h 16 struct hostapd_bss_config *bss, const char *field,
  /src/sys/arch/luna68k/stand/boot/
boot.ldscript 14 /* The data and bss sections are 8 byte aligned on ELF format,
35 .bss :
38 *(.bss)
39 *(.bss.*)
41 /* Align here to ensure that the .bss section occupies space up to
42 _end. Align after .bss to ensure correct alignment even if the
43 .bss section disappears because there are no input sections. */
  /src/sys/modules/ath_hal/
ath_hal.ldscript 5 /* Pre-loaded modules must have merged BSS and data. */
9 *(.bss)
10 *(.bss.*)
  /src/external/bsd/wpa/dist/src/ap/
ap_config.c 28 static void hostapd_config_free_vlan(struct hostapd_bss_config *bss)
32 vlan = bss->vlan;
40 bss->vlan = NULL;
48 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss)
50 dl_list_init(&bss->anqp_elem);
52 bss->logger_syslog_level = HOSTAPD_LEVEL_INFO;
53 bss->logger_stdout_level = HOSTAPD_LEVEL_INFO;
54 bss->logger_syslog = (unsigned int) -1;
55 bss->logger_stdout = (unsigned int) -1;
58 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED
188 struct hostapd_bss_config *bss; local
    [all...]
airtime_policy.c 20 * 1. Static weights: specify weights per MAC address with a per-BSS default
21 * 2. Per-BSS limits: Dynamically calculate weights of backlogged stations to
29 * - Separate periodic per-bss (or per-iface?) callback to update weights.
32 * should the per-STA callback just adjust that for the BSS?) and calculate new
136 struct hostapd_data *bss; local
147 bss = iface->bss[i];
148 if (!bss->started || !bss->conf->airtime_weight)
151 count_backlogged_sta(bss);
    [all...]
  /src/sys/arch/acorn32/stand/
module.ldscript 30 .bss : { *(.bss) *(COMMON) }
  /src/sys/arch/hppa/stand/boot/
ld.script 34 .bss : {
37 *(.bss)
  /src/sys/arch/hppa/stand/cdboot/
ld.script 34 .bss : {
37 *(.bss)
  /src/sys/arch/mmeye/conf/
shl.x 21 .bss :
24 *(.bss)
  /src/sys/arch/alpha/conf/
kern.ldscript 47 * Small-data located along side GOT and small-bss for
71 .bss :
73 *(.bss .bss.*)
  /src/sys/arch/amd64/stand/prekern/
prekern.ldscript 36 .bss :
38 *(.bss)
39 *(.bss.*)
  /src/sys/arch/arm/conf/
kern.ldscript.tail 25 .bss :
28 *(.bss)
29 *(.bss.*)
31 /* Align here to ensure that the .bss section occupies space up to
32 _end. Align after .bss to ensure correct alignment even if the
33 .bss section disappears because there are no input sections. */
  /src/sys/arch/i386/conf/
stand.ldscript 38 .bss :
40 *(.bss)
41 *(.bss.*)
  /src/sys/arch/shark/conf/
kern.ldscript 32 .bss :
35 *(.bss)
36 *(.bss.*)
38 /* Align here to ensure that the .bss section occupies space up to
39 _end. Align after .bss to ensure correct alignment even if the
40 .bss section disappears because there are no input sections. */
  /src/sys/arch/usermode/conf/
kern.ldscript 58 .bss :
60 *(.bss)
61 *(.bss.*)
  /src/sys/arch/bebox/stand/boot/
ld.script 28 .rel.bss : { *(.rel.bss) }
29 .rela.bss : { *(.rela.bss) }
66 .bss :
69 *(.bss)

Completed in 51 milliseconds

1 2 3 4 5 6 7 8 91011