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:auth_alg
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_mgmt_sta.c
721
hi_u16
auth_alg
= mac_get_auth_alg(mac_hdr);
in hmac_sta_wait_auth_seq2_rx()
local
722
if ((hmac_vap->auth_mode !=
auth_alg
) && (hmac_vap->auth_mode != WLAN_WITP_AUTH_AUTOMATIC)) {
in hmac_sta_wait_auth_seq2_rx()
724
"{hmac_sta_wait_auth_seq2_rx::rcv unexpected auth alg[%d/%d].}",
auth_alg
, hmac_vap->auth_mode);
in hmac_sta_wait_auth_seq2_rx()
737
if (
auth_alg
== WLAN_WITP_AUTH_OPEN_SYSTEM) {
in hmac_sta_wait_auth_seq2_rx()
748
} else if (
auth_alg
== WLAN_WITP_AUTH_SHARED_KEY) {
in hmac_sta_wait_auth_seq2_rx()
757
oam_warning_log1(hmac_vap->base_vap->vap_id, OAM_SF_AUTH, "{hmac_sta_wait_auth_seq2_rx::
auth_alg
[%d]Err}",
in hmac_sta_wait_auth_seq2_rx()
758
auth_alg
);
in hmac_sta_wait_auth_seq2_rx()
H
A
D
hmac_mgmt_ap.c
200
hi_u16
auth_alg
= mac_get_auth_alg(oal_netbuf_header(auth_req));
in hmac_ap_rx_auth_req()
local
203
if (
auth_alg
== WLAN_WITP_AUTH_SHARED_KEY) {
in hmac_ap_rx_auth_req()
212
if ((hmac_vap->base_vap->vap_mode == WLAN_VAP_MODE_MESH) && (
auth_alg
== WLAN_WITP_AUTH_SAE)) {
in hmac_ap_rx_auth_req()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
616
hi_u16
auth_alg
;
member
1494
hi_u32
auth_alg
;
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_frame.h
1975
hi_u16
auth_alg
=
in mac_get_auth_alg()
local
1976
(hi_u16)((puc_mac_hdr[MAC_80211_FRAME_LEN + 1] << 8) | /* puc_mac_hdr[24 + 1] 设置为
auth_alg
的bit 8 ~15 */
in mac_get_auth_alg()
1977
puc_mac_hdr[MAC_80211_FRAME_LEN]); /* puc_mac_hdr[24] 设置为
auth_alg
的低8bit */
in mac_get_auth_alg()
1978
return
auth_alg
;
in mac_get_auth_alg()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
wlioctl.h
201
uint8
auth_alg
; /**< 802.11 authentication mode */
member
Completed in 79 milliseconds