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

1 2 3

  /src/sys/compat/linux/common/
linux_sig_notalpha.c 100 sigset_t bss; local
105 error = sigprocmask1(l, SIG_SETMASK, 0, &bss);
109 native_to_linux_old_sigset(&lss, &bss);
linux_signal.c 103 linux_old_extra_to_native_sigset(sigset_t *bss, const linux_old_sigset_t *lss, const unsigned long *extra)
114 linux_to_native_sigset(bss, &lsnew);
118 native_to_linux_old_extra_sigset(linux_old_sigset_t *lss, unsigned long *extra, const sigset_t *bss)
122 native_to_linux_sigset(&lsnew, bss);
133 linux_to_native_sigset(sigset_t *bss, const linux_sigset_t *lss)
137 sigemptyset(bss);
142 sigaddset(bss, newsig);
148 native_to_linux_sigset(linux_sigset_t *lss, const sigset_t *bss)
154 if (sigismember(bss, i)) {
511 sigset_t bss; local
529 sigset_t bss; local
546 sigset_t bss; local
562 sigset_t bss; local
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_compat_13.c 90 sigset_t bss; local
93 native_sigset13_to_sigset(&ess, &bss);
94 return sigsuspend1(l, &bss);
  /src/sys/compat/common/
kern_sig_13.c 180 sigset_t bss; local
182 sigpending1(l, &bss);
183 native_sigset_to_sigset13(&bss, &ess);
195 sigset_t bss; local
198 native_sigset13_to_sigset(&ess, &bss);
199 return (sigsuspend1(l, &bss));
  /src/external/gpl3/binutils/dist/gas/
subsegs.h 81 /* This field is set if this is a .bss section which does not really
82 have any contents. Once upon a time a .bss section did not have
86 unsigned int bss : 1; member in struct:segment_info_struct
  /src/external/gpl3/binutils.old/dist/gas/
subsegs.h 69 /* This field is set if this is a .bss section which does not really
70 have any contents. Once upon a time a .bss section did not have
74 unsigned int bss : 1; member in struct:segment_info_struct
  /src/external/bsd/wpa/dist/src/ap/
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...]
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...]
ctrl_iface_ap.c 924 /* Self BSS */
1052 struct hostapd_data *bss = iface->bss[i]; local
1054 "bss[%d]=%s\n"
1058 (int) i, bss->conf->iface,
1059 (int) i, MAC2STR(bss->own_addr),
1061 wpa_ssid_txt(bss->conf->ssid.ssid,
1062 bss->conf->ssid.ssid_len),
1063 (int) i, bss->num_sta);
1069 if (bss->conf->mld_ap)
    [all...]
