WO2014110704A1 - Procédé de mise en oeuvre d'une configuration d'accès au réseau d'un dispositif wi-fi par vérification de la longueur du paquet de données wi-fi - Google Patents

Procédé de mise en oeuvre d'une configuration d'accès au réseau d'un dispositif wi-fi par vérification de la longueur du paquet de données wi-fi Download PDF

Info

Publication number
WO2014110704A1
WO2014110704A1 PCT/CN2013/001616 CN2013001616W WO2014110704A1 WO 2014110704 A1 WO2014110704 A1 WO 2014110704A1 CN 2013001616 W CN2013001616 W CN 2013001616W WO 2014110704 A1 WO2014110704 A1 WO 2014110704A1
Authority
WO
WIPO (PCT)
Prior art keywords
length
data
ssid
data frame
wifi
Prior art date
Application number
PCT/CN2013/001616
Other languages
English (en)
Chinese (zh)
Inventor
李志为
刘宗孺
姚博
Original Assignee
杭州古北电子科技有限公司
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=51192805&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO2014110704(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by 杭州古北电子科技有限公司 filed Critical 杭州古北电子科技有限公司
Publication of WO2014110704A1 publication Critical patent/WO2014110704A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/04Key management, e.g. using generic bootstrapping architecture [GBA]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/02Protecting privacy or anonymity, e.g. protecting personally identifiable information [PII]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/30Security of mobile devices; Security of mobile applications
    • H04W12/37Managing security policies for mobile devices or for controlling mobile applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W84/00Network topologies
    • H04W84/02Hierarchically pre-organised networks, e.g. paging networks, cellular networks, WLAN [Wireless Local Area Network] or WLL [Wireless Local Loop]
    • H04W84/10Small scale networks; Flat hierarchical networks
    • H04W84/12WLAN [Wireless Local Area Networks]

Definitions

  • the invention relates to a method for configuring an internet connection of a WIFI device.
  • the WIFI device first configures itself into AP mode or AD-HOC mode, allows other WIFI devices (android iOS phones, laptops, etc.) to log in, and then sends the required configuration information through the TCP/IP protocol for configuration.
  • the technical problem to be solved by the present invention is to provide a method for configuring an Internet access of a WIFI device by checking the length of the WIFI data packet.
  • the configured WIFI device can complete its Internet configuration without the need to add AD-HOC or AP functions, reducing the use of device resources. Description
  • this configuration method is not limited by the original network encryption protocol (WEP, WPA, WPA2), because this method is to use the length of the packet to transfer information, regardless of the encryption method, the packet content is encrypted , and the packet length does not change.
  • FIG. 1 is a schematic diagram of a composition manner of a data frame according to an embodiment of the present invention. detailed description
  • the method for configuring the Internet access of the WIFI device by checking the length of the WIFI data packet includes the following steps:
  • the WIFI configuration device generates a data information frame for configuring the Internet access, where the data information frame includes a predetermined fixed character string MAGIC-CODE, a data frame length, an SSID length, an SSID, an encryption type, and a password; optionally, the data information
  • the frame also includes a check word.
  • the fixed string, the data frame length, the SSID length, the SSID, the encryption type, the password and the order of the check words and the fixed string, the data frame length, the SSID length, the SSID, the encryption type, and the password.
  • the correspondence between the number of bytes occupied by the check word and the represented value is preset or externally configured.
  • Data frames are encrypted by the AES encryption algorithm.
  • the number of UDP packets that send data frame lengths If the data frame length is 60, 60 UDPs are sent. The length of each UDP packet is the value of the byte in the corresponding data frame. The content of the UDP packet is actually invalid.
  • the WIFI device is configured to establish different WIFI devices according to the MAC address of the WIFI device. a linked list of the length of the book data transmission;
  • the WIFI device is configured to acquire the data frame
  • the WIFI device is configured to check whether the checksum is correct. If it is correct, the SSID, encryption type and password are obtained according to the data frame.
  • the WIFI device is configured to connect to the corresponding WIFI AP network by using the obtained SSID, encryption type and password, and send confirmation broadcast data to confirm that the configuration is completed.
  • the implementation manners of the foregoing embodiments are specifically illustrated as follows:
  • the WIFI device needs to first obtain the SSID (maximum 32 bytes) of its connected AP, encryption type (NONE, WEP, WPA, WPA2), password.
  • WIFI channel packets can be monitored, since most AP networks are encrypted, the actual data content transmitted by them cannot be obtained, and the transmitted data is intelligently monitored. length.
  • the design of the invention is to send an UDP useless data string through the WIFI network, and the length of the different data strings corresponds to the content of the code, and the configured device monitors the same WIFI device (MAC address distinction). After the data string with the configuration feature is sent, its configuration information is obtained, and the implementation is configured.
  • the invention includes the following parts: configuring the SSID, encryption type and password encoding and sending on the device; monitoring and information analysis of the configured device.
  • the previous MAGIC-CODE which is a fixed string for the configured WIFI device and the configured WIFI device, such as (BLK), is also used to identify the start code of the data frame, which occupies 3 bytes.
  • the length of the data 1 byte.
  • SSID which is the SSID string of the AP that needs to be configured.
  • Encryption type O none (no encryption), 1 WEP encryption, 2 WPA encryption, 3 WPA2 force port, occupy 1 byte.
  • Password The remaining part of the data frame is the password string.
  • the method of sending data by sending a bunch of UDP packets first.
  • a data frame is 30 in length
  • 30 UDP packets are sent cyclically, and the length of each UDP packet corresponds to the value of its corresponding location.
  • the configured WIFI device periodically scans the channels of each WIFI and listens for possible configuration packets.
  • the WIFI device According to the MAC address of the WIFI device, establish a linked list of data transmission lengths of different devices. Check whether MAGIC-CODE can be matched.
  • the data frame may not be normal and need to be cyclically monitored.
  • the connected device is connected to the WIFI network
  • the configured WIFI device After the configured WIFI device obtains the correct SSID, encryption type and password, it connects to the corresponding WIFI AP network and sends confirmation broadcast data to confirm the configuration.
  • the configured WIFI device can complete its online configuration without the need to add AD-HOC or AP functions, reducing the use of device resources.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

L'invention concerne un procédé de mise en oeuvre d'une configuration d'accès au réseau d'un dispositif Wi-Fi. Une trame d'informations de données utilisée pour une configuration d'accès au réseau est générée, et la trame d'informations de données comprend une chaîne de caractères fixe préréglée MAGIC-CODE, la longueur de la trame de données, la longueur d'un SSID, le SSID, un type de chiffrement, et un mot de passe. La trame de données peut être chiffré à l'aide d'un algorithme de chiffrement négocié par les deux côtés de la configuration, et la trame de données chiffrée est envoyée. Pendant le processus d'envoi, la longueur de la trame de données correspond au nombre de paquets de données envoyés (UDP), et la longueur correspondant à chaque paquet de données UDP est une valeur numérique de la trame de données du paquet de données.
PCT/CN2013/001616 2013-01-18 2013-12-20 Procédé de mise en oeuvre d'une configuration d'accès au réseau d'un dispositif wi-fi par vérification de la longueur du paquet de données wi-fi WO2014110704A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310018532.3A CN103945369B (zh) 2013-01-18 2013-01-18 一种通过检查wifi数据包的长度实现wifi设备的上网配置方法
CN201310018532.3 2013-01-18

Publications (1)

Publication Number Publication Date
WO2014110704A1 true WO2014110704A1 (fr) 2014-07-24

Family

ID=51192805

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/001616 WO2014110704A1 (fr) 2013-01-18 2013-12-20 Procédé de mise en oeuvre d'une configuration d'accès au réseau d'un dispositif wi-fi par vérification de la longueur du paquet de données wi-fi

Country Status (2)

Country Link
CN (1) CN103945369B (fr)
WO (1) WO2014110704A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107360021A (zh) * 2017-06-16 2017-11-17 上海庆科信息技术有限公司 一种局域网配网方法及装置

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104184668A (zh) * 2014-07-29 2014-12-03 小米科技有限责任公司 物联网的联网方法、装置、路由器、以及第三方设备
CN104219662B (zh) * 2014-08-19 2019-05-07 新华三技术有限公司 一种Beacon帧的发送方法和设备
CN104270744B (zh) * 2014-09-28 2019-03-15 杭州雄迈信息技术有限公司 无线网络的快速配置系统及方法
CN105657857B (zh) * 2014-11-12 2019-11-19 深圳市腾讯计算机系统有限公司 无线网络连接方法及装置
CN104394577B (zh) * 2014-12-09 2019-07-19 上海斐讯数据通信技术有限公司 无线路由设备及电子设备的无线网络接入方法
CN104602112A (zh) * 2014-12-12 2015-05-06 小米科技有限责任公司 配置方法及装置
CN104581647A (zh) * 2015-01-30 2015-04-29 青岛海尔智能家电科技有限公司 智能设备网络接入方法及装置
CN106470458B (zh) 2015-08-17 2020-02-21 上海澜至半导体有限公司 在WiFi网络中进行控制的方法和设备
CN105101340B (zh) * 2015-09-09 2019-02-01 深圳市唯传科技有限公司 基于移动终端的消息多跳控制方法及系统
CN105682183B (zh) 2016-01-14 2017-06-16 美的集团股份有限公司 控制家电设备入网的方法和装置
CN107222372B (zh) * 2016-03-22 2021-03-23 阿里巴巴集团控股有限公司 一种信息发送方法和设备
CN106028423A (zh) * 2016-05-06 2016-10-12 武汉诚迈科技有限公司 一种适用于智能家具设备的无线配网方法
CN107371219B (zh) 2016-05-13 2020-08-25 华为终端有限公司 WiFi配置方法、WiFi移动终端和WiFi设备
CN106338974B (zh) * 2016-08-31 2018-11-23 杭州古北电子科技有限公司 一种使WiFi模块能适配多种设备通讯协议的方法
CN106254147B (zh) * 2016-09-08 2019-06-28 珠海全志科技股份有限公司 一种用于Wi-Fi网络的配置方法、物联网终端和控制端
CN108430091B (zh) * 2017-12-27 2021-04-20 苏宁智能终端有限公司 一种高效的智能家居wifi配网方法及设备
CN110213017B (zh) * 2019-04-30 2021-11-12 普联技术有限公司 一种数据传输方法、装置、系统、存储介质及终端设备
CN113490209B (zh) * 2021-06-29 2024-07-19 锐迪科创微电子(北京)有限公司 数据传输方法、系统、发送设备、接收设备及介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101188548A (zh) * 2007-02-01 2008-05-28 中兴通讯股份有限公司 使用hsdpa在非小区专用信道状态下的数据传递方法
CN101605329A (zh) * 2009-06-30 2009-12-16 中兴通讯股份有限公司 接入方法和接入装置
CN102497667A (zh) * 2011-12-20 2012-06-13 中国电信股份有限公司 WiFi 应用聚焦区域的定位方法及系统
CN102883315A (zh) * 2012-08-28 2013-01-16 中兴通讯股份有限公司 无线保真鉴权方法、系统及终端

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007068992A1 (fr) * 2005-12-16 2007-06-21 Nokia Corporation Support pour des clients de points d'acces sans fil de reseau local sans fil integre
US7903817B2 (en) * 2006-03-02 2011-03-08 Cisco Technology, Inc. System and method for wireless network profile provisioning
KR101481038B1 (ko) * 2008-01-16 2015-01-15 삼성전자주식회사 무선통신 시스템에서 다양한 길이의 사이클릭 프리픽스를수용하는 효율적인 프레임 구조와 송수신 장치 및 방법

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101188548A (zh) * 2007-02-01 2008-05-28 中兴通讯股份有限公司 使用hsdpa在非小区专用信道状态下的数据传递方法
CN101605329A (zh) * 2009-06-30 2009-12-16 中兴通讯股份有限公司 接入方法和接入装置
CN102497667A (zh) * 2011-12-20 2012-06-13 中国电信股份有限公司 WiFi 应用聚焦区域的定位方法及系统
CN102883315A (zh) * 2012-08-28 2013-01-16 中兴通讯股份有限公司 无线保真鉴权方法、系统及终端

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107360021A (zh) * 2017-06-16 2017-11-17 上海庆科信息技术有限公司 一种局域网配网方法及装置

Also Published As

Publication number Publication date
CN103945369A (zh) 2014-07-23
CN103945369B (zh) 2017-12-19

Similar Documents

Publication Publication Date Title
WO2014110704A1 (fr) Procédé de mise en oeuvre d'une configuration d'accès au réseau d'un dispositif wi-fi par vérification de la longueur du paquet de données wi-fi
WO2017041675A1 (fr) Procédé permettant d'envoyer et d'acquérir des informations de mise en réseau wifi et appareil correspondant
WO2016101494A1 (fr) Procédé d'accès intelligent sans fil
EP2070345B1 (fr) Enregistrement de dispositif sans fil, tel qu'un enregistrement automatique d'un dispositif wi-fi
US8601103B2 (en) Method, apparatus and system for distributing and enforcing authenticated network connection policy
WO2018161639A1 (fr) Procédé, appareil, et système de maintenance de tunnel sécurisé de protocole internet
JP5904347B2 (ja) データ通信方法、装置、およびシステム
JP2020521396A (ja) ワイヤレス・ローカル・エリア・ネットワーク構成方法及びデバイス
CN207766561U (zh) 一种控制终端及设备接入网络的系统
WO2011144174A1 (fr) Procédé, dispositif et système de configuration de dispositif d'accès
US20120087356A1 (en) Tunneled direct link setup through a tunnel
WO2016173078A1 (fr) Procédé et système de transfert de données et ue doté d'une fonction de relais
WO2018196587A1 (fr) Procédé et appareil d'authentification d'utilisateur dans un réseau convergent
WO2018120836A1 (fr) Procédé, dispositif et système d'appariement de terminaux, terminal, et support de stockage lisible par ordinateur
WO2021043095A1 (fr) Procédé et appareil de fourniture de terminal et de génération de clé, et dispositifs
US20140233616A1 (en) Communication system and method
WO2013064062A1 (fr) Procédé et dispositif de transmission d'un paquet de données
JP2021040308A (ja) エンドツーエンドのセキュアな通信のための方法および装置
CA2835181A1 (fr) Procedes pour fournir une accessibilite publique, et systemes et dispositifs associes
CN207652705U (zh) 一种控制终端及基于wifi Beacon帧的设备接入网络的系统
WO2017005163A1 (fr) Dispositif d'authentification de sécurité en fonction d'une communication sans fil
WO2012151905A1 (fr) Procédé et dispositif de transfert de réseau
WO2018170703A1 (fr) Procédé et dispositif d'établissement de connexion
JP2011199340A (ja) 通信装置及び方法、並びに通信システム
TWI650026B (zh) Data transmission method, first device and second device

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: 13871501

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 22/12/2015)

122 Ep: pct application non-entry in european phase

Ref document number: 13871501

Country of ref document: EP

Kind code of ref document: A1