Searched defs:bss (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/
H A Dnewfs_msdos.c263 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
493 bss = 1;
508 bss = sb.st_size / bpb.bps;
513 if (bpb.bsec < (bpb.res ? bpb.res : bss) +
523 (bpb.res ? bpb.res : bss) +
532 x = bss;
646 if (opt_B && fat == 32 && bpb.bkbs != MAXU16 && bss <= bpb.bkbs && x >= bpb.bkbs) {
651 if (opt_B && x < bss) {
/system/connectivity/shill/wifi/
H A Dwifi_unittest.cc812 *path = StringPrintf("/interface/bss%d", bss_counter_);
990 void SetSupplicantBSS(const string& bss) { argument
991 wifi_->supplicant_bss_ = bss;

Completed in 58 milliseconds