<div>I traced the frame receive function calling link and finally in the prism2_rx_80211() funciton I found the following lines:</div>
<div> </div>
<div> if (type == PRISM2_RX_MGMT && (fc & WLAN_FC_PVER)) {<br> printk(KERN_DEBUG "%s: dropped management frame with header "<br> "version %d\n", dev->name, fc & WLAN_FC_PVER);
<br> dev_kfree_skb_any(skb);<br> return 0;<br> }</div>
<div> </div>
<div>the hostap version is 0.3.9</div>
<div> </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> </div>
<div>What the mechnism the hostap tranfering his management frames to the user space?</div>
<div> </div>
<div>Help me please, Thanks.</div>
<div> </div>
<div>Best Regard</div>