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_ASSOC
(Results
1 - 24
of
24
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
sta_info.c
430
if ((sta->flags &
WLAN_STA_ASSOC
) &&
in ap_handle_timer()
480
if ((sta->flags &
WLAN_STA_ASSOC
) &&
in ap_handle_timer()
503
(sta->flags &
WLAN_STA_ASSOC
)) {
in ap_handle_timer()
511
if (!deauth && !(sta->flags &
WLAN_STA_ASSOC
)) {
in ap_handle_timer()
548
sta->flags &= ~
WLAN_STA_ASSOC
;
in ap_handle_timer()
747
sta->flags &
WLAN_STA_ASSOC
) {
in ap_sta_remove()
808
sta->flags &= ~(WLAN_STA_AUTH |
WLAN_STA_ASSOC
|
in ap_sta_disassociate()
812
sta->flags &= ~(
WLAN_STA_ASSOC
| WLAN_STA_ASSOC_REQ_OK);
in ap_sta_disassociate()
864
sta->flags &= ~(WLAN_STA_AUTH |
WLAN_STA_ASSOC
| WLAN_STA_ASSOC_REQ_OK);
in ap_sta_deauthenticate()
1329
sta->flags &= ~(WLAN_STA_AUTH |
WLAN_STA_ASSOC
);
in ap_sta_disconnect()
[all...]
H
A
D
drv_callbacks.c
77
new_assoc = (sta->flags &
WLAN_STA_ASSOC
) == 0;
in hostapd_notify_assoc_fils_finish()
78
sta->flags |= WLAN_STA_AUTH |
WLAN_STA_ASSOC
;
in hostapd_notify_assoc_fils_finish()
357
if ((sta->flags & (
WLAN_STA_ASSOC
| WLAN_STA_MFP)) ==
in hostapd_notif_assoc()
358
(
WLAN_STA_ASSOC
| WLAN_STA_MFP) &&
in hostapd_notif_assoc()
362
if ((sta->flags & (
WLAN_STA_ASSOC
| WLAN_STA_MFP)) ==
in hostapd_notif_assoc()
363
(
WLAN_STA_ASSOC
| WLAN_STA_MFP) &&
in hostapd_notif_assoc()
628
new_assoc = (sta->flags &
WLAN_STA_ASSOC
) == 0;
in hostapd_notif_assoc()
629
sta->flags |= WLAN_STA_AUTH |
WLAN_STA_ASSOC
;
in hostapd_notif_assoc()
697
sta->flags &= ~(WLAN_STA_AUTH |
WLAN_STA_ASSOC
);
in hostapd_notif_disassoc()
1387
if (sta && sta->flags &
WLAN_STA_ASSOC
) {
in hostapd_event_eapol_rx()
[all...]
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
ieee802_11.c
2326
sta->flags &= ~(
WLAN_STA_ASSOC
| WLAN_STA_AUTH |
in handle_auth()
3082
if ((sta->flags & (
WLAN_STA_ASSOC
| WLAN_STA_MFP)) ==
in check_assoc_ies()
3083
(
WLAN_STA_ASSOC
| WLAN_STA_MFP) &&
in check_assoc_ies()
3087
if ((sta->flags & (
WLAN_STA_ASSOC
| WLAN_STA_MFP)) ==
in check_assoc_ies()
3088
(
WLAN_STA_ASSOC
| WLAN_STA_MFP) &&
in check_assoc_ies()
3423
* Add the station with forced
WLAN_STA_ASSOC
flag. The sta->flags
in add_associated_sta()
3434
sta->flags |
WLAN_STA_ASSOC
, sta->qosinfo,
in add_associated_sta()
4290
sta->flags &= ~(
WLAN_STA_ASSOC
| WLAN_STA_ASSOC_REQ_OK);
in handle_disassoc()
4355
sta->flags &= ~(WLAN_STA_AUTH |
WLAN_STA_ASSOC
|
in handle_deauth()
4422
(sta == NULL || !(sta->flags &
WLAN_STA_ASSOC
))) {
in handle_action()
[all...]
H
A
D
preauth_auth.c
68
if (sta && (sta->flags &
WLAN_STA_ASSOC
)) {
in rsn_preauth_receive()
H
A
D
sta_info.h
20
#define
WLAN_STA_ASSOC
BIT(1)
macro
H
A
D
ieee802_11_ht.c
292
if (!sta || !(sta->flags &
WLAN_STA_ASSOC
)) {
in hostapd_2040_coex_action()
H
A
D
ap_drv_ops.c
39
if (flags &
WLAN_STA_ASSOC
)
in hostapd_sta_flags_to_drv()
762
if (!sta || !(sta->flags &
WLAN_STA_ASSOC
))
in hostapd_drv_send_action()
H
A
D
ieee802_11_shared.c
140
if (sta == NULL || !(sta->flags &
WLAN_STA_ASSOC
)) {
in ieee802_11_send_sa_query_resp()
H
A
D
ieee802_1x.c
1040
if (!sta || (!(sta->flags & (
WLAN_STA_ASSOC
| WLAN_STA_PREAUTH)) &&
in ieee802_1x_receive()
1992
if ((sta->flags &
WLAN_STA_ASSOC
) &&
in ieee802_1x_receive_auth()
H
A
D
wpa_auth_glue.c
832
if ((sta->flags &
WLAN_STA_ASSOC
) &&
in hostapd_wpa_auth_update_vlan()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
sta_info.c
477
if ((sta->flags &
WLAN_STA_ASSOC
) &&
in ap_handle_timer()
530
if ((sta->flags &
WLAN_STA_ASSOC
) &&
in ap_handle_timer()
553
(sta->flags &
WLAN_STA_ASSOC
)) {
in ap_handle_timer()
561
if (!deauth && !(sta->flags &
WLAN_STA_ASSOC
)) {
in ap_handle_timer()
598
sta->flags &= ~
WLAN_STA_ASSOC
;
in ap_handle_timer()
644
if (!(sta->flags & (WLAN_STA_AUTH |
WLAN_STA_ASSOC
|
in ap_handle_session_timer()
799
sta->flags &
WLAN_STA_ASSOC
) {
in ap_sta_remove()
860
sta->flags &= ~(WLAN_STA_AUTH |
WLAN_STA_ASSOC
|
in ap_sta_disassociate()
864
sta->flags &= ~(
WLAN_STA_ASSOC
| WLAN_STA_ASSOC_REQ_OK);
in ap_sta_disassociate()
917
sta->flags &= ~(WLAN_STA_AUTH |
WLAN_STA_ASSOC
| WLAN_STA_ASSOC_REQ_O
in ap_sta_deauthenticate()
[all...]
H
A
D
drv_callbacks.c
90
new_assoc = (sta->flags &
WLAN_STA_ASSOC
) == 0;
in hostapd_notify_assoc_fils_finish()
91
sta->flags |= WLAN_STA_AUTH |
WLAN_STA_ASSOC
;
in hostapd_notify_assoc_fils_finish()
122
(
WLAN_STA_ASSOC
| WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) !=
in check_sa_query_need()
123
(
WLAN_STA_ASSOC
| WLAN_STA_MFP | WLAN_STA_AUTHORIZED))
in check_sa_query_need()
712
new_assoc = (sta->flags &
WLAN_STA_ASSOC
) == 0;
in hostapd_notif_assoc()
713
sta->flags |= WLAN_STA_AUTH |
WLAN_STA_ASSOC
;
in hostapd_notif_assoc()
793
sta->flags &= ~(WLAN_STA_AUTH |
WLAN_STA_ASSOC
);
in hostapd_notif_disassoc()
1601
if (sta && sta->flags &
WLAN_STA_ASSOC
) {
in hostapd_event_eapol_rx()
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
preauth_auth.c
68
if (sta && (sta->flags &
WLAN_STA_ASSOC
)) {
in rsn_preauth_receive()
H
A
D
sta_info.h
22
#define
WLAN_STA_ASSOC
BIT(1)
macro
H
A
D
ieee802_11.c
3797
(sta->flags &
WLAN_STA_ASSOC
)) {
in handle_auth()
4464
(
WLAN_STA_ASSOC
| WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) !=
in check_sa_query()
4465
(
WLAN_STA_ASSOC
| WLAN_STA_MFP | WLAN_STA_AUTHORIZED))
in check_sa_query()
5009
* Add the station with forced
WLAN_STA_ASSOC
flag. The sta->flags
in add_associated_sta()
5021
sta->flags |
WLAN_STA_ASSOC
, sta->qosinfo,
in add_associated_sta()
5889
sta->flags &= ~(
WLAN_STA_ASSOC
| WLAN_STA_ASSOC_REQ_OK);
in handle_disassoc()
5961
sta->flags &= ~(WLAN_STA_AUTH |
WLAN_STA_ASSOC
|
in handle_deauth()
6027
(sta == NULL || !(sta->flags &
WLAN_STA_ASSOC
))) {
in handle_action()
6497
if (sta->flags &
WLAN_STA_ASSOC
)
in handle_assoc_cb()
6499
sta->flags |=
WLAN_STA_ASSOC
;
in handle_assoc_cb()
[all...]
H
A
D
ieee802_11_ht.c
270
if (!sta || !(sta->flags &
WLAN_STA_ASSOC
)) {
in hostapd_2040_coex_action()
H
A
D
ap_drv_ops.c
42
if (flags &
WLAN_STA_ASSOC
)
in hostapd_sta_flags_to_drv()
783
if (!sta || !(sta->flags &
WLAN_STA_ASSOC
))
in hostapd_drv_send_action()
H
A
D
ieee802_11_shared.c
150
if (sta == NULL || !(sta->flags &
WLAN_STA_ASSOC
)) {
in ieee802_11_send_sa_query_resp()
H
A
D
ieee802_1x.c
1049
if (!sta || (!(sta->flags & (
WLAN_STA_ASSOC
| WLAN_STA_PREAUTH)) &&
in ieee802_1x_receive()
2004
if ((sta->flags &
WLAN_STA_ASSOC
) &&
in ieee802_1x_receive_auth()
H
A
D
wpa_auth_glue.c
995
if ((sta->flags &
WLAN_STA_ASSOC
) &&
in hostapd_wpa_auth_update_vlan()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
mesh_mpm.c
907
sta->flags |=
WLAN_STA_ASSOC
;
in mesh_mpm_plink_estab()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
mesh_mpm.c
937
sta->flags |=
WLAN_STA_ASSOC
;
in mesh_mpm_plink_estab()
Completed in 50 milliseconds