scantype=both.
This commit is contained in:
parent
aa9faeaacd
commit
5ae27755a9
|
@ -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
|
||||
|
|
|
@ -2402,6 +2402,7 @@ MKENUMPAIRLIST(scantype)
|
|||
{
|
||||
MKENUMPAIR( 1, "active" ),
|
||||
MKENUMPAIR( 2, "passive" ),
|
||||
MKENUMPAIR( 3, "both" ),
|
||||
};
|
||||
MKENUM(scantype);
|
||||
|
||||
|
|
Loading…
Reference in a new issue