OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WEXT_PNO_MAX_REPEAT_LENGTH
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/drivers/
android_drv.h
41
#define
WEXT_PNO_MAX_REPEAT_LENGTH
1
45
#define WEXT_PNO_MAX_REPEAT_SIZE (1 +
WEXT_PNO_MAX_REPEAT_LENGTH
)
driver_nl80211.c
[
all
...]
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c
257
os_snprintf(&buf[bp],
WEXT_PNO_MAX_REPEAT_LENGTH
+ 1, "%x", WEXT_PNO_MAX_REPEAT);
258
bp +=
WEXT_PNO_MAX_REPEAT_LENGTH
+ 1;
Completed in 50 milliseconds