[android-porting] Disabling wpa_supplicant logs

2010-06-11 Thread guru
HI all in many of the wpa_supplicant code they are using ENTER and LEAVE macros to display the logs(Below). At last it will call android_printf. I want to make sure that only message with MSG_WARNING should be displayed. so what I did is I assigned wpa_debug_leve = MSG_WARNING so since MSG_DEBU

Re: [android-porting] Disabling wpa_supplicant logs

2010-06-11 Thread Manav Gautama
On Fri, Jun 11, 2010 at 7:35 PM, guru wrote: > HI all > > in many of the wpa_supplicant code they are using ENTER and LEAVE > macros to display the logs(Below). At last it will call > android_printf. > > I want to make sure that only message with MSG_WARNING should be > displayed. so what I did i