Searched refs:ap2GChannelListStr (Results 1 – 1 of 1) sorted by relevance
68 String ap2GChannelListStr = mContext.getResources().getString( in WifiApConfigStore() local70 Log.d(TAG, "2G band allowed channels are:" + ap2GChannelListStr); in WifiApConfigStore()72 if (ap2GChannelListStr != null) { in WifiApConfigStore()74 String channelList[] = ap2GChannelListStr.split(","); in WifiApConfigStore()