Click here to Skip to main content
15,898,999 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC State Question (Calling MFC UI objects from non-UI objects) Pin
mevatron14-May-07 3:21
mevatron14-May-07 3:21 
GeneralRe: MFC State Question (Calling MFC UI objects from non-UI objects) Pin
Mark Salsbery4-May-07 5:15
Mark Salsbery4-May-07 5:15 
GeneralRe: MFC State Question (Calling MFC UI objects from non-UI objects) Pin
mevatron14-May-07 11:24
mevatron14-May-07 11:24 
GeneralRe: MFC State Question (Calling MFC UI objects from non-UI objects) Pin
Mark Salsbery4-May-07 11:39
Mark Salsbery4-May-07 11:39 
GeneralRe: MFC State Question (Calling MFC UI objects from non-UI objects) Pin
mevatron15-May-07 8:08
mevatron15-May-07 8:08 
GeneralRe: MFC State Question (Calling MFC UI objects from non-UI objects) Pin
Mark Salsbery5-May-07 8:21
Mark Salsbery5-May-07 8:21 
QuestionHow to read Date types from a MDB Pin
nukoso3-May-07 11:59
nukoso3-May-07 11:59 
QuestionProblem disabling IEEE 802.1x authentication when adding a network to WZC through WZC API Pin
ceNewbie3-May-07 8:17
ceNewbie3-May-07 8:17 
I'm adding a WEP network with WEP key using the WZC_WLAN_CONFIG struct and the WZC API and even though I have 802.1x authentication disabled it still does NOT uncheck the 802.1x enabled checkbox.

I've set the following:

encr = SUPP_ENCR_WEP; // (0)
Privacy = WZC_ENCR_WEP; // (0)
dwCtlFlags = (WZCCTL_WEPK_PRESENT | WZCCTL_WEPK_XFORMAT); // (0x3)
Privacy = Ndis802_11WEPEnabled;
NetworkTypeInUse = Ndis802_11FH;
memcpy(new_profile.KeyMaterial, new_network->key, new_network->key_length);
new_profile.KeyLength = new_network->key_length;

All other parameters are 0...

I've tried manually adding a WEP network through WZC and I get exactly the same parameters back when I query the preferred list. So I'm sure it's not the configuration.

MY QUESTION:

How is it possible to disable IEEE 802.1x checkbox then?!

I noticed that if doing it through the WZC GUI by unchecking "The key is provided for me automatically" it will uncheck the "Enable IEEE 802.1x authenication for this network" box. So somehow in the GUI you co-related that. Which is the correct way of doing it. However, since I specified 0x3 for dwCtlFlags shouldn't WZC recognize it the same way?

Any help is appreciated. Thanks!
QuestionMCI source code Pin
YUANGE3-May-07 6:54
YUANGE3-May-07 6:54 
QuestionRe: MCI source code Pin
Maximilien3-May-07 7:13
Maximilien3-May-07 7:13 
AnswerRe: MCI source code Pin
Hamid_RT3-May-07 7:50
Hamid_RT3-May-07 7:50 
QuestionCTreeCtrl Pin
CDRAIN3-May-07 5:16
CDRAIN3-May-07 5:16 
AnswerRe: CTreeCtrl Pin
PJ Arends3-May-07 5:39
professionalPJ Arends3-May-07 5:39 
GeneralRe: CTreeCtrl Pin
CDRAIN3-May-07 6:10
CDRAIN3-May-07 6:10 
GeneralRe: CTreeCtrl Pin
PJ Arends3-May-07 14:06
professionalPJ Arends3-May-07 14:06 
GeneralRe: CTreeCtrl Pin
Maximilien3-May-07 6:35
Maximilien3-May-07 6:35 
GeneralRe: CTreeCtrl Pin
CDRAIN3-May-07 6:50
CDRAIN3-May-07 6:50 
QuestionHow to write into and read from a string table? Pin
TheInfernalCrow3-May-07 4:15
TheInfernalCrow3-May-07 4:15 
AnswerRe: How to write into and read from a string table? Pin
David Crow3-May-07 4:19
David Crow3-May-07 4:19 
QuestionRe: How to write into and read from a string table? Pin
TheInfernalCrow11-May-07 2:42
TheInfernalCrow11-May-07 2:42 
AnswerRe: How to write into and read from a string table? Pin
David Crow11-May-07 2:52
David Crow11-May-07 2:52 
Questionerror LNK 2019 Pin
sandeepkavade3-May-07 4:00
sandeepkavade3-May-07 4:00 
AnswerRe: error LNK 2019 Pin
krmed3-May-07 4:04
krmed3-May-07 4:04 
QuestionCreating a new window in a thread Pin
iayd3-May-07 3:57
iayd3-May-07 3:57 
QuestionRe: Creating a new window in a thread Pin
David Crow3-May-07 3:58
David Crow3-May-07 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.