Searched refs:groupOwnerBand (Results 1 – 2 of 2) sorted by relevance
67 public int groupOwnerBand = GROUP_OWNER_BAND_AUTO; field in WifiP2pConfig171 sbuf.append("\n groupOwnerBand: ").append(groupOwnerBand); in toString()189 groupOwnerBand = source.groupOwnerBand; in WifiP2pConfig()201 dest.writeInt(groupOwnerBand); in writeToParcel()215 config.groupOwnerBand = in.readInt();452 config.groupOwnerBand = GROUP_OWNER_BAND_AUTO; in build()454 config.groupOwnerBand = mGroupOperatingFrequency; in build()456 config.groupOwnerBand = mGroupOperatingBand; in build()
589 switch (config.groupOwnerBand) { in p2pGroupAdd()598 freq = config.groupOwnerBand; in p2pGroupAdd()