802.11 is a family of IEEE technical standards for mobile communication devices such as laptop computers or multi-mode phones to join a wireless local area network (WLAN) widely used in the home, public hotspots and commercial establishments.

learn more… | top users | synonyms

0
votes
0answers
9 views

how can you count the number of packet losses in a file transfer?

One of my networks course projects has to do with 802.11 protocol. Me and my parther thought about exploring the "hidden terminal" problem, simulating it. We've set up a private network. We have 2 ...
0
votes
0answers
18 views

WLAN - Stick / Proberequest

I'm currently playing with wlan proberequests for a project. ATM I'm testing different WLAN sticks. Every system has the same setup: Linux Ubuntu and Wireshark/tshark as commandline tool. Now I ...
0
votes
1answer
41 views

libpcap Radiotap header extraction

I've got some code that is using the functions ieee80211_radiotap_iterator_init() and ieee80211_radiotap_iterator_next() from radiotap-parser.c, I'm not sure what I'm doing incorrectly, perhaps ...
1
vote
0answers
133 views

How to inject 802.11 frames with Scapy on FreeBSD

On a FreeBSD 8.1 machine I am trying to inject 802.11 frames with Scapy 2.2.0 as described in the documentation's example: http://www.secdev.org/projects/scapy/doc/usage.html#wireless-frame-injection. ...
0
votes
0answers
84 views

Virtual box Debian: No DHCP offers received with 802.11 [closed]

I heard there is some issues using 802.11n broadcast card in debian VM, is it true? No matter what i do, it fail to get DHCP on eth0. For "ifup eth0" i get this: DHCPDISCOVER on eth0 to ...
0
votes
0answers
36 views

How to set attribute in implimentation of 802.11 in opnet [closed]

i have to Implement and compare 802.11n and 802.11b wireless Lan standards on opnet. I am new to opnet and does not know anything about attribute setting. i could not set up a network. Please help me ...
0
votes
0answers
26 views

Get encryption type for wlan with tcpdump

How can I get the actual encryption type sent in Beacons from tcpdump? I have searched the manpage entry, Google, and website for tcpdump and pcap to no avail. I have the snaplen set to the highest ...
0
votes
2answers
60 views

Among the four stations shown, which of stations C , D should be closer to A, and why?

The figure below shows an example of the operation of the 802.11 MAC sublayer protocol for wireless LANs. Among the four stations shown, which of stations C , D should be closer to A, and why? ...
0
votes
2answers
137 views

Sniffing 802.11 and 3G network

I'm doing some experiments over 802.11 and 3G/GSM networks. So that, my machine has to "sniff" traffic both wlan and 3G network. On the Wlan i think i can manage that by using wireshark. But, 3G ...
1
vote
1answer
111 views

Beginner Linux Networking 802.11 MAC/driver code [closed]

I am a beginner to linux networking stack and kernel programming. I want to learn more about 802.11mac and wireless driver development. Currently, I am looking at some code in ...
1
vote
0answers
34 views

WiFi 802.11 Deauthentication not handled by iOS 5.1.1, iPhone 3GS

I am working on an iOS App that communicates to an UDP socket on a WiFi Devices which creates an (Soft-)Accesspoint. The WiFi device drops all connected devices by sending 802.11 Deauthentication ...
0
votes
0answers
80 views

Lorcon: 802.11 packet injection library

I am working in a project which requires packet injection in 802.11 for that I found out this library named lorcon (loss of radio connectivity) but when I tried execute the ...
0
votes
0answers
149 views

What is RSSI value in 802.11 packet

I see two values of SSI signal in 802.11 packet when viewed in wireshark. I would like tot know that which one value is the correct RSSI value Information from wireshark: SSI Signal: -40 dBm SSI ...
0
votes
1answer
240 views

Getting particular information out of pcap files

I am interested in particular information in the .pcap (Frame control field). I want to extract it to a text file and then do graph plotting using the extracted data. I can do export to text file ...
0
votes
0answers
133 views

Send receive packets via Wifi without established wireless network

Is there any option to send and receive packets via wifi, but without established connection. I want to write app which will listen ether, and sends packets (into ether) if if it's needed. Naturally, ...
0
votes
1answer
197 views

How to solve complex system of equations using matlab?

