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_WPS
(Results
1 - 14
of
14
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
sta_info.c
891
if (sta && (sta->flags &
WLAN_STA_WPS
)) {
in ap_sta_wps_cancel()
1406
if (sta->flags &
WLAN_STA_WPS
)
in ap_sta_clear_disconnect_timeouts()
1428
(flags &
WLAN_STA_WPS
? "[WPS]" : ""),
in ap_sta_flags_txt()
1460
if (sta->flags &
WLAN_STA_WPS
)
in ap_sta_delayed_1x_auth_fail_cb()
H
A
D
ieee802_1x.c
1092
!(sta->flags & (
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS))) {
in ieee802_1x_receive()
1114
u32 wflags = sta->flags & (
WLAN_STA_WPS
|
in ieee802_1x_receive()
1118
wflags == (
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS)) {
in ieee802_1x_receive()
1229
(sta->flags &
WLAN_STA_WPS
))) {
in ieee802_1x_new_station()
2197
if ((sta->flags & (
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS)) ==
in ieee802_1x_eapol_send()
2212
"
WLAN_STA_WPS
");
in ieee802_1x_eapol_send()
2213
sta->flags |=
WLAN_STA_WPS
;
in ieee802_1x_eapol_send()
2571
(sta->flags &
WLAN_STA_WPS
) &&
in ieee802_1x_eapol_tx_status()
H
A
D
sta_info.h
28
#define
WLAN_STA_WPS
BIT(12)
macro
H
A
D
drv_callbacks.c
196
sta->flags &= ~(
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
in hostapd_notif_assoc()
297
sta->flags |=
WLAN_STA_WPS
;
in hostapd_notif_assoc()
424
sta->flags |=
WLAN_STA_WPS
;
in hostapd_notif_assoc()
1656
sta->flags &= ~(
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
in hostapd_notif_update_dh_ie()
H
A
D
wps_hostapd.c
1542
if (sta->eapol_sm && (sta->flags &
WLAN_STA_WPS
))
in hostapd_rx_req_put_wlan_response()
1548
if (!sta || !(sta->flags &
WLAN_STA_WPS
)) {
in hostapd_rx_req_put_wlan_response()
H
A
D
ieee802_11.c
3027
sta->flags &= ~(
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
in check_assoc_ies()
3031
sta->flags |=
WLAN_STA_WPS
;
in check_assoc_ies()
3650
((sta->flags &
WLAN_STA_WPS
) ||
in send_assoc_resp()
H
A
D
hostapd.c
3092
!(sta->flags & (
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS)))
in hostapd_new_assoc_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_1x.c
1102
!(sta->flags & (
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS))) {
in ieee802_1x_receive()
1124
u32 wflags = sta->flags & (
WLAN_STA_WPS
|
in ieee802_1x_receive()
1128
wflags == (
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS)) {
in ieee802_1x_receive()
1237
(sta->flags &
WLAN_STA_WPS
))) {
in ieee802_1x_new_station()
2215
if ((sta->flags & (
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS)) ==
in ieee802_1x_eapol_send()
2230
"WPS: WLAN_STA_MAYBE_WPS ->
WLAN_STA_WPS
");
in ieee802_1x_eapol_send()
2231
sta->flags |=
WLAN_STA_WPS
;
in ieee802_1x_eapol_send()
2577
(sta->flags &
WLAN_STA_WPS
) &&
in ieee802_1x_eapol_tx_status()
H
A
D
sta_info.h
30
#define
WLAN_STA_WPS
BIT(12)
macro
H
A
D
drv_callbacks.c
234
sta->flags &= ~(
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
in hostapd_notif_assoc()
344
sta->flags |=
WLAN_STA_WPS
;
in hostapd_notif_assoc()
501
sta->flags |=
WLAN_STA_WPS
;
in hostapd_notif_assoc()
1888
sta->flags &= ~(
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
in hostapd_notif_update_dh_ie()
H
A
D
sta_info.c
945
if (sta && (sta->flags &
WLAN_STA_WPS
)) {
in ap_sta_wps_cancel()
1615
if (sta->flags &
WLAN_STA_WPS
)
in ap_sta_clear_disconnect_timeouts()
1638
(flags &
WLAN_STA_WPS
? "[WPS]" : ""),
in ap_sta_flags_txt()
1674
if (sta->flags &
WLAN_STA_WPS
)
in ap_sta_delayed_1x_auth_fail_cb()
H
A
D
wps_hostapd.c
1727
if (sta->eapol_sm && (sta->flags &
WLAN_STA_WPS
))
in hostapd_rx_req_put_wlan_response()
1733
if (!sta || !(sta->flags &
WLAN_STA_WPS
)) {
in hostapd_rx_req_put_wlan_response()
H
A
D
ieee802_11.c
4607
sta->flags &= ~(
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
in check_assoc_ies()
4613
sta->flags |=
WLAN_STA_WPS
;
in check_assoc_ies()
5259
((sta->flags &
WLAN_STA_WPS
) ||
in send_assoc_resp()
H
A
D
hostapd.c
3313
!(sta->flags & (
WLAN_STA_WPS
| WLAN_STA_MAYBE_WPS)))
in hostapd_new_assoc_sta()
Completed in 40 milliseconds