HomeSort by relevance Sort by last modified time
    Searched refs:gas (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 2 * Generic advertisement service (GAS) query
15 #include "common/gas.h"
22 /** GAS query timeout in seconds */
27 * struct gas_query_pending - Pending GAS query
48 * struct gas_query - Internal GAS query data
61 * gas_query_init - Initialize GAS query component
63 * Returns: Pointer to GAS query data or %NULL on failure
67 struct gas_query *gas; local
69 gas = os_zalloc(sizeof(*gas));
181 struct gas_query *gas = eloop_data; local
421 struct gas_query *gas = eloop_data; local
    [all...]
gas_query.h 2 * Generic advertisement service (GAS) query
18 void gas_query_deinit(struct gas_query *gas);
19 int gas_query_rx(struct gas_query *gas, const u8 *da, const u8 *sa,
23 * enum gas_query_result - GAS query result
35 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
42 void gas_query_cancel(struct gas_query *gas, const u8 *dst, u8 dialog_token);
51 static inline void gas_query_deinit(struct gas_query *gas)
hs20_supplicant.c 15 #include "common/gas.h"
96 res = gas_query_req(wpa_s->gas, dst, freq, buf, anqp_resp_cb, wpa_s);
wpa_supplicant_i.h 663 struct gas_query *gas; member in struct:wpa_supplicant
interworking.c 13 #include "common/gas.h"
241 res = gas_query_req(wpa_s->gas, bss->bssid, bss->freq, buf,
    [all...]
wpa_supplicant.c 459 gas_query_deinit(wpa_s->gas);
460 wpa_s->gas = NULL;
    [all...]
Makefile 1416 OBJS += ../src/common/gas.o
    [all...]
events.c     [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 69 my $gas=1; $gas=0 if ($output =~ /\.asm$/);
70 my $elf=1; $elf=0 if (!$gas);
82 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1;
86 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; }
87 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
88 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
89 elsif (!$gas)
142 if ($gas) {
199 if ($gas) {
    [all...]
  /external/libffi/src/x86/
win32.S 38 # This assumes we are using gas.
151 # This assumes we are using gas.
  /external/libffi/src/arm/
sysv.S 144 @ This assumes we are using gas.
  /external/libffi/src/s390/
sysv.S 43 # This assumes we are using gas.
246 # This assumes we are using gas.
  /external/openssl/crypto/modes/asm/
ghash-parisc.pl 152 xor $rem,$Zhh,$Zhh ; moved here to work around gas bug
413 xor $rem,$Zhh,$Zhh ; moved here to work around gas bug
  /external/webkit/Tools/android/flex-2.5.4a/
configure 103 -gas | --gas | --ga | --g)
104 # Obsolete; use --with-gas.
    [all...]
  /external/jpeg/
configure 137 -gas | --gas | --ga | --g)
138 # Obsolete; use --with-gas.
    [all...]
  /external/libffi/src/sh64/
sysv.S 54 # This assumes we are using gas.
  /external/qemu/distrib/jpeg-6b/
configure 137 -gas | --gas | --ga | --g)
138 # Obsolete; use --with-gas.
    [all...]
  /external/fdlibm/
configure 391 -gas | --gas | --ga | --g)
392 # Obsolete; use --with-gas.
    [all...]
  /external/libffi/src/sh/
sysv.S 53 # This assumes we are using gas.
  /external/wpa_supplicant_8/hostapd/
Android.mk 850 OBJS += src/common/gas.c
Makefile 801 OBJS += ../src/common/gas.o
  /external/grub/
configure 428 -gas | --gas | --ga | --g)
429 # Obsolete; use --with-gas.
    [all...]
  /external/srtp/
configure 426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
    [all...]
  /external/elfutils/
configure 919 -gas | --gas | --ga | --g)
920 # Obsolete; use --with-gas.
    [all...]
  /external/genext2fs/
configure 844 -gas | --gas | --ga | --g)
845 # Obsolete; use --with-gas.
    [all...]

Completed in 445 milliseconds

1 2 3