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:frame_control
(Results
1 - 16
of
16
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_wapi.c
73
if ((mac_hdr->
frame_control
.type == WLAN_DATA_BASICTYPE) && (WLAN_QOS_DATA & mac_hdr->
frame_control
.sub_type)) {
in hmac_wapi_is_qos()
105
if (memcpy_s(puc_mic, sizeof(mac_hdr->
frame_control
), (hi_u8 *)&(mac_hdr->
frame_control
),
in hmac_wapi_calc_mic_data()
106
sizeof(mac_hdr->
frame_control
)) != EOK) {
in hmac_wapi_calc_mic_data()
114
puc_mic += sizeof(mac_hdr->
frame_control
);
in hmac_wapi_calc_mic_data()
768
mac_hdr->
frame_control
.more_frag);
in hmac_wapi_encrypt()
H
A
D
hmac_crypto_tkip.c
72
hi_u8 frame_dir = (frame_4addr_hdr->
frame_control
.to_ds) ? 1 : 0;
in hmac_crypto_tkip_michael_hdr()
73
frame_dir += (frame_4addr_hdr->
frame_control
.from_ds) ? 2 : 0; /* 自增2 */
in hmac_crypto_tkip_michael_hdr()
103
if (frame_4addr_hdr->
frame_control
.sub_type == WLAN_QOS_DATA) {
in hmac_crypto_tkip_michael_hdr()
H
A
D
hmac_frag.c
54
mac_header->
frame_control
.more_frag = HI_TRUE;
in hmac_frag_process()
121
frag_header->
frame_control
.more_frag = HI_FALSE;
in hmac_frag_process()
285
hi_u8 more_frag = (hi_u8)mac_hdr->
frame_control
.more_frag;
in hmac_defrag_process()
H
A
D
dmac_ext_if.h
936
(((mac_ieee80211_frame_stru *)((hi_u8 *)(_pst_tx_ctrl) + HI_MAX_DEV_CB_LEN))->
frame_control
.sub_type)
945
(((mac_ieee80211_frame_stru *)((hi_u8 *)(_pst_tx_ctrl) + HI_MAX_DEV_CB_LEN))->
frame_control
.type)
H
A
D
hmac_blockack.c
544
if ((hi_u8)frame_hdr->
frame_control
.more_frag == HI_TRUE) {
in hmac_ba_filter_serv()
H
A
D
hmac_scan.c
967
if (frame_header->
frame_control
.sub_type == WLAN_BEACON) {
in hmac_scan_update_bss_base()
H
A
D
hmac_mgmt_bss_comm.c
2507
hi_u8 power_save = (hi_u8)mac_header->
frame_control
.power_mgmt;
in hmac_mgmt_rx_opmode_notify_frame()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_scan.c
229
frame_hdr->
frame_control
.sub_type =
in wal_inform_all_bss()
230
(frame_hdr->
frame_control
.sub_type == WLAN_BEACON) ? WLAN_PROBE_RSP : frame_hdr->
frame_control
.sub_type;
in wal_inform_all_bss()
H
A
D
wal_cfg80211_apt.c
884
if (frame_hdr->
frame_control
.type != WLAN_DATA_BASICTYPE) {
in hwal_send_others_bss_data()
889
if (frame_hdr->
frame_control
.type != WLAN_MANAGEMENT) {
in hwal_send_others_bss_data()
H
A
D
wal_event.c
594
ieee80211_mgmt->
frame_control
, GET_NET_DEV_CFG80211_WIRELESS(netdev)->iftype);
in wal_send_mgmt_to_host()
601
l_freq, us_len, ieee80211_mgmt->
frame_control
);
in wal_send_mgmt_to_host()
H
A
D
wal_cfg80211.c
4710
if (oal_ieee80211_is_probe_resp(mgmt->
frame_control
)) {
in wal_check_cookie_timeout()
4883
if (oal_ieee80211_is_probe_resp(mgmt->
frame_control
) == HI_TRUE) {
in wal_check_cookie_timeout()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_linux_mon.c
218
frame_ctl = le16_to_cpu(dot11_hdr->
frame_control
);
in dhd_mon_if_subif_start_xmit()
224
if (dot11_hdr->
frame_control
& 0x0080)
in dhd_mon_if_subif_start_xmit()
226
if ((dot11_hdr->
frame_control
& 0x0300) == 0x0300)
in dhd_mon_if_subif_start_xmit()
H
A
D
wl_cfg80211.c
9631
if (ieee80211_is_mgmt(mgmt->
frame_control
)) {
in wl_cfg80211_mgmt_tx()
9632
if (ieee80211_is_probe_resp(mgmt->
frame_control
)) {
in wl_cfg80211_mgmt_tx()
9652
} else if (ieee80211_is_disassoc(mgmt->
frame_control
) ||
in wl_cfg80211_mgmt_tx()
9653
ieee80211_is_deauth(mgmt->
frame_control
)) {
in wl_cfg80211_mgmt_tx()
9687
} else if (ieee80211_is_action(mgmt->
frame_control
)) {
in wl_cfg80211_mgmt_tx()
9703
else if (ieee80211_is_auth(mgmt->
frame_control
)) {
in wl_cfg80211_mgmt_tx()
13452
mgmt->
frame_control
= cpu_to_le16(IEEE80211_FTYPE_MGMT | mgmt_type);
in wl_inform_single_bss()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_frame.h
1083
mac_header_frame_control_stru
frame_control
;
member
1096
mac_header_frame_control_stru
frame_control
;
member
1129
mac_header_frame_control_stru
frame_control
;
member
1871
if (mac_header->
frame_control
.to_ds == 0) {
in mac_rx_get_da()
1886
if (mac_header->
frame_control
.from_ds == 0) {
in mac_rx_get_sa()
1889
} else if ((mac_header->
frame_control
.from_ds == 1) && (mac_header->
frame_control
.to_ds == 0)) {
in mac_rx_get_sa()
2026
return (hi_u8)(mac_hdr->
frame_control
.protected_frame);
in mac_get_protectedframe()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
567
hi_u16
frame_control
;
member
608
hi_u16
frame_control
;
member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
583
mgmt->
frame_control
= cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_ACTION);
in Bdh6SActionEntry()
Completed in 66 milliseconds