Dan - Thanks for the info.  Surprisingly, the output from iwconfig is identical on all nodes.  I&#39;ve done a little more testing since my original post and found the following (assuming three nodes only, and using group=CCMP in wpa_supplicant.conf):<div>

<br><div><div>If nodes A and B come &quot;up&quot; first, they can communicate as expected.  When C comes up, the A and B retain their communication.  If, for example, A tries to ping C, a series of ARP requests - varying in number between 4 and 30+ - are sent from A looking for C&#39;s MAC address, along with the ICMP_ECHO_REQUEST packets expected from running &#39;ping.&#39;  Eventually, 1-10 ARP replies will be sent by C and communication between C and A will resemble the communication between A and B previously (low latency, no packet loss). However, the process of sending these ARP requests causes the first n packets, where n is roughly equal to the number of ARP requests sent by A, to not reach their destination.  If A needs to now communicate with B again, the same ARP request scenario occurs, even though there is already an entry for B in A&#39;s ARP table.</div>

<div><br></div><div>Manually setting static ARP tables does not fix the problem.  Additionally, A and B can not simultaneously communicate with C - only the first node to successfully pass traffic to and from C can.  It appears that there is a pairwise authentication occurring that adjusts when a new pair begins communicating.<br>

</div></div></div><div><br></div><div>Sean</div>