Changes between Version 33 and Version 34 of wireless/wifi


Ignore:
Timestamp:
06/19/2018 11:12:03 PM (6 years ago)
Author:
Cale Collins
Comment:

added check for IBSS protocol availability

Legend:

Unmodified
Added
Removed
Modified
  • wireless/wifi

    v33 v34  
    10351035While not required, Adhoc networking is often used as the underlying connection mode for layer2 (MAC layer) and layer3 (IP layer) MESH networks such as olsrd.
    10361036
     1037Check that IBSS is available to use:
     1038{{{
     1039iw phy0 info
     1040}}}
    10371041When using adhoc mode, you do not need hostapd or wpa_supplicant and the iw tool can be used to join/leave adhoc network:
    10381042{{{