OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drv_errors
(Results
1 - 3
of
3
) sorted by null
/hardware/broadcom/wlan/bcmdhd/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;
76
drv_errors
= 0;
/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;
75
drv_errors
= 0;
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
10478
static int
drv_errors
= 0;
variable
[
all
...]
Completed in 2132 milliseconds