Home
last modified time | relevance | path

Searched refs:ap2GChannelListStr (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java68 String ap2GChannelListStr = mContext.getResources().getString( in WifiApConfigStore() local
70 Log.d(TAG, "2G band allowed channels are:" + ap2GChannelListStr); in WifiApConfigStore()
72 if (ap2GChannelListStr != null) { in WifiApConfigStore()
74 String channelList[] = ap2GChannelListStr.split(","); in WifiApConfigStore()