Replace "native" with a more specific description
Signed-off-by: Arowa Suliman <arowa@chromium.org>
This commit is contained in:
parent
2fb33ce4b6
commit
5a4ae6e3ad
3 changed files with 5 additions and 4 deletions
|
@ -62,7 +62,7 @@ with with hostapd. The following C files are currently used:
|
||||||
Definitions shared by multiple files
|
Definitions shared by multiple files
|
||||||
|
|
||||||
\ref l2_packet.h, \ref l2_packet_linux.c, and \ref l2_packet_pcap.c
|
\ref l2_packet.h, \ref l2_packet_linux.c, and \ref l2_packet_pcap.c
|
||||||
Layer 2 (link) access wrapper (includes native Linux implementation
|
Layer 2 (link) access wrapper (includes Linux packet socket
|
||||||
and wrappers for libdnet/libpcap). A new l2_packet implementation
|
and wrappers for libdnet/libpcap). A new l2_packet implementation
|
||||||
may need to be added when porting to new operating systems that are
|
may need to be added when porting to new operating systems that are
|
||||||
not supported by libdnet/libpcap. Makefile can be used to select which
|
not supported by libdnet/libpcap. Makefile can be used to select which
|
||||||
|
|
|
@ -274,8 +274,8 @@ for removing the group interface for the failed group.
|
||||||
P2P protocol includes service discovery functionality that can be used
|
P2P protocol includes service discovery functionality that can be used
|
||||||
to discover which services are provided by the peers before forming a
|
to discover which services are provided by the peers before forming a
|
||||||
group. This leverages the Generic Advertisement Service (GAS) protocol
|
group. This leverages the Generic Advertisement Service (GAS) protocol
|
||||||
from IEEE 802.11u and P2P vendor-specific contents inside the Native
|
from IEEE 802.11u and P2P vendor-specific contents inside the GAS
|
||||||
GAS messages.
|
messages.
|
||||||
|
|
||||||
The P2P module takes care of GAS encapsulation, fragmentation, and
|
The P2P module takes care of GAS encapsulation, fragmentation, and
|
||||||
actual transmission and reception of the Action frames needed for
|
actual transmission and reception of the Action frames needed for
|
||||||
|
|
|
@ -1864,7 +1864,8 @@ ChangeLog for wpa_supplicant
|
||||||
generate, e.g., man pages
|
generate, e.g., man pages
|
||||||
* l2_packet_linux: use socket type SOCK_DGRAM instead of SOCK_RAW for
|
* l2_packet_linux: use socket type SOCK_DGRAM instead of SOCK_RAW for
|
||||||
PF_PACKET in order to prepare for network devices that do not use
|
PF_PACKET in order to prepare for network devices that do not use
|
||||||
Ethernet headers (e.g., network stack with native IEEE 802.11 frames)
|
Ethernet headers (e.g., network stack that includes IEEE 802.11
|
||||||
|
header in the frames)
|
||||||
* use receipt of EAPOL-Key frame as a lower layer success indication
|
* use receipt of EAPOL-Key frame as a lower layer success indication
|
||||||
for EAP state machine to allow recovery from dropped EAP-Success
|
for EAP state machine to allow recovery from dropped EAP-Success
|
||||||
frame
|
frame
|
||||||
|
|
Loading…
Reference in a new issue