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:WLAN_STA_WMM
(Results
1 - 18
of
18
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
wmm.c
332
(sta->flags & (WLAN_STA_ASSOC |
WLAN_STA_WMM
)) !=
in hostapd_wmm_action()
333
(WLAN_STA_ASSOC |
WLAN_STA_WMM
)) {
in hostapd_wmm_action()
H
A
D
ieee802_11_vht.c
174
if (!vht_capab || !(sta->flags &
WLAN_STA_WMM
) ||
in copy_sta_vht_capab()
H
A
D
sta_info.h
27
#define
WLAN_STA_WMM
BIT(9)
macro
119
u8 qosinfo; /* Valid when
WLAN_STA_WMM
is set */
H
A
D
ieee802_11_he.c
455
if (!he_capab || !(sta->flags &
WLAN_STA_WMM
) ||
in copy_sta_he_capab()
H
A
D
ieee802_11_ht.c
365
if (!ht_capab || !(sta->flags &
WLAN_STA_WMM
) ||
in copy_sta_ht_capab()
H
A
D
sta_info.c
557
sta->flags &
WLAN_STA_WMM
);
in ap_handle_timer()
1636
(flags &
WLAN_STA_WMM
? "[WMM]" : ""),
in ap_sta_flags_txt()
H
A
D
ap_drv_ops.c
34
if (flags &
WLAN_STA_WMM
)
in hostapd_sta_flags_to_drv()
H
A
D
ctrl_iface_ap.c
679
sta->flags &
WLAN_STA_WMM
);
in hostapd_ctrl_iface_poll_sta()
H
A
D
ieee802_11.c
4041
sta->flags &= ~
WLAN_STA_WMM
;
in check_wmm()
4055
sta->flags |=
WLAN_STA_WMM
;
in check_wmm()
5254
if (sta && (sta->flags &
WLAN_STA_WMM
))
in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
wmm.c
328
(sta->flags & (WLAN_STA_ASSOC |
WLAN_STA_WMM
)) !=
in hostapd_wmm_action()
329
(WLAN_STA_ASSOC |
WLAN_STA_WMM
)) {
in hostapd_wmm_action()
H
A
D
sta_info.h
25
#define
WLAN_STA_WMM
BIT(9)
macro
78
u8 qosinfo; /* Valid when
WLAN_STA_WMM
is set */
H
A
D
ieee802_11_ht.c
387
if (!ht_capab || !(sta->flags &
WLAN_STA_WMM
) ||
in copy_sta_ht_capab()
H
A
D
sta_info.c
507
sta->flags &
WLAN_STA_WMM
);
in ap_handle_timer()
1426
(flags &
WLAN_STA_WMM
? "[WMM]" : ""),
in ap_sta_flags_txt()
H
A
D
ap_drv_ops.c
31
if (flags &
WLAN_STA_WMM
)
in hostapd_sta_flags_to_drv()
H
A
D
ctrl_iface_ap.c
644
sta->flags &
WLAN_STA_WMM
);
in hostapd_ctrl_iface_poll_sta()
H
A
D
ieee802_11.c
2500
sta->flags &= ~
WLAN_STA_WMM
;
in check_wmm()
2514
sta->flags |=
WLAN_STA_WMM
;
in check_wmm()
3645
if (sta && (sta->flags &
WLAN_STA_WMM
))
in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
mesh_mpm.c
720
sta->flags |=
WLAN_STA_WMM
;
in mesh_mpm_add_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
mesh_mpm.c
734
sta->flags |=
WLAN_STA_WMM
;
in mesh_mpm_add_peer()
Completed in 30 milliseconds