HomeSort by relevance Sort by last modified time
    Searched refs:bss (Results 26 - 50 of 1628) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
reserve.asm 8 [section .bss]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 82 struct hostapd_bss_config *bss = conf->bss[0]; local
86 os_strlcpy(bss->iface, wpa_s->ifname, sizeof(bss->iface));
188 bss->isolate = !wpa_s->conf->p2p_intra_bss;
189 bss->force_per_enrollee_psk = wpa_s->global->p2p_per_sta_psk;
192 os_memcpy(bss->ip_addr_go, wpa_s->parent->conf->ip_addr_go, 4);
193 os_memcpy(bss->ip_addr_mask, wpa_s->parent->conf->ip_addr_mask,
195 os_memcpy(bss->ip_addr_start,
197 os_memcpy(bss->ip_addr_end, wpa_s->parent->conf->ip_addr_end
    [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 (os_memcmp(bss->bssid, bssid, ETH_ALEN) == 0)
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
450 struct bgscan_learn_bss *bss, *n; local
515 struct bgscan_learn_bss *bss; local
    [all...]
bss.h 2 * BSS table
23 * struct wpa_bss_anqp - ANQP data for a BSS entry (struct wpa_bss)
26 /** Number of BSS entries referring to this ANQP data instance */
47 * struct wpa_bss - BSS table
53 /** List entry for struct wpa_supplicant::bss */
57 /** Unique identifier for this BSS entry */
59 /** Number of counts without seeing this BSS */
63 /** Information flags about the BSS/IBSS (WPA_BSS_*) */
120 const u8 * wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie);
121 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type)
    [all...]
interworking.c 27 #include "bss.h"
50 struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw,
53 struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw,
220 static int additional_roaming_consortiums(struct wpa_bss *bss)
223 ie = wpa_bss_get_ie(bss, WLAN_EID_ROAMING_CONSORTIUM);
238 struct wpa_bss *bss)
249 MAC2STR(bss->bssid));
250 wpa_s->interworking_gas_bss = bss;
258 additional_roaming_consortiums(bss)))
274 if (wpa_bss_get_vendor_ie(bss, HS20_IE_VENDOR_TYPE))
2155 struct wpa_bss *bss; local
2231 struct wpa_bss *bss; local
2281 struct wpa_bss *bss, *selected = NULL, *selected_home = NULL; local
2474 struct wpa_bss *bss; local
2547 struct wpa_bss *bss; local
2588 struct wpa_bss *bss; local
2771 struct wpa_bss *bss = NULL, *tmp; local
2901 struct wpa_bss *bss; local
    [all...]
  /external/llvm/test/MC/ELF/
elf_directive_section.s 3 .bss
4 # CHECK: .bss
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/lib/ldscripts/
i386linux.x 38 .bss :
41 *(.bss)
i386linux.xbn 37 .bss :
40 *(.bss)
i386linux.xn 37 .bss :
40 *(.bss)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib/ldscripts/
i386linux.x 38 .bss :
41 *(.bss)
i386linux.xbn 37 .bss :
40 *(.bss)
i386linux.xn 37 .bss :
40 *(.bss)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib/ldscripts/
i386linux.x 38 .bss :
41 *(.bss)
i386linux.xbn 37 .bss :
40 *(.bss)
i386linux.xn 37 .bss :
40 *(.bss)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/lib/ldscripts/
i386linux.x 38 .bss :
41 *(.bss)
i386linux.xbn 37 .bss :
40 *(.bss)
i386linux.xn 37 .bss :
40 *(.bss)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/ldscripts/
i386linux.x 38 .bss :
41 *(.bss)
i386linux.xbn 37 .bss :
40 *(.bss)
i386linux.xn 37 .bss :
40 *(.bss)
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
reserve-err1.asm 9 [section .bss]
reserve-err2.asm 9 [section .bss]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
nomultisect2.asm 5 [section .bss]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfsect.asm 5 section 5 bss
8 section 8 use32 bss
12 section 12 use16 absolute=0x1111 virtual=0x2222 align=4 flat bss

Completed in 324 milliseconds

12 3 4 5 6 7 8 91011>>