Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ft_over_ds
(Results
1 - 16
of
16
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
sta_info.h
163
unsigned int
ft_over_ds
:1;
member
H
A
D
wpa_auth_glue.c
101
wconf->
ft_over_ds
= conf->
ft_over_ds
;
in hostapd_wpa_auth_conf()
1084
sta->
ft_over_ds
= 1;
in hostapd_wpa_auth_add_sta()
H
A
D
ap_config.h
398
int
ft_over_ds
;
member
H
A
D
wpa_auth.h
217
int
ft_over_ds
;
member
H
A
D
ap_config.c
114
bss->
ft_over_ds
= 1;
in hostapd_config_defaults_bss()
H
A
D
ieee802_11.c
3774
sta->
ft_over_ds
= 0;
in handle_auth()
4973
" (added_unassoc=%d auth_alg=%u
ft_over_ds
=%u reassoc=%d authorized=%d ft_tk=%d fils_tk=%d)",
in add_associated_sta()
4975
sta->
ft_over_ds
, reassoc,
in add_associated_sta()
4982
(reassoc && sta->
ft_over_ds
&& sta->auth_alg == WLAN_AUTH_FT) ||
in add_associated_sta()
4992
sta->
ft_over_ds
= 0;
in add_associated_sta()
H
A
D
wpa_auth_ft.c
800
if (conf->
ft_over_ds
)
in wpa_write_mdie()
3606
if (!sm->wpa_auth->conf.
ft_over_ds
) {
in wpa_ft_action_rx()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
sta_info.h
122
unsigned int
ft_over_ds
:1;
member
H
A
D
wpa_auth_glue.c
96
wconf->
ft_over_ds
= conf->
ft_over_ds
;
in hostapd_wpa_auth_conf()
911
sta->
ft_over_ds
= 1;
in hostapd_wpa_auth_add_sta()
H
A
D
wpa_auth.h
215
int
ft_over_ds
;
member
H
A
D
ap_config.h
394
int
ft_over_ds
;
member
H
A
D
ieee802_11.c
2229
sta->
ft_over_ds
= 0;
in handle_auth()
3385
" (added_unassoc=%d auth_alg=%u
ft_over_ds
=%u reassoc=%d authorized=%d ft_tk=%d fils_tk=%d)",
in add_associated_sta()
3387
sta->
ft_over_ds
, reassoc,
in add_associated_sta()
3394
(reassoc && sta->
ft_over_ds
&& sta->auth_alg == WLAN_AUTH_FT) ||
in add_associated_sta()
3404
sta->
ft_over_ds
= 0;
in add_associated_sta()
H
A
D
ap_config.c
105
bss->
ft_over_ds
= 1;
in hostapd_config_defaults_bss()
H
A
D
wpa_auth_ft.c
799
if (conf->
ft_over_ds
)
in wpa_write_mdie()
3379
if (!sm->wpa_auth->conf.
ft_over_ds
) {
in wpa_ft_action_rx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_config_file.c
3163
} else if (os_strcmp(buf, "
ft_over_ds
") == 0) {
in hostapd_config_fill()
3164
bss->
ft_over_ds
= atoi(pos);
in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H
A
D
ap_config_file.c
3050
} else if (os_strcmp(buf, "
ft_over_ds
") == 0) {
3051
bss->
ft_over_ds
= atoi(pos);
Completed in 62 milliseconds