kissste
Member
I'm playing with raw wifi packets.
wext_send_mgnt function sends packets, but after a certain time/number of messages it stops and then the chip reboots.
wext_send_mgnt function calls iw_ioctl function which calls rltk_wlan_control that call a ROM function
problem here is that it stops and reboots.
I have tried another path:
rtw_send_mgnt function - unfortunately, can't get anything out
that calls dump_mgntframe function which I believe, eventually calls rtw_hal_mgnt_xmit,
rtl8195ab_mgnt_xmit
Any suggestions are welcome. Thank you
wext_send_mgnt function sends packets, but after a certain time/number of messages it stops and then the chip reboots.
wext_send_mgnt function calls iw_ioctl function which calls rltk_wlan_control that call a ROM function
problem here is that it stops and reboots.
I have tried another path:
rtw_send_mgnt function - unfortunately, can't get anything out
that calls dump_mgntframe function which I believe, eventually calls rtw_hal_mgnt_xmit,
rtl8195ab_mgnt_xmit
Any suggestions are welcome. Thank you