WO2024000119A1 - Wlan通信方法、客户端、计算设备和存储介质 - Google Patents
Wlan通信方法、客户端、计算设备和存储介质 Download PDFInfo
- Publication number
- WO2024000119A1 WO2024000119A1 PCT/CN2022/101660 CN2022101660W WO2024000119A1 WO 2024000119 A1 WO2024000119 A1 WO 2024000119A1 CN 2022101660 W CN2022101660 W CN 2022101660W WO 2024000119 A1 WO2024000119 A1 WO 2024000119A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- client
- time window
- function
- nav
- polling
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W84/00—Network topologies
- H04W84/02—Hierarchically pre-organised networks, e.g. paging networks, cellular networks, WLAN [Wireless Local Area Network] or WLL [Wireless Local Loop]
- H04W84/10—Small scale networks; Flat hierarchical networks
- H04W84/12—WLAN [Wireless Local Area Networks]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W72/00—Local resource management
- H04W72/04—Wireless resource allocation
- H04W72/044—Wireless resource allocation based on the type of the allocated resource
- H04W72/0446—Resources in time domain, e.g. slots or frames
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W74/00—Wireless channel access
- H04W74/04—Scheduled access
- H04W74/06—Scheduled access using polling
Definitions
- the present disclosure generally relates to the field of wireless communication technologies, and more specifically, WLAN communication methods, clients, computing devices, and storage media.
- Wireless communications have become increasingly common in industry due to improvements in performance and mobility. Unlike consumer products, wireless industrial equipment has higher requirements for low latency and low jitter.
- ordinary WLAN technology is inherently unsuitable for time-sensitive industrial applications due to many factors, such as random channel access with CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) mechanism.
- CSMA/CA Carrier Sense Multiple Access with Collision Avoidance
- a WLAN device cannot send data until it successfully competes for channel access.
- the presence of a large number of WLAN devices on the same channel will increase the channel access contention time and mean a huge difference in channel access latency.
- This random access means that WLAN technology cannot provide deterministic communication in the form in which it is commonly implemented.
- the challenge is to leverage and extend mainstream WLAN capabilities defined in the IEEE802.11 family of standards to meet industrial latency/jitter requirements without requiring custom hardware at the chip level and/or breaking related standards.
- the 802.11 standard specifies an operating mode called PCF (Point Coordination Function), in which channel access is arranged by the Access Point (AP) in a deterministic manner.
- PCF Point Coordination Function
- AP Access Point
- this mode is not widely accepted and therefore not supported by any relevant WLAN chipsets.
- the contention-based DCF model distributed Coordination Function
- its evolved variants are widely used.
- iPCF Intelligent Point Coordination Function
- the scheduling mechanism of iPCF is as follows.
- the WLAN AP sends a polling request message to a client, together with downlink data (if any), and waits for the client's polling response message (including uplink payload data) with a predetermined maximum waiting time Tmax ,if so).
- the polled client After receiving the polling request message, the polled client sends a polling response with uplink data to the AP.
- the AP After the AP successfully receives a polling response message from the polled client, or if the AP does not receive a polling response message from the client within the maximum waiting time Tmax, the AP will poll the next client.
- the AP repeats the polling request/polling response process one by one for all associated clients in a rotating manner.
- Both the access point and the client need to perform some functions periodically, such as background channel scanning for handover, or noise floor calibration to determine whether the channel is busy, etc.
- some functions such as background channel scanning for handover, or noise floor calibration to determine whether the channel is busy, etc.
- the client can neither send nor receive packets and therefore cannot receive polling requests or feedback responses from the access point. Therefore, latency is inevitably increased, and in the worst case, the poll request/poll response may fail this time around.
- the present disclosure proposes a WLAN communication method, which uses an enhanced mechanism based on the existing iPCF scheduling solution to solve the problems in the existing technology.
- a WLAN communication method including:
- the client receives the polling request message from the access point
- the client checks whether it is the client being polled
- the client If the client is the client being polled, the client sends a polling response message to the access point;
- the client enters the function execution time window.
- the function is executed.
- the function execution time window starts after the client sends the polling response message and ends before the retention time window starts
- the retention time window starts from the starting point of the safe time window and ends after the next polling response message is expected to be sent,
- the safe time window is a period that is not less than the execution time of the function to be executed before the start of the next polling cycle.
- the client can perform functions during the function execution time window without missing polling requests from the access point, thereby reducing the data between the access point and the client caused by performing other functions The possibility of exchange failure.
- the method further includes:
- the client After the function execution time window ends, the client enters the retention time window. When the moment to execute a function is reached during the retention time window, the client checks whether the priority of the function to be executed is higher than that of the received function. The priority of the data of the access point, if yes, the client switches to execute the function, if not, the execution of the function is postponed to the next function execution time window.
- the function includes at least one of: background channel scanning and noise floor calibration.
- the Duration/ID subfield in the MAC header in the polling request message is set to a first predetermined value.
- the method before the client sends a polling response message to the access point, the method further includes:
- the client sets its own NAV to 0.
- the method further includes: the client resets its own NAV to a second predetermined value. value.
- the method further includes: the client checks whether its own NAV is less than the first predetermined value, If it is less than, the client updates its own NAV based on the first predetermined value.
- a client including:
- a polling request receiving unit configured to receive a polling request message from the access point
- a receiving address determination unit configured to check whether the client is a polled client
- a polling response sending unit configured to send a polling response message to the access point
- the function execution unit is configured to cause the client to enter the function execution time window, and when the moment to execute a function is reached during the function execution time window, the function is executed,
- the function execution time window starts after sending the polling response message and ends before the start of the retention time window
- the retention time window starts from the starting point of the safe time window and ends after the next polling response message is expected to be sent,
- the safe time window is a period of time that is not less than the execution time of the function to be executed before the start of the next polling cycle.
- a computing device including: at least one processor; and a memory coupled to the at least one processor, the memory being configured to store instructions that when the instructions are processed by the at least one When the processor executes, the processor is caused to execute the method as described above.
- a non-transitory machine-readable storage medium storing executable instructions that, when executed, cause the machine to perform the method as described above.
- a computer program comprising computer-executable instructions which, when executed, cause at least one processor to perform the method as described above.
- a computer program product tangibly stored on a computer-readable medium and including computer-executable instructions that, when executed, cause at least A processor executes the method described above.
- Figure 1 is a flow chart of an exemplary process of a WLAN communication method according to an embodiment of the present disclosure
- Figure 2 is a schematic diagram of different time windows defined according to an embodiment of the present disclosure
- Figure 3 is a schematic sequence diagram of a client updating NAV according to an embodiment of the present disclosure
- Figure 4 is a block diagram of an exemplary configuration of a client for performing the WLAN communication method shown in Figure 1;
- FIG. 5 is a block diagram of a computing device for implementing a WLAN communication method according to an embodiment of the present disclosure.
- R1, R2 and R3 Polling response PC: Polling cycle
- NAV zero setting unit 407 NAV reset unit
- Processor 504 Memory
- the term "includes” and variations thereof represent an open term meaning “including, but not limited to.”
- the term “based on” means “based at least in part on.”
- the terms “one embodiment” and “an embodiment” mean “at least one embodiment.”
- the term “another embodiment” means “at least one other embodiment”.
- the terms “first”, “second”, etc. may refer to different or the same object. Other definitions may be included below, whether explicit or implicit. The definition of a term is consistent throughout this specification unless the context clearly dictates otherwise.
- the present disclosure proposes a WLAN communication method, which adopts an enhanced mechanism to solve the above-mentioned problems based on the above-mentioned iPCF scheduling solution.
- Clear Channel Assessment is a mechanism used to determine whether a medium (i.e. radio channel) is free.
- CCA includes carrier sensing (CS) and energy detection.
- Carrier sensing (CS) mechanism includes physical CS and virtual CS.
- Physical CS is provided by the PHY (physical layer) and is a direct measurement of the received signal strength for a valid 802.11 symbol. If it is above a certain level, the medium is considered busy.
- Virtual CS is provided by MAC, using Network Allocation Vector (NAV), using a Duration field to reserve a period of media usage, and setting NAV to the expected time of using the media.
- NAV Network Allocation Vector
- NAV is a symbol that indicates when the medium will become idle, and is kept up to date by the Duration value included in the frame.
- the NAV is updated if the duration value (represented in the Duration/ID subfield of the MAC header) is greater than the current NAV value.
- FIG. 1 is a flowchart of an exemplary process of a WLAN communication method 100 according to an embodiment of the present disclosure.
- step S102 the client receives a polling request message from the access point.
- step S103 the client checks whether it is a polled client.
- step S105 is executed, and the client sends a polling response message to the access point.
- the client can determine whether it is the client being polled by checking whether its MAC address is the same as the receiving address in the polling request message.
- 802.11ax uplink multi-user trigger-based OFDMA transmission depends not only on the MAC address.
- step S108 the client enters the function execution time window.
- the function is executed.
- the client will regularly perform some functions.
- it may not be able to receive the polling request from the access point or be unable to send the polling response.
- three time windows are defined. These three time windows will be explained in detail with reference to Figure 2 below.
- FIG. 2 shows an access point AP that polls three clients C1, C2 and C3 in sequence.
- the clients C1, C2 and C3 send respective polling responses R1, R2 and R3 respectively.
- PC represents a polling cycle (Polling Cycle).
- Function execution time window T1 This time window starts immediately after the client sends the polling response message and ends before the start of the retention time window T2.
- the required functions can be executed without missing the polling request from the access point. Therefore, when the time to execute a certain function is reached during the function execution time window T1, the function can be executed immediately.
- Retention time window T2 The retention time window T2 is from the starting point of the safe time window T3 to the time after the next time the client is expected to send a polling response message. During the retention time window T2, the client is preparing to be polled by the access point. polling or sending polling response messages, so it is best not to perform non-time-critical functions.
- Safety time window T3 The safety time window T3 is equivalent to the execution time of the function that is about to be executed. Its purpose is to ensure that there is enough time to complete the execution of the function without missing the polling request from the access point, so the safety time window T3 Is defined as the period of time before the start of the next polling cycle that is no less than the execution time of the function to be executed. That is to say, the size of the safety time window T3 cannot be less than the execution time of the function to be executed. The function must be executed before the safety time window to ensure that the executed function is completed before the start of the next polling cycle.
- the method 100 also includes: step S110.
- step S110 After the function execution time window ends, the client enters the retention time window. When the time to execute a certain function is reached during the retention time window, the client checks the function to be executed. Whether the priority is higher than the priority of receiving data from the access point, if so, the client switches to execute the function; if not, the execution of the function is postponed to the next execution time window, that is, the client is next The execution time window within a polling cycle.
- the function to be performed by the client may be background channel scanning or noise floor calibration.
- the functions involved in the method according to the embodiment of the present disclosure may be any function that the client needs to perform when performing WLAN communication, and are not limited to the two mentioned above.
- the functions performed by the client in step S110 may be the same as the functions performed in step S108, or they may be different, depending on the execution interval and execution time of various functions to be performed by the client.
- the main functions are solved The timing of execution does not matter what type of function it is, so it is collectively called a function without distinction.
- the possibility of data exchange failure between the access point and the client caused by performing other functions can be reduced.
- the Duration/ID subfield in the MAC data header in the polling request message sent by the access point is set to a first predetermined value.
- This first predetermined value should be large enough, for example, greater than during the polling request process.
- the method 100 may further include step S104 before performing step S105: the client sets its own NAV to 0.
- NAV is a flag bit stored locally by the client. Only when the value of NAV is 0, the client can send messages to the access point. That is, when a client is polled, its own NAV is set to 0 so that the client can send a poll response message.
- polled client can shorten its waiting time for channel access.
- polled clients can also reconfigure the parameters of their CCA contention window for fast response.
- the polled client MAY respond with a poll response carrying uplink data (if any).
- other clients can also update their NAV based on the value of the Duration/ID subfield in the polling response packet.
- the method 100 may further include step S107: the polled client reconfigures its NAV to a second predetermined value, and the second predetermined value may be equal to the first predetermined value, such as the maximum
- the waiting time Tmax can also be other values such that the NAV is no longer zero, which can prevent the client from randomly competing for channel access. If the parameters of the CCA contention window have been changed before the polling response, the polled client also needs to configure these parameters.
- step S106 is executed, and the client checks whether its own NAV is less than the first predetermined value set in the Duration/ID subfield in the polling request message. , if less than, the client updates its own NAV based on the first predetermined value. For example, it may be to update its own NAV to a first predetermined value, or to add a certain value on the basis of the first predetermined value.
- the NAV value will be updated, so that the client that is not polled can be prohibited.
- the end sends data randomly.
- Figure 3 schematically shows the sequence diagram of each client updating its NAV during the polling process.
- Figure 3 also shows an access point A1, which polls three clients C1, C2 and C3 in sequence.
- the clients C1, C2 and C3 send respective polling responses R1, R2 and R3 respectively.
- PC represents a polling cycle (Polling Cycle).
- the polled client C1 updates the NAV to 0, and the other clients C2 and C3 update their own NAVs according to the value set in the Duration/ID subfield in the polling request message P1.
- client C1 sends the polling response message R1, it updates the NAV to a new value, so that client C1 can no longer randomly access the channel during this polling cycle.
- the polled client C2 updates the NAV to 0, and the other clients C1 and C3 update their own NAVs according to the value set in the Duration/ID subfield in the polling request message P2.
- client C2 After client C2 sends the polling response message R2, it updates the NAV to a new value, so that client C2 can no longer randomly access the channel during this polling cycle.
- the polled client C3 updates the NAV to 0, and the other clients C1 and C2 update their own NAVs according to the value set in the Duration/ID subfield in the polling request message P3.
- client C3 After client C3 sends the polling response message R3, it updates the NAV to a new value, so that client C3 can no longer randomly access the channel during this polling cycle.
- FIG. 4 shows a block diagram of an exemplary configuration of a client 400 for performing the WLAN communication method shown in FIG. 1 .
- the client 400 includes: a polling request receiving unit 402 , a receiving address judging unit 403 , a polling response sending unit 405 and a function executing unit 408 .
- the polling request receiving unit 402 is configured to receive a polling request message from the access point.
- the judgment unit 403 is configured to check whether the client is the polled client.
- the polling response sending unit 405 is configured to send a polling response message to the access point.
- the function execution unit 408 is configured to cause the client to enter the function execution time window, and when the time to execute a function is reached during the function execution time window, the function is executed,
- the function execution time window starts after sending the polling response message and ends before the start of the retention time window
- the retention time window starts from the starting point of the safe time window and ends after the next polling response message is expected to be sent,
- the safe time window is a period of time that is not less than the execution time of the function to be executed before the start of the next polling cycle.
- function execution unit 408 is further configured as:
- the retention time window is entered.
- the time to execute a function is reached during the retention time window, it is checked whether the priority of the function to be executed is higher than that of the access point. the priority of the data, and if so, performs the said function,
- the function includes at least one of the following: background channel scanning and noise floor calibration.
- the Duration/ID subfield in the MAC header in the polling request message is set to a first predetermined value.
- the client 400 further includes: a NAV zero setting unit 404 configured to set the client's own NAV to 0.
- the client 400 further includes: a NAV reset unit 407 configured to reset the client's own NAV to a second predetermined value.
- the client 400 further includes: a NAV update unit 406 configured to check whether the client's own NAV is less than the first predetermined value, and if less, update its own NAV according to the first predetermined value.
- a NAV update unit 406 configured to check whether the client's own NAV is less than the first predetermined value, and if less, update its own NAV according to the first predetermined value.
- each step of the above-mentioned WLAN communication method and each component module and/or unit of the above-mentioned client can be implemented as software, firmware, hardware or a combination thereof.
- the program constituting the software for implementing the above method can be installed from a storage medium or a network to a computing device with a dedicated hardware structure.
- the computing device when installed with various programs, can execute each functions, etc.
- a WLAN communication method is proposed based on the existing iPCF scheduling solution.
- the technical solution according to the present disclosure has at least one or more of the following technical advantages:
- the present invention is compatible with the current most advanced WLAN standards (such as 802.11ax), and does not rely on any new functions, so it is suitable for deployment in traditional equipment or running in traditional mode.
- Each unit of the client described above can be implemented by hardware, software, or a combination of hardware and software.
- FIG. 5 shows a block diagram of a computing device 500 for implementing a WLAN communication method according to an embodiment of the present disclosure.
- computing device 500 may include at least one processor 502 that executes at least one computer-readable instructions (i.e., in software form as described above) stored or encoded in a computer-readable storage medium (i.e., memory 504). implemented elements).
- computer-executable instructions are stored in memory 504 that, when executed, enable at least one processor 502 to perform operations performed by the data relay device.
- the memory 504 may also store computer-executable instructions that may cause the processor 502 to perform operations performed by the container management device.
- a non-transitory machine-readable medium may have machine-executable instructions (ie, the above-mentioned elements implemented in software form), which when executed by a machine, cause the machine to perform the various embodiments of the present disclosure as described above in conjunction with FIGS. 1-4 Describes various operations and functions.
- a computer program includes computer-executable instructions that, when executed, cause at least one processor to perform each of the steps described above in conjunction with FIGS. 1-4 in various embodiments of the present disclosure. operations and functions.
- a computer program product includes computer-executable instructions that, when executed, cause at least one processor to perform the steps described above in connection with FIGS. 1-6 in various embodiments of the present disclosure.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
- Small-Scale Networks (AREA)
Abstract
Description
Claims (17)
- 一种WLAN通信方法,包括:客户端接收来自接入点的轮询请求消息;所述客户端检查自己是否是被轮询的客户端;如果所述客户端是被轮询的客户端,则所述客户端向所述接入点发送轮询响应消息;所述客户端进入功能执行时间窗口,当在所述功能执行时间窗口期间到达要执行一个功能的时刻,则执行所述功能,其中,所述功能执行时间窗口从所述客户端发送轮询响应消息之后开始至保留时间窗口开始之前结束,所述保留时间窗口从安全时间窗口的起点开始至预计下一次轮询响应消息发送之后结束,所述安全时间窗口是在下一个轮询周期开始之前不小于即将要执行的功能的执行时间的时段。
- 如权利要求1所述的方法,还包括:在所述功能执行时间窗口结束之后,所述客户端进入所述保留时间窗口,当在所述保留时间窗口期间到达执行一个功能的时刻,客户端检查要执行的功能的优先级是否高于接收所述接入点的数据的优先级,如果是,则所述客户端切换至执行所述功能,如果否,则将对所述功能的执行推迟至下一个功能执行时间窗口。
- 如权利要求1或2所述的方法,其中,所述功能包括以下中的至少一项:背景信道扫描和噪声基底校准。
- 如权利要求1或2所述的方法,其中,所述轮询请求消息中的MAC报头中的Duration/ID子字段被设置为一个第一预定值。
- 如权利要求4所述的方法,其中,在所述客户端向所述接入点发送轮询响应消息之前,所述方法还包括:所述客户端将自身的NAV设置为0。
- 如权利要求5所述的方法,其中,在所述客户端向所述接入点发送轮询响应消息之后,所述方法还包括:所述客户端将自身的NAV重新设置为第二预定值。
- 如权利要求4所述的方法,其中,如果在所述客户端检查自己是否是被轮询的客户端的步骤中确定所述客户端不是被轮询的客户端,所述方法还包括:所述客户端检查自身的NAV是否小于所述第一预定值,如果小于,则所述客户端基于所述第一预定值来更新自身的NAV。
- 一种客户端(400),包括:轮询请求接收单元(402),被配置为接收来自接入点的轮询请求消息;判断单元(403),被配置为检查所述客户端是否是被轮询的客户端;轮询响应发送单元(405),被配置为向所述接入点发送轮询响应消息;功能执行单元(408),被配置为使得客户端进入功能执行时间窗口,当在所述功能执行时间窗口期间到达要执行一个功能的时刻,则执行所述功能,其中,所述功能执行时间窗口从发送轮询响应消息之后开始至保留时间窗口开始之前结束,所述保留时间窗口从安全时间窗口的起点开始至预计下一次轮询响应消息发送之后结束,所述安全时间窗口是在下一个轮询周期开始之前不小于即将要执行的功能的执行时间的时段。
- 如权利要求8所述的客户端(400),其中,所述功能执行单元(408)进一步被配置为:在所述功能执行时间窗口结束之后,进入所述保留时间窗口,当在所述保留时间窗口期间到达执行一个功能的时刻,检查要执行的功能的优先级是否高于接收所述接入点的数据的优先级,如果是,则执行所述功能,如果否,则将对所述预定功能的执行推迟至下一个执行时间窗口。
- 如权利要求8或9所述的客户端(400),其中,所述功能包括以下中的至少一项:背景信道扫描和噪声基底校准。
- 如权利要求8或9所述的客户端(400),其中,所接收的所述轮询请求消息中的MAC报头中的Duration/ID子字段被所述接入点设置为一个第一预定值。
- 如权利要求11所述的客户端(400),还包括:NAV置零单元(404),被配置为将所述客户端自身的NAV设置为0。
- 如权利要求12所述的客户端(400),还包括:NAV重置单元(407),被配置为将所述客户端自身的NAV重新设置为第二预定值。
- 如权利要求8所述的客户端,还包括:NAV更新单元(406),被配置为检查客户端自身的NAV是否小于所述第一预定值,如果小于,则基于所述第一预定值来更新所述客户端自身的NAV。
- 计算设备(500),包括:至少一个处理器(502);以及与所述至少一个处理器(502)耦合的一个存储器(504),所述存储器(504)用于存储指令,当所述指令被所述至少一个处理器(502)执行时,使得所述处理器(502)执行如权利要求1-7中任意一项所述的方法。
- 一种非暂时性机器可读存储介质,其存储有可执行指令,所述指令当被执行时使得所述机器执行如权利要求1-7中任意一项所述的方法。
- 一种计算机程序产品,所述计算机程序产品被有形地存储在计算机可读介质上并且包括计算机可执行指令,所述计算机可执行指令在被执行时使至少一个处理器执行根据权利要求1-7中任意一项所述的方法。
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2022/101660 WO2024000119A1 (zh) | 2022-06-27 | 2022-06-27 | Wlan通信方法、客户端、计算设备和存储介质 |
| US18/879,120 US12382492B2 (en) | 2022-06-27 | 2022-06-27 | WLAN communication methods and devices |
| EP22948243.5A EP4529266A4 (en) | 2022-06-27 | 2022-06-27 | WLAN COMMUNICATION METHOD, CLIENT, COMPUTER DEVICE AND STORAGE MEDIA |
| CN202280096991.0A CN119343952A (zh) | 2022-06-27 | 2022-06-27 | Wlan通信方法、客户端、计算设备和存储介质 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2022/101660 WO2024000119A1 (zh) | 2022-06-27 | 2022-06-27 | Wlan通信方法、客户端、计算设备和存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2024000119A1 true WO2024000119A1 (zh) | 2024-01-04 |
Family
ID=89383663
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2022/101660 Ceased WO2024000119A1 (zh) | 2022-06-27 | 2022-06-27 | Wlan通信方法、客户端、计算设备和存储介质 |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US12382492B2 (zh) |
| EP (1) | EP4529266A4 (zh) |
| CN (1) | CN119343952A (zh) |
| WO (1) | WO2024000119A1 (zh) |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101843015A (zh) * | 2007-08-31 | 2010-09-22 | 汤姆森特许公司 | 以多种模式进行通信的方法及装置 |
| CN102427588A (zh) * | 2011-11-14 | 2012-04-25 | 工业和信息化部电信传输研究所 | 一种避免802.11轮询式数据传输过程中网络拥塞的方法 |
| CN108632108A (zh) * | 2018-01-11 | 2018-10-09 | 西门子电力自动化有限公司 | 基于轮询协议的监控方法、装置与及可读存储介质 |
| CN111669838A (zh) * | 2020-05-27 | 2020-09-15 | 西安空间无线电技术研究所 | 一种适用于星地wi-fi网络的pcf接入方法及装置 |
| WO2020192908A1 (de) * | 2019-03-27 | 2020-10-01 | Siemens Aktiengesellschaft | Datenkommunikationsverfahren in einem industriellen netzwerk sowie zugangspunkt und zugangspunkt-client |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1462524A (zh) * | 2001-05-15 | 2003-12-17 | 皇家菲利浦电子有限公司 | 用于避免工作在混合协调功能下的ieee802.00无线局域网中冲突的重叠网络分配矢量 |
| CN102484607B (zh) * | 2009-09-29 | 2014-10-29 | 西门子公司 | 一种profinet通信系统中的通信方法 |
| AU2012337487B2 (en) * | 2011-11-17 | 2015-09-03 | Lg Electronics Inc. | Methods of transmitting and receiving frame by station operating in power save mode in wireless LAN system and apparatus for supporting same |
| US11632797B2 (en) * | 2018-07-26 | 2023-04-18 | Lg Electronics Inc. | Method and apparatus for receiving UL data in wireless LAN system |
| JP7327785B2 (ja) * | 2019-07-11 | 2023-08-16 | 国立大学法人九州工業大学 | 通信システム、遠隔制御機械システム及び通信方法 |
-
2022
- 2022-06-27 EP EP22948243.5A patent/EP4529266A4/en active Pending
- 2022-06-27 US US18/879,120 patent/US12382492B2/en active Active
- 2022-06-27 WO PCT/CN2022/101660 patent/WO2024000119A1/zh not_active Ceased
- 2022-06-27 CN CN202280096991.0A patent/CN119343952A/zh active Pending
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101843015A (zh) * | 2007-08-31 | 2010-09-22 | 汤姆森特许公司 | 以多种模式进行通信的方法及装置 |
| CN102427588A (zh) * | 2011-11-14 | 2012-04-25 | 工业和信息化部电信传输研究所 | 一种避免802.11轮询式数据传输过程中网络拥塞的方法 |
| CN108632108A (zh) * | 2018-01-11 | 2018-10-09 | 西门子电力自动化有限公司 | 基于轮询协议的监控方法、装置与及可读存储介质 |
| WO2020192908A1 (de) * | 2019-03-27 | 2020-10-01 | Siemens Aktiengesellschaft | Datenkommunikationsverfahren in einem industriellen netzwerk sowie zugangspunkt und zugangspunkt-client |
| CN111669838A (zh) * | 2020-05-27 | 2020-09-15 | 西安空间无线电技术研究所 | 一种适用于星地wi-fi网络的pcf接入方法及装置 |
Non-Patent Citations (1)
| Title |
|---|
| See also references of EP4529266A4 * |
Also Published As
| Publication number | Publication date |
|---|---|
| US12382492B2 (en) | 2025-08-05 |
| EP4529266A1 (en) | 2025-03-26 |
| US20250168873A1 (en) | 2025-05-22 |
| CN119343952A (zh) | 2025-01-21 |
| EP4529266A4 (en) | 2025-12-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7785872B2 (ja) | チャネル競合方法及び関連機器 | |
| AU2021323751B2 (en) | Channel access method and communication device | |
| US11317439B2 (en) | Access method and apparatus | |
| US10917848B2 (en) | Wake-up frame transmission method and device | |
| CN113015234A (zh) | 利用被触发的帧对准的多链路操作 | |
| EP3089541B1 (en) | Channel resource allocation method and communications device | |
| US10028306B2 (en) | Method and device for data communication in a network | |
| US10506637B2 (en) | Method and apparatus for setting network allocation vector of multi-user transmission | |
| WO2014183401A1 (zh) | 信道接入方法和接入设备 | |
| JP5043853B2 (ja) | 無線lanでステーション間の媒体接近に対する公正性を保証する方法及び装置 | |
| EP3079432B1 (en) | Channel reservation method and communications device | |
| CN117939691A (zh) | 传输数据的方法及装置 | |
| WO2024000119A1 (zh) | Wlan通信方法、客户端、计算设备和存储介质 | |
| WO2024055852A1 (zh) | 一种数据传输方法和装置 | |
| CN103001689B (zh) | 发送非数据帧的方法和装置 | |
| BR122024015430A2 (pt) | Método de acesso ao canal, aparelho de comunicação, chip e meio de armazenamento legível por computador | |
| CN107211453B (zh) | 一种信道接入方法及信道接入装置 | |
| WO2023206526A1 (zh) | Wlan通信方法、接入点、客户端、计算设备和存储介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 22948243 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 202280096991.0 Country of ref document: CN |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2022948243 Country of ref document: EP |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 18879120 Country of ref document: US |
|
| ENP | Entry into the national phase |
Ref document number: 2022948243 Country of ref document: EP Effective date: 20241220 |
|
| WWP | Wipo information: published in national office |
Ref document number: 202280096991.0 Country of ref document: CN |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWP | Wipo information: published in national office |
Ref document number: 18879120 Country of ref document: US |
|
| WWG | Wipo information: grant in national office |
Ref document number: 18879120 Country of ref document: US |