Searched refs:apfConfig (Results 1 – 1 of 1) sorted by relevance
1926 ApfFilter.ApfConfiguration apfConfig = new ApfFilter.ApfConfiguration(); in enter() local1927 apfConfig.apfCapabilities = mConfiguration.mApfCapabilities; in enter()1928 apfConfig.multicastFilter = mMulticastFiltering; in enter()1930 apfConfig.ieee802_3Filter = ApfCapabilities.getApfDrop8023Frames(); in enter()1931 apfConfig.ethTypeBlackList = ApfCapabilities.getApfEtherTypeBlackList(); in enter()1932 apfConfig.minRdnssLifetimeSec = mMinRdnssLifetimeSec; in enter()1933 mApfFilter = ApfFilter.maybeCreate(mContext, apfConfig, mInterfaceParams, mCallback); in enter()