<div>I&nbsp;traced the frame receive function calling link and finally in the prism2_rx_80211() funciton I found the following lines:</div>
<div>&nbsp;</div>
<div>&nbsp;if (type == PRISM2_RX_MGMT &amp;&amp; (fc &amp; WLAN_FC_PVER)) {<br>&nbsp;&nbsp;printk(KERN_DEBUG &quot;%s: dropped management frame with header &quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;version %d\n&quot;, dev-&gt;name, fc &amp; WLAN_FC_PVER);
<br>&nbsp;&nbsp;dev_kfree_skb_any(skb);<br>&nbsp;&nbsp;return 0;<br>&nbsp;}</div>
<div>&nbsp;</div>
<div>the hostap version is 0.3.9</div>
<div>&nbsp;</div>
<div>I was informed that the management frames are been process by user space deamon processes, but I can not guess out the implementation from the above code.</div>
<div>&nbsp;</div>
<div>What the mechnism the hostap tranfering his management frames to the user space?</div>
<div>&nbsp;</div>
<div>Help me please, Thanks.</div>
<div>&nbsp;</div>
<div>Best Regard</div>