HomeSort by relevance Sort by last modified time
    Searched refs:mReqType (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_logger.cpp 905 PktFateReqType mReqType;
909 : WifiCommand("PacketFateCommand", handle, 0), mReqType(PACKET_MONITOR_START)
916 mReqType(TX_PACKET_FATE)
923 mReqType(RX_PACKET_FATE)
927 if (mReqType == TX_PACKET_FATE) {
930 } else if (mReqType == RX_PACKET_FATE) {
933 } else if (mReqType == PACKET_MONITOR_START) {
    [all...]
wifi_hal.cpp 849 int mReqType;
855 mReqType(GET_APF_CAPABILITIES)
863 mReqType(SET_APF_PROGRAM)
868 if (mReqType == SET_APF_PROGRAM) {
871 } else if (mReqType == GET_APF_CAPABILITIES) {
953 if( mReqType == SET_APF_PROGRAM) {
955 } else if (mReqType == GET_APF_CAPABILITIES) {
    [all...]

Completed in 678 milliseconds