Recent content by abdolahi68

  1. A

    create mesh point using iw

    I do not find any solution yet for my problem. Let me to discuss more: 1- I installed backport driver version 5.11 https://backports.wiki.kernel.org/index.php/Releases, and I could create a mesh network. However, it does not support new driver of rtw88. Then I switched to newer version. 2- I...
  2. A

    create mesh point using iw

    Hi all, I want to create a mesh point using the following script: sudo ip link set wlx90de80d9dd81 down sleep 10 sudo ip addr flush dev wlx90de80d9dd81 sleep 10 sudo iw dev wlx90de80d9dd81 interface add mesh1 type mp sleep 10 sudo ip link set mesh1 up sleep 10 sudo iw dev mesh1 mesh join mymesh...
  3. A

    small scale framework to work instead of using linux kernel

    I need to modify networking layers in Linux kernel. As you know, there are a lot of codes in "net" directory, most of them similar to IPv6, bluetooth, etc. do not use in my system. I have several questions: 1- Is it possible to reduce/delete the code in the net directory that they are not used...
Top