]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Replace "native" with a more specific description
authorArowa Suliman <arowa@chromium.org>
Wed, 20 Oct 2021 23:44:25 +0000 (16:44 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 22 Oct 2021 13:54:58 +0000 (16:54 +0300)
Signed-off-by: Arowa Suliman <arowa@chromium.org>
doc/code_structure.doxygen
doc/p2p.doxygen
wpa_supplicant/ChangeLog

index 3a3b21b72921ac3e60b2f0b4f5cd1fbdf51efe26..927ea4e85d7a037b5393f9c4ee1bf73fdc490ebb 100644 (file)
@@ -62,7 +62,7 @@ with with hostapd. The following C files are currently used:
        Definitions shared by multiple files
 
 \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
        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
index d4d86e3edfa2aa1124aae90d6c69b81e404ead3a..6ab6e9e05a10d92ee841f7717f0f9b4c1b930e88 100644 (file)
@@ -274,8 +274,8 @@ for removing the group interface for the failed group.
 P2P protocol includes service discovery functionality that can be used
 to discover which services are provided by the peers before forming a
 group. This leverages the Generic Advertisement Service (GAS) protocol
-from IEEE 802.11u and P2P vendor-specific contents inside the Native
-GAS messages.
+from IEEE 802.11u and P2P vendor-specific contents inside the GAS
+messages.
 
 The P2P module takes care of GAS encapsulation, fragmentation, and
 actual transmission and reception of the Action frames needed for
index a06a93b221759c47063317dcaef5f3bc7d622f20..5ca82457ad1bd5291de8a21d05c479cae9e85758 100644 (file)
@@ -1864,7 +1864,8 @@ ChangeLog for wpa_supplicant
          generate, e.g., man pages
        * 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
-         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
          for EAP state machine to allow recovery from dropped EAP-Success
          frame