<div dir="ltr">Hi<div><br></div><div>When there are multiple simultaneous clients connecting to hostapd for authentication, is anything shared between them? Is there mutli threading for example or different processes?</div>
<div><br></div><div>I use global variables at the top of the .C file containing my new EAP method. Is it possible that two connecting clients can write to each others data?</div><div><br></div><div>For example the C file contains a variable called as a global variable</div>
<div>u8 sessid[17];<br></div><div><br></div><div>Can two simultaneous clients cause a problem?</div><div><br></div><div>Thanks a lot</div><div>Khali</div></div>