I have to analyze 802.11 saturation throughput using matlab, and here is my problem. I'm trying to solve parametric equations below (parameters are m,W,a) using solve function and i get Warning: ...
1
vote
1answer
416 views

rawshark output format for 802.11 and radiotap headers

I want to use rawshark to read packets from pipe and print some useful information for me. Here's the scenario. 1. Remote machine with wireless interface in monitor mode capturing with tcpdump and ...
3
votes
2answers
261 views

Associating my Windows computer to a wifi AP with Python

I'm trying to write a python script that can make my computer associate to a wireless access point, given the name as a string. For example, I might specify I want to connect to linksys, and my script ...
0
votes
1answer
168 views

Why Beacon needed when there is probe response

I was trying to understand the use of beacon and probe response in 802.11 network. If advertising the existence of a AP is only the goal, then why beacon frame needed? Passive scanning may be ...
0
votes
0answers
290 views

How to create a certificate with Microsoft Active Directory Certificate Services and specific a Service Principal Name in the SAN

I'm basically looking to see what the proper syntax is to format SAN: host/abc.foo.com I know if I enter SAN:DNS=abc.foo.com in the Additional Attributes: of requesting a certificate works, but how ...
0
votes
0answers
26 views

How to implement EAP authenticationin Android? [duplicate]

Possible Duplicate: Android: How to create EAP wifi configuration programmatically? Is there any API for implementing EAP Authentication in Android ?
2
votes
0answers
190 views

Iphone 802.11 Scan

I'm developing a system of indoor position use wifi. however I am having problems with relation to this library of apple. was once private is now public. where I use the code. libHandle = ...
2
votes
0answers
26 views

Software for sensor manipulation

I am searching for open source software for wireless sensors’ management in a wireless sensor network environment. More specifically, I have some 802.11-based temperature sensors which are connected ...
0
votes
1answer
79 views

pcap set 802.11 channel

Can I somehow set the 802.11 channel programmatically with the pcap library (or even anything else)? I've written a sniffer and need to sniff on different channels, so I need to set the specific one ...
0
votes
1answer
90 views

Modify CW value in mac802.11.h in NS2

I'm trying to modify the cw_ value in the mac-802.11.h file, with no luck. Normally this is how it is done, cw_=(cw_<<1)+1. This is what I tried, cw_=(cw_ * 1.8)+1. The above had no change in ...
1
vote
1answer
85 views

Encapsulating TCP packets

I am working on a research paper about 802.11 wireless networks. One of the subjects that I am researching is encapsulating whole TCP packets in UDP segments. Specifically, I am looking at ...
0
votes
1answer
837 views

capturing IEEE 802.11 packets without connecting to the network

I want to analyze networks traffic but not by connecting it Just switch on wifi and sniff the packets (IEEE 802.11 Frames) in promiscuous mode I have tried libpcap but it may be internally ...
1
vote
0answers
79 views

Why IEEE802.11w doesn't protect public action frames?

currently I am working on 802.11 protocols. I find that in 802.11w Public Action Frame is not robust. Suprisingly, in TGw reports I saw a discussion on this topic. Therefore, why they decided not to ...
3
votes
1answer
230 views

Connect to 802.1x WiFi with an NFC tag

I am trying to write NFC tags to be able to connect Android devices automatically to a WiFi network that has 802.1x network-based security. I can do this easily with WEP, WPA, and WPA2-secured WiFi ...
2
votes
2answers
907 views

Interpreting Frame Control bytes in 802.11 Wireshark trace

I have a Wi-Fi capture (.pcap) that I'm analysing and have run across what appear to me to be inconsistencies between the 802.11 spec and Wireshark's interpretation of the data. Specifically what I'm ...
0
votes
0answers
32 views

phy Process during WiFi

While using WiFi (compat-wireless-3.2.5-1) wl12xx , I see phy0 process come up ( ps -aux ). I want to know role of this [phy0] in WiFi as Its seems that it reset the system. Could some one give some ...
5
votes
2answers
155 views

Turn Binary Data into Airborne Packets?

Are there any software libraries and/or wireless drivers that make it possible to turn a sequence of binary data into a wireless packet in the air? For example, if someone used Airpcap / Wireshark to ...
0
votes
0answers
168 views

How to transform a 802.3 frame into a 802.11 one and send it using PCAP interface in linux

Anyone knows how to convert a 802.3 frame into a 802.11 one by pcap lib function?