Click here to Skip to main content
15,914,413 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Helper Wanted Pin
Richard MacCutchan6-Oct-09 10:25
mveRichard MacCutchan6-Oct-09 10:25 
QuestionActive scan on a WiFi NIC, including flush of old scan results - how ? Pin Pin
amitalonm4-Oct-09 3:09
amitalonm4-Oct-09 3:09 
AnswerRe: Active scan on a WiFi NIC, including flush of old scan results - how ? Pin Pin
David Crow5-Oct-09 5:08
David Crow5-Oct-09 5:08 
GeneralRe: Active scan on a WiFi NIC, including flush of old scan results - how ? Pin Pin
amitalonm5-Oct-09 10:06
amitalonm5-Oct-09 10:06 
QuestionRe: Active scan on a WiFi NIC, including flush of old scan results - how ? Pin Pin
David Crow5-Oct-09 10:14
David Crow5-Oct-09 10:14 
AnswerRe: Active scan on a WiFi NIC, including flush of old scan results - how ? Pin Pin
amitalonm5-Oct-09 10:58
amitalonm5-Oct-09 10:58 
GeneralRe: Active scan on a WiFi NIC, including flush of old scan results - how ? Pin Pin
fibers21-Dec-09 16:45
fibers21-Dec-09 16:45 
GeneralRe: Active scan on a WiFi NIC, including flush of old scan results - how ? Pin Pin
amitalonm23-Dec-09 2:13
amitalonm23-Dec-09 2:13 
Hi Fibers,

here are my understandings about this issue:
1. The fastest promised "response time" for updated information that you can get using NDIS API will be around 6 seconds.

2. If you need faster response time then this - you need to work wuth wireless NIC's drivers.

3. In order to check yourself, you may do some tests and from time to time switch the power of the transmitting AP on/off. when you switch it off - you will know exactly when the reading of the relevant AP should vanish from the list.
according to my tests, I could not make them disappear fast, i.e. the reading of the AP that is no longer on air, kept reporting as if it was on air, sometimes for about 1-2 minutes (!!!) after the AP was turned off. the rx database was not flushed and held old information.
This, of course, is not what I wanted.
The scan command, which should have flush the RXed AP's database, surely did not work.

I think that this problem is due to incompatibility of the Wireless card's vendors with NDIS requirements.

If you find any wireless card (NIC) that the NDIS SCAN command actually cleans the old data from the database, using NDIS interface, please inform me with the exact model of the wireless NIC.

If you find any wireless NIC that you can access it's Firmware and control it using your code (bypass the NDIS level), and that can do it with no cost (no need to pay for information on how to do this), please update me as well with the wireless card's model and brand, and with relevant sample code.
As a matter of fact, I think that in order to achieve fast response, this is that direction that you should focus on.

Any help will be very much appreciated !

In second thought, please update us anyway Smile | :)

Thanks a lot and good luck.
-- Amit.
Question[Message Deleted] Pin
Infinite1UP4-Oct-09 2:52
Infinite1UP4-Oct-09 2:52 
AnswerRe: File Path Error Message - VC++ 6 & wxWidgets Pin
Richard MacCutchan4-Oct-09 4:38
mveRichard MacCutchan4-Oct-09 4:38 
GeneralRe: File Path Error Message - VC++ 6 & wxWidgets Pin
Infinite1UP4-Oct-09 15:17
Infinite1UP4-Oct-09 15:17 
GeneralRe: File Path Error Message - VC++ 6 & wxWidgets Pin
Richard MacCutchan4-Oct-09 22:23
mveRichard MacCutchan4-Oct-09 22:23 
QuestionGrid Control Questions Pin
tsjcs4-Oct-09 1:34
tsjcs4-Oct-09 1:34 
AnswerRe: Grid Control Questions Pin
Rolf Kristensen4-Oct-09 22:12
Rolf Kristensen4-Oct-09 22:12 
GeneralRe: Grid Control Questions Pin
kilt8-Oct-09 23:47
kilt8-Oct-09 23:47 
Questionexe not works on Vista 32 bit Pin
Aabid3-Oct-09 22:15
Aabid3-Oct-09 22:15 
AnswerRe: exe not works on Vista 32 bit Pin
Michael Schubert3-Oct-09 23:39
Michael Schubert3-Oct-09 23:39 
GeneralRe: exe not works on Vista 32 bit Pin
Aabid4-Oct-09 0:25
Aabid4-Oct-09 0:25 
GeneralRe: exe not works on Vista 32 bit Pin
Richard MacCutchan4-Oct-09 1:33
mveRichard MacCutchan4-Oct-09 1:33 
GeneralRe: exe not works on Vista 32 bit Pin
Michael Schubert4-Oct-09 2:15
Michael Schubert4-Oct-09 2:15 
AnswerRe: exe not works on Vista 32 bit Pin
Rolf Kristensen4-Oct-09 12:32
Rolf Kristensen4-Oct-09 12:32 
QuestionHelp for an opensource flight simulator [modified] Pin
Stephane-M3-Oct-09 21:54
Stephane-M3-Oct-09 21:54 
AnswerRe: Help for an opensource flight simulator Pin
CPallini4-Oct-09 0:21
mveCPallini4-Oct-09 0:21 
QuestionHow to develop a Peer-to-Peer networking conference through Windows Peer-to-Peer SDK? Pin
lktse3-Oct-09 17:09
lktse3-Oct-09 17:09 
AnswerRe: How to develop a Peer-to-Peer networking conference through Windows Peer-to-Peer SDK? [modified] Pin
Moak5-Oct-09 0:47
Moak5-Oct-09 0:47 

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.