Click here to Skip to main content
15,881,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Hiding application menu at runtime?? Pin
Selvam R9-Sep-09 17:12
professionalSelvam R9-Sep-09 17:12 
GeneralRe: Hiding application menu at runtime?? Pin
Kiran Satish9-Sep-09 18:56
Kiran Satish9-Sep-09 18:56 
GeneralRe: Hiding application menu at runtime?? [modified] Pin
Selvam R9-Sep-09 19:21
professionalSelvam R9-Sep-09 19:21 
GeneralRe: Hiding application menu at runtime?? Pin
kilt10-Sep-09 6:30
kilt10-Sep-09 6:30 
GeneralRe: Hiding application menu at runtime?? Pin
David Crow14-Sep-09 3:51
David Crow14-Sep-09 3:51 
Questionmms Pin
viliam9-Sep-09 10:53
viliam9-Sep-09 10:53 
AnswerRe: mms Pin
Selvam R9-Sep-09 16:56
professionalSelvam R9-Sep-09 16:56 
QuestionPerforming Active scan with flush of old scanned data from the Wireless NIC - how ? Pin
amitalonm9-Sep-09 7:51
amitalonm9-Sep-09 7:51 
Hi,

I wrote a program using VC++ that should scan for available wireless networks in the area.

In my SW I use the commands OID_802_11_BSSID_LIST_SCAN and OID_802_11_BSSID_LIST.

My questions are:
1. How can I Force the Wireless NIC to do ACTIVE SCAN ?

2. According to tests that I did, the card does not flush the list between scans, i.e. I get for several scan a results of an AP that was on air during an old scan, but is no longer there and new scans return's it's data as if it is still there.

I am using Intel PRO 2200BG Wireless NIC, with driver version 8.1.0.28 (dated 24/8/2004).


Relevant information That I used is here:



Some relevant info from the above link:
---------------------------------------
"
The device must do the following when performing an explicit scan in response to a setting of OID_802_11_BSSID_LIST_SCAN:

* The device must flush the current contents of its cached BSSID scan list before initiating the explicit scan request.
* The device must scan both infrastructure and ad hoc networks, regardless of the current setting of its network mode.
* The device can use either the active or passive scanning methods, or a combination of both scanning methods.

Note Active scanning is preferred whenever appropriate.

* When performing an active scan, the device sets the BSSID to the broadcast MAC address in the 802.11 probe request that it sends. The device also sets the SSID to the zero-length broadcast SSID in the probe request.
* The device must perform the scan across all the frequency channels and bands that it supports.
* The miniport driver must minimize its response time for this OID. It is recommended that the driver just initiate the scan and return NDIS_STATUS_SUCCESS in response to the setting of OID_802_11_BSSID_LIST_SCAN. The driver must not return NDIS_STATUS_PENDING or wait for the scan to complete before returning NDIS_STATUS_SUCCESS.
"
-------

Any help will be appreciated.

-- Amit.
GeneralRe: Performing Active scan with flush of old scanned data from the Wireless NIC - how ? Pin
amitalonm9-Sep-09 20:46
amitalonm9-Sep-09 20:46 
GeneralThe relevant code part that I used is attached as well Pin
amitalonm9-Sep-09 20:58
amitalonm9-Sep-09 20:58 
Questionhelp me to cut a CString to many pieces Pin
tucn879-Sep-09 6:53
tucn879-Sep-09 6:53 
AnswerRe: help me to cut a CString to many pieces Pin
CPallini9-Sep-09 7:04
mveCPallini9-Sep-09 7:04 
AnswerRe: help me to cut a CString to many pieces Pin
Maximilien9-Sep-09 7:21
Maximilien9-Sep-09 7:21 
AnswerRe: help me to cut a CString to many pieces Pin
Rajesh R Subramanian9-Sep-09 7:41
professionalRajesh R Subramanian9-Sep-09 7:41 
AnswerRe: help me to cut a CString to many pieces Pin
David Crow9-Sep-09 10:57
David Crow9-Sep-09 10:57 
AnswerRe: help me to cut a CString to many pieces Pin
Joe Woodbury9-Sep-09 13:03
professionalJoe Woodbury9-Sep-09 13:03 
QuestionFeeEnterView.obj : error LNK2019: unresolved external symbol "public: __thiscall ATL::CTime::CTime(void)" [modified] Pin
Vetukuri Raju9-Sep-09 4:55
Vetukuri Raju9-Sep-09 4:55 
QuestionAccessing files which are in JAR Pin
Azghar Hussain9-Sep-09 2:50
professionalAzghar Hussain9-Sep-09 2:50 
AnswerRe: Accessing files which are in JAR Pin
David Crow9-Sep-09 3:16
David Crow9-Sep-09 3:16 
QuestionRe: Accessing files which are in JAR Pin
CPallini9-Sep-09 3:20
mveCPallini9-Sep-09 3:20 
AnswerRe: Accessing files which are in JAR Pin
Michael Schubert9-Sep-09 21:20
Michael Schubert9-Sep-09 21:20 
QuestionVC++ Basic Threading - help Pin
GC1049-Sep-09 1:31
GC1049-Sep-09 1:31 
AnswerRe: VC++ Basic Threading - help Pin
CPallini9-Sep-09 1:59
mveCPallini9-Sep-09 1:59 
AnswerRe: VC++ Basic Threading - help Pin
Selvam R9-Sep-09 2:11
professionalSelvam R9-Sep-09 2:11 
AnswerRe: VC++ Basic Threading - help [Updated] Pin
Nuri Ismail9-Sep-09 2:28
Nuri Ismail9-Sep-09 2:28 

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.