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:rate_ie
(Results
1 - 4
of
4
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_wext.c
1431
u8 *pos, *end, *ssid_ie = NULL, *
rate_ie
= NULL;
in wpa_driver_wext_add_scan_entry()
local
1442
rate_ie
= pos;
in wpa_driver_wext_add_scan_entry()
1444
rate_ie
= pos;
in wpa_driver_wext_add_scan_entry()
1451
if (
rate_ie
== NULL && data->maxrate)
in wpa_driver_wext_add_scan_entry()
1470
if (
rate_ie
== NULL && data->maxrate) {
in wpa_driver_wext_add_scan_entry()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_wext.c
1436
u8 *pos, *end, *ssid_ie = NULL, *
rate_ie
= NULL;
in wpa_driver_wext_add_scan_entry()
local
1447
rate_ie
= pos;
in wpa_driver_wext_add_scan_entry()
1449
rate_ie
= pos;
in wpa_driver_wext_add_scan_entry()
1456
if (
rate_ie
== NULL && data->maxrate)
in wpa_driver_wext_add_scan_entry()
1475
if (
rate_ie
== NULL && data->maxrate) {
in wpa_driver_wext_add_scan_entry()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
events.c
793
const u8 *
rate_ie
;
in rate_match()
local
827
rate_ie
= wpa_bss_get_ie(bss, scan_ie[i]);
in rate_match()
828
if (
rate_ie
== NULL)
in rate_match()
831
for (j = 2; j <
rate_ie
[1] + 2; j++) {
in rate_match()
832
int flagged = !!(
rate_ie
[j] & 0x80);
in rate_match()
833
int r = (
rate_ie
[j] & 0x7f) * 5;
in rate_match()
843
if (flagged && ((
rate_ie
[j] & 0x7f) ==
in rate_match()
855
if (flagged && ((
rate_ie
[j] & 0x7f) ==
in rate_match()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
events.c
954
const u8 *
rate_ie
;
in rate_match()
local
988
rate_ie
= wpa_bss_get_ie(bss, scan_ie[i]);
in rate_match()
989
if (
rate_ie
== NULL)
in rate_match()
992
for (j = 2; j <
rate_ie
[1] + 2; j++) {
in rate_match()
993
int flagged = !!(
rate_ie
[j] & 0x80);
in rate_match()
994
int r = (
rate_ie
[j] & 0x7f) * 5;
in rate_match()
1004
if (flagged && ((
rate_ie
[j] & 0x7f) ==
in rate_match()
1016
if (flagged && ((
rate_ie
[j] & 0x7f) ==
in rate_match()
1028
if (flagged && ((
rate_ie
[j] & 0x7f) ==
in rate_match()
Completed in 16 milliseconds