OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mReqType
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_logger.cpp
904
PktFateReqType
mReqType
;
908
: WifiCommand("PacketFateCommand", handle, 0),
mReqType
(PACKET_MONITOR_START)
915
mReqType
(TX_PACKET_FATE)
922
mReqType
(RX_PACKET_FATE)
926
if (
mReqType
== TX_PACKET_FATE) {
929
} else if (
mReqType
== RX_PACKET_FATE) {
932
} else if (
mReqType
== PACKET_MONITOR_START) {
[
all
...]
wifi_hal.cpp
831
int
mReqType
;
837
mReqType
(GET_APF_CAPABILITIES)
845
mReqType
(SET_APF_PROGRAM)
850
if (
mReqType
== SET_APF_PROGRAM) {
853
} else if (
mReqType
== GET_APF_CAPABILITIES) {
935
if(
mReqType
== SET_APF_PROGRAM) {
937
} else if (
mReqType
== GET_APF_CAPABILITIES) {
[
all
...]
Completed in 5213 milliseconds