wpa_auth_glue.c 611 if (iface->bss[i]->wpa_auth &&
612 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
678 hapd = iface->bss[j];
685 "FT: Send RRB data directly to locally managed BSS "
857 hapd = iface->bss[j];
1553 struct hostapd_data *bss; local
1569 for_each_mld_link(bss, hapd) {
1570 if (bss == hapd || bss->mld_link_id != link_id)
1573 wpa_auth_ml_get_key_info(bss->wpa_auth
    [all...]
  /src/usr.bin/elf2aout/
elf2aout.c 98 { ".bss", N_BSS },
201 struct sect text, data, bss; local
210 text.len = data.len = bss.len = 0;
211 text.vaddr = data.vaddr = bss.vaddr = 0;
337 combine(&bss, &nbss, 1);
352 if (text.vaddr > data.vaddr || data.vaddr > bss.vaddr ||
354 data.vaddr + data.len > bss.vaddr)
379 aex.a_bss = bss.len;
  /src/external/bsd/wpa/dist/wpa_supplicant/
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...]
mesh.c 153 static void wpas_mesh_copy_groups(struct hostapd_data *bss,
164 bss->conf->sae_groups = os_malloc(groups_size);
165 if (bss->conf->sae_groups)
166 os_memcpy(bss->conf->sae_groups, wpa_s->conf->sae_groups,
175 struct hostapd_data *bss = ifmsh->bss[0]; local
189 bss->conf->wpa = ssid->proto;
190 bss->conf->wpa_key_mgmt = ssid->key_mgmt;
193 wpas_mesh_copy_groups(bss, wpa_s);
195 bss->conf->sae_groups = os_memdup(default_groups
321 struct hostapd_data *bss; local
386 struct hostapd_data *bss; local
    [all...]
mesh_rsn.c 46 hapd = wpa_s->ifmsh->bss[0];
82 struct hostapd_data *hapd = mesh_rsn->wpa_s->ifmsh->bss[0];
135 hapd = mesh_rsn->wpa_s->ifmsh->bss[0];
153 hapd = rsn->wpa_s->ifmsh->bss[0];
250 struct hostapd_data *bss = wpa_s->ifmsh->bss[0]; local
272 bss->wpa_auth = mesh_rsn->auth;
280 ret = wpa_auth_pmksa_add_entry(bss->wpa_auth,
316 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups;
373 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]
    [all...]
mesh_mpm.c 174 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0];
215 struct hostapd_data *bss = ifmsh->bss[0]; local
255 if (is_6ghz_op_class(bss->iconf->op_class))
294 pos = hostapd_eid_supp_rates(bss, supp_rates);
295 pos = hostapd_eid_ext_supp_rates(bss, pos);
314 info = (bss->num_plinks > 63 ? 63 : bss->num_plinks) << 1;
370 pos = hostapd_eid_ht_capabilities(bss, ht_capa_oper);
371 pos = hostapd_eid_ht_operation(bss, pos)
    [all...]
pasn_supplicant.c 25 #include "bss.h"
158 struct wpa_bss *bss; local
167 bss = wpa_bss_get_bssid(wpa_s, peer_addr);
168 if (!bss) {
170 bss = wpa_bss_get_bssid(wpa_s, peer_addr);
171 if (!bss) {
172 wpa_printf(MSG_DEBUG, "PASN: BSS not found");
177 rsne = wpa_bss_get_ie(bss, WLAN_EID_RSN);
179 wpa_printf(MSG_DEBUG, "PASN: BSS without RSNE");
189 rsnxe = wpa_bss_get_ie(bss, WLAN_EID_RSNX)
466 struct wpa_bss *bss; local
512 struct wpa_bss *bss; local
683 struct wpa_bss *bss; local
926 struct wpa_bss *bss; local
    [all...]
hs20_supplicant.c 23 #include "bss.h"
70 struct wpa_bss *bss = wpa_s->current_bss; local
75 if (!bss || !is_hs20_network(wpa_s, wpa_s->current_ssid, bss)) {
76 /* Not configuring frame filtering - BSS is not a Hotspot 2.0
81 ie = wpa_bss_get_vendor_ie(bss, HS20_IE_VENDOR_TYPE);
90 ext_capa = wpa_bss_get_ie(bss, WLAN_EID_EXT_CAPAB);
97 if (wpa_bss_ext_capab(bss, WLAN_EXT_CAPAB_PROXY_ARP))
145 int get_hs20_version(struct wpa_bss *bss)
149 if (!bss)
268 struct wpa_bss *bss; local
1071 struct wpa_bss *bss; local
    [all...]
rrm.c 16 #include "bss.h"
783 struct wpa_bss *bss, u8 *buf,
818 WPA_PUT_LE64(pos, bss->tsf);
819 pos += sizeof(bss->tsf);
820 WPA_PUT_LE16(pos, bss->beacon_int);
822 WPA_PUT_LE16(pos, bss->caps);
868 struct wpa_bss *bss,
890 bss, buf + sizeof(*rep),
935 struct wpabuf **wpa_buf, struct wpa_bss *bss,
939 const u8 *ies = wpa_bss_ie_ptr(bss);
1569 struct wpa_bss *bss = local
    [all...]
wpas_glue.c 28 #include "bss.h"
400 struct wpa_bss *curr = NULL, *bss; local
404 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
405 if (!ether_addr_equal(bss->bssid, wpa_s->bssid))
408 ((bss->ssid_len == ssid->ssid_len &&
409 os_memcmp(bss->ssid, ssid->ssid, ssid->ssid_len) == 0) ||
411 curr = bss;
416 (bss->flags & WPA_BSS_OWE_TRANSITION)) {
417 curr = bss;
730 struct wpa_bss *bss; local
    [all...]
  /src/sys/compat/linux32/common/
linux32_signal.c 75 linux32_to_native_sigset(sigset_t *bss, const linux32_sigset_t *lss)
79 sigemptyset(bss);
84 sigaddset(bss, newsig);
90 native_to_linux32_sigset(linux32_sigset_t *lss, const sigset_t *bss)
96 if (sigismember(bss, i)) {
238 const stack_t *bss)
241 NETBSD32PTR32(lss->ss_sp, bss->ss_sp);
242 lss->ss_size = bss->ss_size;
243 if (bss->ss_flags & SS_ONSTACK)
245 else if (bss->ss_flags & SS_DISABLE
437 sigset_t bss; local
549 sigset_t bss; local
564 sigset_t bss; local
    [all...]
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 111 struct sect text, data, bss; /* a.out-compatible sections */ local
123 text.len = data.len = bss.len = 0;
124 text.vaddr = data.vaddr = bss.vaddr = 0;
258 combine(&bss, &nbss, 1);
277 if (text.vaddr > data.vaddr || data.vaddr > bss.vaddr ||
279 data.vaddr + data.len > bss.vaddr)
301 ep.a.bsize = bss.len;
305 ep.a.bss_start = bss.vaddr;
541 * for text, data, and bss.
551 strcpy(esecs[2].s_name, ".bss");
    [all...]
  /src/external/bsd/wpa/dist/hostapd/
main.c 157 struct hostapd_data *hapd = iface->bss[0];
196 "Setup of non first link (%d) BSS of MLD %s",
250 struct hostapd_data *bss = hapd->iface->bss[i]; local
251 if (bss->conf->bridge[0])
252 params.bridge[i] = bss->conf->bridge;
282 wpa_printf(MSG_DEBUG, "Setup of first link (%d) BSS of MLD %s",
332 /* Initialize the BSS parameter change to 1 */
351 * hostapd_interface_init - Read configuration file and init BSS data
354 * or more BSSes sharing the same radio) and allocate memory for the BSS
    [all...]
  /src/external/bsd/wpa/dist/src/common/
hw_features_common.c 179 void get_pri_sec_chan(struct wpa_scan_res *bss, int *pri_chan, int *sec_chan)
186 if (ieee802_11_parse_elems((u8 *) (bss + 1), bss->ie_len, &elems, 0) !=
221 struct wpa_scan_res *bss = scan_res->res[i]; local
222 if (bss->freq == pri_chan->freq)
224 else if (bss->freq == sec_chan->freq)
234 * Match PRI/SEC channel with any existing HT40 BSS on the same
240 struct wpa_scan_res *bss = scan_res->res[i]; local
241 get_pri_sec_chan(bss, &bss_pri_chan, &bss_sec_chan);
250 struct wpa_scan_res *bss = scan_res->res[i] local
319 struct wpa_scan_res *bss = scan_res->res[i]; local
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_scan.c 89 static int nl80211_abort_scan(struct i802_bss *bss)
93 struct wpa_driver_nl80211_data *drv = bss->drv;
96 msg = nl80211_cmd_msg(bss, 0, NL80211_CMD_ABORT_SCAN);
178 nl80211_scan_common(struct i802_bss *bss, u8 cmd,
181 struct wpa_driver_nl80211_data *drv = bss->drv;
186 msg = nl80211_cmd_msg(bss, 0, cmd);
339 * @bss: Pointer to private driver data from wpa_driver_nl80211_init()
343 int wpa_driver_nl80211_scan(struct i802_bss *bss,
346 struct wpa_driver_nl80211_data *drv = bss->drv;
356 msg = nl80211_scan_common(bss, NL80211_CMD_TRIGGER_SCAN, params)
526 struct i802_bss *bss = priv; local
675 struct i802_bss *bss = priv; local
730 struct nlattr *bss[NL80211_BSS_MAX + 1]; local
1039 struct i802_bss *bss = priv; local
1088 struct i802_bss *bss = priv; local
1317 struct i802_bss *bss = priv; local
    [all...]
  /src/sbin/newfs_msdos/
mkfs_msdos.c 263 u_int bss, rds, cls, dir, lsn, x, x1, x2; local
459 bss = 1;
480 bss = sb.st_size / bpb.bps;
485 if (bpb.bsec < (bpb.res ? bpb.res : bss) +
495 (bpb.res ? bpb.res : bss) +
504 x = bss;
658 bss <= bpb.bkbs && x >= bpb.bkbs) {
665 if (o.bootstrap && x < bss) {

Completed in 42 milliseconds

1 2 3