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:olbc_ht
(Results
1 - 8
of
8
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ap_list.c
231
if (!iface->
olbc_ht
&& !ap->ht_support &&
in ap_list_process_beacon()
236
iface->
olbc_ht
= 1;
in ap_list_process_beacon()
269
if (iface->olbc || iface->
olbc_ht
) {
in ap_list_timer()
271
int
olbc_ht
= 0;
in ap_list_timer()
local
274
while (ap && (olbc == 0 ||
olbc_ht
== 0)) {
in ap_list_timer()
278
olbc_ht
= 1;
in ap_list_timer()
286
if (!
olbc_ht
&& iface->
olbc_ht
) {
in ap_list_timer()
288
iface->
olbc_ht
= 0;
in ap_list_timer()
H
A
D
ieee802_11_ht.c
146
(iface->num_sta_no_ht || iface->
olbc_ht
)) {
in hostapd_ht_operation_update()
151
(iface->num_sta_no_ht == 0 && !iface->
olbc_ht
)) {
in hostapd_ht_operation_update()
160
else if (iface->
olbc_ht
)
in hostapd_ht_operation_update()
H
A
D
hostapd.h
550
int
olbc_ht
;
member
H
A
D
ctrl_iface_ap.c
704
"
olbc_ht
=%d\n"
in hostapd_ctrl_iface_status()
717
iface->
olbc_ht
,
in hostapd_ctrl_iface_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ap_list.c
232
if (!iface->
olbc_ht
&& !ap->ht_support &&
in ap_list_process_beacon()
237
iface->
olbc_ht
= 1;
in ap_list_process_beacon()
271
if (iface->olbc || iface->
olbc_ht
) {
in ap_list_timer()
273
int
olbc_ht
= 0;
in ap_list_timer()
local
276
while (ap && (olbc == 0 ||
olbc_ht
== 0)) {
in ap_list_timer()
280
olbc_ht
= 1;
in ap_list_timer()
289
if (!
olbc_ht
&& iface->
olbc_ht
) {
in ap_list_timer()
291
iface->
olbc_ht
= 0;
in ap_list_timer()
H
A
D
ieee802_11_ht.c
168
(iface->num_sta_no_ht || iface->
olbc_ht
)) {
in hostapd_ht_operation_update()
173
(iface->num_sta_no_ht == 0 && !iface->
olbc_ht
)) {
in hostapd_ht_operation_update()
182
else if (iface->
olbc_ht
)
in hostapd_ht_operation_update()
H
A
D
hostapd.h
521
int
olbc_ht
;
member
H
A
D
ctrl_iface_ap.c
669
"
olbc_ht
=%d\n"
in hostapd_ctrl_iface_status()
682
iface->
olbc_ht
,
in hostapd_ctrl_iface_status()
Completed in 8 milliseconds