Hi Team,

I need to know wether the 802.11e is supported in android, as the code
in which the enums doesnt say anything about 802.11e in - 802_11Defs.h
can any one help me to know what are all the 802.11 standards
supported in android & how & where to find that ?

typedef enum
{
    DOT11_B_MODE    = 1,
    DOT11_A_MODE    = 2,
    DOT11_G_MODE    = 3,
    DOT11_DUAL_MODE = 4,
    DOT11_N_MODE    = 5,

    DOT11_MAX_MODE

} EDot11Mode;


GD ..

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to