Hi community,
Does IEEE80211_IBSS_MAX_STA_ENTRIES (in net/mac80211/ibss.c) work?
I hard-code it to be 2 (from original 128), and update kernel for one
node, and start IBSS network with 5 nodes. In the node with hard-coded
IBSS_MAX_STA_ENTRIES = 2, I still can see and ping all other 4 nodes. I
am using kernel v3.18.29, does IBSS_MAX_STA_ENTRIES work with latest
kernel source code?
My purpose is to limit the max number of peers (for all nodes in IBSS
network) to be 12 or 20.
I apologize if I should dive deeper instead of posting this question. I
will check here too, just to see if I can get any quick answers. :-)
Thanks a lot.
Xuebing Wang