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:num_sta
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_ap.h
181
int
num_sta
; /* number of entries in sta_list */
member
H
A
D
hostap_ap.c
131
ap->
num_sta
--;
in ap_free_sta()
313
if (!resend || ap->
num_sta
<= 0)
in hostap_deauth_all_stas()
1115
ap->
num_sta
++;
in ap_add_sta()
1396
if (local->ap->
num_sta
>= MAX_STA_COUNT) {
in handle_authen()
2700
if (local->ap->
num_sta
<= 0)
in hostap_handle_sta_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_ap.h
181
int
num_sta
; /* number of entries in sta_list */
member
H
A
D
hostap_ap.c
131
ap->
num_sta
--;
in ap_free_sta()
313
if (!resend || ap->
num_sta
<= 0)
in hostap_deauth_all_stas()
1115
ap->
num_sta
++;
in ap_add_sta()
1396
if (local->ap->
num_sta
>= MAX_STA_COUNT) {
in handle_authen()
2700
if (local->ap->
num_sta
<= 0)
in hostap_handle_sta_tx()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
ocb.c
53
if (local->
num_sta
>= IEEE80211_OCB_MAX_STA_ENTRIES) {
in ieee80211_ocb_rx_no_sta()
H
A
D
mesh.h
326
MESH_MAX_PLINKS - sdata->local->
num_sta
)) > 0;
in mesh_plink_availables()
H
A
D
sta_info.c
657
local->
num_sta
++;
in __acquires()
710
local->
num_sta
--;
in __acquires()
1083
local->
num_sta
--;
in __sta_info_destroy_part2()
2554
if (thr && thr < STA_SLOW_THRESHOLD * sta->local->
num_sta
) {
in sta_update_codel_params()
H
A
D
ibss.c
618
if (local->
num_sta
>= IEEE80211_IBSS_MAX_STA_ENTRIES) {
in __acquires()
1221
if (local->
num_sta
>= IEEE80211_IBSS_MAX_STA_ENTRIES) {
in ieee80211_ibss_rx_no_sta()
H
A
D
mesh_plink.c
506
if (sdata->local->
num_sta
>= MESH_MAX_PLINKS)
in __mesh_sta_info_alloc()
H
A
D
ieee80211_i.h
1280
unsigned long
num_sta
;
member
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
ocb.c
54
if (local->
num_sta
>= IEEE80211_OCB_MAX_STA_ENTRIES) {
in ieee80211_ocb_rx_no_sta()
H
A
D
mesh.h
374
MESH_MAX_PLINKS - sdata->local->
num_sta
)) > 0;
in mesh_plink_availables()
H
A
D
sta_info.c
840
local->
num_sta
++;
in __acquires()
926
local->
num_sta
--;
in __acquires()
1433
local->
num_sta
--;
in __sta_info_destroy_part2()
2855
if (thr && thr < STA_SLOW_THRESHOLD * sta->local->
num_sta
) {
in sta_update_codel_params()
H
A
D
ibss.c
610
if (local->
num_sta
>= IEEE80211_IBSS_MAX_STA_ENTRIES) {
in __acquires()
1215
if (local->
num_sta
>= IEEE80211_IBSS_MAX_STA_ENTRIES) {
in ieee80211_ibss_rx_no_sta()
H
A
D
mesh_plink.c
520
if (sdata->local->
num_sta
>= MESH_MAX_PLINKS)
in __mesh_sta_info_alloc()
H
A
D
ieee80211_i.h
1437
unsigned long
num_sta
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H
A
D
commands.h
1082
u8
num_sta
; /* number of removed stations */
member
H
A
D
common.c
2100
rm_sta_cmd.
num_sta
= 1;
in il_send_remove_station()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
sta.c
421
rm_sta_cmd.
num_sta
= 1;
in iwl_send_remove_station()
H
A
D
commands.h
951
u8
num_sta
; /* number of removed stations */
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
sta.c
416
rm_sta_cmd.
num_sta
= 1;
in iwl_send_remove_station()
H
A
D
commands.h
898
u8
num_sta
; /* number of removed stations */
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H
A
D
commands.h
1082
u8
num_sta
; /* number of removed stations */
member
H
A
D
common.c
2098
rm_sta_cmd.
num_sta
= 1;
in il_send_remove_station()
Completed in 76 milliseconds