OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportedRates
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java
156
InformationElementUtil.
SupportedRates
supportedRates
=
157
new InformationElementUtil.
SupportedRates
();
158
InformationElementUtil.
SupportedRates
extendedSupportedRates =
159
new InformationElementUtil.
SupportedRates
();
196
supportedRates
.from(ie);
280
// Only process the determination logic if we got a '
SupportedRates
'
281
if (
supportedRates
.isValid()) {
282
maxRateA =
supportedRates
.mRates.get(
supportedRates
.mRates.size() - 1)
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java
668
public static class
SupportedRates
{
673
public
SupportedRates
() {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h
748
NDIS_802_11_RATES
SupportedRates
;
766
NDIS_802_11_RATES_EX
SupportedRates
;
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_ndis.c
168
NDIS_802_11_RATES_EX
SupportedRates
;
[
all
...]
Completed in 343 milliseconds