|
From: Hye-Shik C. <pe...@i1...> - 2004-03-19 17:06:22
|
On Fri, Mar 19, 2004 at 01:54:27PM -0300, Claudio Takahasi wrote: > > Hi folks, > > I need develop a user mode application to perform association and > authentication(PEAP/PEAP) in a segure network. > > Which configuration must be performed to associate with a > not broadcasted SSID? I mean, which OIDs must be used before or > which NIC configuration must be done before set the SSID? Nothing is needed. Just set OID_802_11_SSID then it will work. (And check whether the association was successful via OID_GEN_MEDIA_CONNECT_STATUS) To sure safe, you may need to set OID_802_11_INFRASTRUCTURE_MODE to Ndis802_11Infrastructure. Cheers, Hye-Shik |