scantype=both.

This commit is contained in:
solomon 2002-10-31 15:52:55 +00:00
parent aa9faeaacd
commit 5ae27755a9
2 changed files with 2 additions and 0 deletions

View file

@ -169,6 +169,7 @@
#define P80211ENUM_diversity_dynamic 3
#define P80211ENUM_scantype_active 1
#define P80211ENUM_scantype_passive 2
#define P80211ENUM_scantype_both 3
#define P80211ENUM_resultcode_success 1
#define P80211ENUM_resultcode_invalid_parameters 2
#define P80211ENUM_resultcode_not_supported 3

View file

@ -2402,6 +2402,7 @@ MKENUMPAIRLIST(scantype)
{
MKENUMPAIR( 1, "active" ),
MKENUMPAIR( 2, "passive" ),
MKENUMPAIR( 3, "both" ),
};
MKENUM(scantype);