Home
last modified time | relevance | path

Searched refs:SO_WIFI_STATUS (Results 1 – 25 of 25) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Dlinux_defines.h12 #ifndef SO_WIFI_STATUS
14 # define SO_WIFI_STATUS 0x0025 macro
16 # define SO_WIFI_STATUS 0x4022 macro
18 # define SO_WIFI_STATUS 41 macro
21 # define SCM_WIFI_STATUS SO_WIFI_STATUS
Ddriver_nl80211.c2045 if (setsockopt(drv->eapol_tx_sock, SOL_SOCKET, SO_WIFI_STATUS, in wpa_driver_nl80211_drv_init()
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h69 #define SO_WIFI_STATUS 41 macro
70 #define SCM_WIFI_STATUS SO_WIFI_STATUS
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h85 #define SO_WIFI_STATUS 41 macro
86 #define SCM_WIFI_STATUS SO_WIFI_STATUS
/external/strace/xlat/
Dsock_options.h948 #if defined(SO_WIFI_STATUS) || (defined(HAVE_DECL_SO_WIFI_STATUS) && HAVE_DECL_SO_WIFI_STATUS)
950 static_assert((SO_WIFI_STATUS) == (37), "SO_WIFI_STATUS != 37");
953 # define SO_WIFI_STATUS 37
956 #if defined(SO_WIFI_STATUS) || (defined(HAVE_DECL_SO_WIFI_STATUS) && HAVE_DECL_SO_WIFI_STATUS)
958 static_assert((SO_WIFI_STATUS) == (16418), "SO_WIFI_STATUS != 16418");
961 # define SO_WIFI_STATUS 16418
964 #if defined(SO_WIFI_STATUS) || (defined(HAVE_DECL_SO_WIFI_STATUS) && HAVE_DECL_SO_WIFI_STATUS)
966 static_assert((SO_WIFI_STATUS) == (41), "SO_WIFI_STATUS != 41");
969 # define SO_WIFI_STATUS 41
1738 XLAT(SO_WIFI_STATUS),
[all …]
Dsock_options.in306 SO_WIFI_STATUS 37
308 SO_WIFI_STATUS 16418
310 SO_WIFI_STATUS 41
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const324 SO_WIFI_STATUS = 41
Dsocket_386.const324 SO_WIFI_STATUS = 41
Dsocket_arm64.const324 SO_WIFI_STATUS = 41
Dsocket_arm.const324 SO_WIFI_STATUS = 41
Dsocket_amd64.const324 SO_WIFI_STATUS = 41
Dsocket.txt180 …O_PASSCRED, SO_TIMESTAMPNS, SO_LOCK_FILTER, SO_PASSSEC, SO_RXQ_OVFL, SO_WIFI_STATUS, SO_NOFCS, SO_…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1550 SO_WIFI_STATUS = 0x25 const
Dzerrors_linux_mipsle.go1851 SO_WIFI_STATUS = 0x29 const
Dzerrors_linux_s390x.go1910 SO_WIFI_STATUS = 0x29 const
Dzerrors_linux_arm.go1856 SO_WIFI_STATUS = 0x29 const
Dzerrors_linux_ppc64le.go1906 SO_WIFI_STATUS = 0x29 const
Dzerrors_linux_mips64.go1851 SO_WIFI_STATUS = 0x29 const
Dzerrors_linux_ppc64.go1906 SO_WIFI_STATUS = 0x29 const
Dzerrors_linux_amd64.go1850 SO_WIFI_STATUS = 0x29 const
Dzerrors_linux_mips64le.go1851 SO_WIFI_STATUS = 0x29 const
Dzerrors_linux_386.go1849 SO_WIFI_STATUS = 0x29 const
Dzerrors_linux_mips.go1851 SO_WIFI_STATUS = 0x29 const
Dzerrors_linux_arm64.go1840 SO_WIFI_STATUS = 0x29 const
/external/strace/
DChangeLog36207 SO_SELECT_ERR_QUEUE, and SO_WIFI_STATUS.