Network terminology and profile creation
I am concerning myself with creating a NetworkManager profile and bringing up a connection via "nmctl".
First is:
nmcli conn add type wifi con-name <connectionname> ifname wlp3s0 ssid <wifinetworkname>
used to create a profile or a means to connect to the access point "wifinetworkname"?
Second is: connectionname the same as wifinetworkname?
Lastly can: ifname be either wlp3s0 or wifi or * when creating a profile?
I am confused with the adapter names (wlp...) and wifi and wlan0/1/2... . To me wlp... are device names, wifi is as apposed to Ethernet a type of network but is the same as 802.11... type. And wlanX is the network port known to the system not an interface (I guess it could be a hardware interface).
Can someone correct me I keep getting confused when reading descriptions
|