Searched refs:groupOwnerBand (Results 1 – 2 of 2) sorted by relevance
66 public int groupOwnerBand = GROUP_OWNER_BAND_AUTO; field in WifiP2pConfig170 sbuf.append("\n groupOwnerBand: ").append(groupOwnerBand); in toString()188 groupOwnerBand = source.groupOwnerBand; in WifiP2pConfig()200 dest.writeInt(groupOwnerBand); in writeToParcel()214 config.groupOwnerBand = in.readInt();443 config.groupOwnerBand = GROUP_OWNER_BAND_AUTO; in build()445 config.groupOwnerBand = mGroupOperatingFrequency; in build()447 config.groupOwnerBand = mGroupOperatingBand; in build()
589 switch (config.groupOwnerBand) { in p2pGroupAdd()598 freq = config.groupOwnerBand; in p2pGroupAdd()