OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drv_errors
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c
28
static int
drv_errors
= 0;
variable
32
drv_errors
++;
33
if (
drv_errors
> DRV_NUMBER_SEQUENTIAL_ERRORS) {
34
drv_errors
= 0;
96
drv_errors
= 0;
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c
32
static int
drv_errors
= 0;
variable
36
drv_errors
++;
37
if (
drv_errors
> DRV_NUMBER_SEQUENTIAL_ERRORS) {
38
drv_errors
= 0;
122
drv_errors
= 0;
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
11779
static int
drv_errors
= 0;
variable
[
all
...]
Completed in 33 milliseconds