Here first i made change in /etc/network/interfaces  
i add  
auto wlan14iface wlan14 inet static  address 192.168.1.1  netmask 255.255.255.0  wireless-channel 1  wireless-essid Ad-HocNetwork  wireless-mode ad-hoc 
after adding into file looks likes 
# interfaces(5) file used by ifup(8) and ifdown(8) # Include files from /etc/network/interfaces.d: source-directory /etc/network/interfaces.d auto wlan14 iface wlan14 inet static   address 192.168.1.1   netmask 255.255.255.0   wireless-channel 1   wireless-essid Ad-HocNetwork   wireless-mode ad-hoc  
 But still not visible for other devices if i check whit sudo iwlist scan then it is visible with in device./Any other thing that can made visible this adhoc to other devices?   
 |