wifi_config_pb2.py 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # source: wifi_config.proto
  3. import sys
  4. _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
  5. from google.protobuf import descriptor as _descriptor
  6. from google.protobuf import descriptor_pb2
  7. from google.protobuf import message as _message
  8. from google.protobuf import reflection as _reflection
  9. from google.protobuf import symbol_database as _symbol_database
  10. from google.protobuf.internal import enum_type_wrapper
  11. # @@protoc_insertion_point(imports)
  12. _sym_db = _symbol_database.Default()
  13. import constants_pb2 as constants__pb2
  14. import wifi_constants_pb2 as wifi__constants__pb2
  15. DESCRIPTOR = _descriptor.FileDescriptor(
  16. name='wifi_config.proto',
  17. package='',
  18. syntax='proto3',
  19. serialized_pb=_b('\n\x11wifi_config.proto\x1a\x0f\x63onstants.proto\x1a\x14wifi_constants.proto\"\x0e\n\x0c\x43mdGetStatus\"\xb2\x01\n\rRespGetStatus\x12\x17\n\x06status\x18\x01 \x01(\x0e\x32\x07.Status\x12$\n\tsta_state\x18\x02 \x01(\x0e\x32\x11.WifiStationState\x12/\n\x0b\x66\x61il_reason\x18\n \x01(\x0e\x32\x18.WifiConnectFailedReasonH\x00\x12(\n\tconnected\x18\x0b \x01(\x0b\x32\x13.WifiConnectedStateH\x00\x42\x07\n\x05state\"P\n\x0c\x43mdSetConfig\x12\x0c\n\x04ssid\x18\x01 \x01(\x0c\x12\x12\n\npassphrase\x18\x02 \x01(\x0c\x12\r\n\x05\x62ssid\x18\x03 \x01(\x0c\x12\x0f\n\x07\x63hannel\x18\x04 \x01(\x05\"(\n\rRespSetConfig\x12\x17\n\x06status\x18\x01 \x01(\x0e\x32\x07.Status\"\x10\n\x0e\x43mdApplyConfig\"*\n\x0fRespApplyConfig\x12\x17\n\x06status\x18\x01 \x01(\x0e\x32\x07.Status\"\xc3\x02\n\x11WiFiConfigPayload\x12\x1f\n\x03msg\x18\x01 \x01(\x0e\x32\x12.WiFiConfigMsgType\x12\'\n\x0e\x63md_get_status\x18\n \x01(\x0b\x32\r.CmdGetStatusH\x00\x12)\n\x0fresp_get_status\x18\x0b \x01(\x0b\x32\x0e.RespGetStatusH\x00\x12\'\n\x0e\x63md_set_config\x18\x0c \x01(\x0b\x32\r.CmdSetConfigH\x00\x12)\n\x0fresp_set_config\x18\r \x01(\x0b\x32\x0e.RespSetConfigH\x00\x12+\n\x10\x63md_apply_config\x18\x0e \x01(\x0b\x32\x0f.CmdApplyConfigH\x00\x12-\n\x11resp_apply_config\x18\x0f \x01(\x0b\x32\x10.RespApplyConfigH\x00\x42\t\n\x07payload*\x9e\x01\n\x11WiFiConfigMsgType\x12\x14\n\x10TypeCmdGetStatus\x10\x00\x12\x15\n\x11TypeRespGetStatus\x10\x01\x12\x14\n\x10TypeCmdSetConfig\x10\x02\x12\x15\n\x11TypeRespSetConfig\x10\x03\x12\x16\n\x12TypeCmdApplyConfig\x10\x04\x12\x17\n\x13TypeRespApplyConfig\x10\x05\x62\x06proto3')
  20. ,
  21. dependencies=[constants__pb2.DESCRIPTOR,wifi__constants__pb2.DESCRIPTOR,])
  22. _WIFICONFIGMSGTYPE = _descriptor.EnumDescriptor(
  23. name='WiFiConfigMsgType',
  24. full_name='WiFiConfigMsgType',
  25. filename=None,
  26. file=DESCRIPTOR,
  27. values=[
  28. _descriptor.EnumValueDescriptor(
  29. name='TypeCmdGetStatus', index=0, number=0,
  30. options=None,
  31. type=None),
  32. _descriptor.EnumValueDescriptor(
  33. name='TypeRespGetStatus', index=1, number=1,
  34. options=None,
  35. type=None),
  36. _descriptor.EnumValueDescriptor(
  37. name='TypeCmdSetConfig', index=2, number=2,
  38. options=None,
  39. type=None),
  40. _descriptor.EnumValueDescriptor(
  41. name='TypeRespSetConfig', index=3, number=3,
  42. options=None,
  43. type=None),
  44. _descriptor.EnumValueDescriptor(
  45. name='TypeCmdApplyConfig', index=4, number=4,
  46. options=None,
  47. type=None),
  48. _descriptor.EnumValueDescriptor(
  49. name='TypeRespApplyConfig', index=5, number=5,
  50. options=None,
  51. type=None),
  52. ],
  53. containing_type=None,
  54. options=None,
  55. serialized_start=770,
  56. serialized_end=928,
  57. )
  58. _sym_db.RegisterEnumDescriptor(_WIFICONFIGMSGTYPE)
  59. WiFiConfigMsgType = enum_type_wrapper.EnumTypeWrapper(_WIFICONFIGMSGTYPE)
  60. TypeCmdGetStatus = 0
  61. TypeRespGetStatus = 1
  62. TypeCmdSetConfig = 2
  63. TypeRespSetConfig = 3
  64. TypeCmdApplyConfig = 4
  65. TypeRespApplyConfig = 5
  66. _CMDGETSTATUS = _descriptor.Descriptor(
  67. name='CmdGetStatus',
  68. full_name='CmdGetStatus',
  69. filename=None,
  70. file=DESCRIPTOR,
  71. containing_type=None,
  72. fields=[
  73. ],
  74. extensions=[
  75. ],
  76. nested_types=[],
  77. enum_types=[
  78. ],
  79. options=None,
  80. is_extendable=False,
  81. syntax='proto3',
  82. extension_ranges=[],
  83. oneofs=[
  84. ],
  85. serialized_start=60,
  86. serialized_end=74,
  87. )
  88. _RESPGETSTATUS = _descriptor.Descriptor(
  89. name='RespGetStatus',
  90. full_name='RespGetStatus',
  91. filename=None,
  92. file=DESCRIPTOR,
  93. containing_type=None,
  94. fields=[
  95. _descriptor.FieldDescriptor(
  96. name='status', full_name='RespGetStatus.status', index=0,
  97. number=1, type=14, cpp_type=8, label=1,
  98. has_default_value=False, default_value=0,
  99. message_type=None, enum_type=None, containing_type=None,
  100. is_extension=False, extension_scope=None,
  101. options=None, file=DESCRIPTOR),
  102. _descriptor.FieldDescriptor(
  103. name='sta_state', full_name='RespGetStatus.sta_state', index=1,
  104. number=2, type=14, cpp_type=8, label=1,
  105. has_default_value=False, default_value=0,
  106. message_type=None, enum_type=None, containing_type=None,
  107. is_extension=False, extension_scope=None,
  108. options=None, file=DESCRIPTOR),
  109. _descriptor.FieldDescriptor(
  110. name='fail_reason', full_name='RespGetStatus.fail_reason', index=2,
  111. number=10, type=14, cpp_type=8, label=1,
  112. has_default_value=False, default_value=0,
  113. message_type=None, enum_type=None, containing_type=None,
  114. is_extension=False, extension_scope=None,
  115. options=None, file=DESCRIPTOR),
  116. _descriptor.FieldDescriptor(
  117. name='connected', full_name='RespGetStatus.connected', index=3,
  118. number=11, type=11, cpp_type=10, label=1,
  119. has_default_value=False, default_value=None,
  120. message_type=None, enum_type=None, containing_type=None,
  121. is_extension=False, extension_scope=None,
  122. options=None, file=DESCRIPTOR),
  123. ],
  124. extensions=[
  125. ],
  126. nested_types=[],
  127. enum_types=[
  128. ],
  129. options=None,
  130. is_extendable=False,
  131. syntax='proto3',
  132. extension_ranges=[],
  133. oneofs=[
  134. _descriptor.OneofDescriptor(
  135. name='state', full_name='RespGetStatus.state',
  136. index=0, containing_type=None, fields=[]),
  137. ],
  138. serialized_start=77,
  139. serialized_end=255,
  140. )
  141. _CMDSETCONFIG = _descriptor.Descriptor(
  142. name='CmdSetConfig',
  143. full_name='CmdSetConfig',
  144. filename=None,
  145. file=DESCRIPTOR,
  146. containing_type=None,
  147. fields=[
  148. _descriptor.FieldDescriptor(
  149. name='ssid', full_name='CmdSetConfig.ssid', index=0,
  150. number=1, type=12, cpp_type=9, label=1,
  151. has_default_value=False, default_value=_b(''),
  152. message_type=None, enum_type=None, containing_type=None,
  153. is_extension=False, extension_scope=None,
  154. options=None, file=DESCRIPTOR),
  155. _descriptor.FieldDescriptor(
  156. name='passphrase', full_name='CmdSetConfig.passphrase', index=1,
  157. number=2, type=12, cpp_type=9, label=1,
  158. has_default_value=False, default_value=_b(''),
  159. message_type=None, enum_type=None, containing_type=None,
  160. is_extension=False, extension_scope=None,
  161. options=None, file=DESCRIPTOR),
  162. _descriptor.FieldDescriptor(
  163. name='bssid', full_name='CmdSetConfig.bssid', index=2,
  164. number=3, type=12, cpp_type=9, label=1,
  165. has_default_value=False, default_value=_b(''),
  166. message_type=None, enum_type=None, containing_type=None,
  167. is_extension=False, extension_scope=None,
  168. options=None, file=DESCRIPTOR),
  169. _descriptor.FieldDescriptor(
  170. name='channel', full_name='CmdSetConfig.channel', index=3,
  171. number=4, type=5, cpp_type=1, label=1,
  172. has_default_value=False, default_value=0,
  173. message_type=None, enum_type=None, containing_type=None,
  174. is_extension=False, extension_scope=None,
  175. options=None, file=DESCRIPTOR),
  176. ],
  177. extensions=[
  178. ],
  179. nested_types=[],
  180. enum_types=[
  181. ],
  182. options=None,
  183. is_extendable=False,
  184. syntax='proto3',
  185. extension_ranges=[],
  186. oneofs=[
  187. ],
  188. serialized_start=257,
  189. serialized_end=337,
  190. )
  191. _RESPSETCONFIG = _descriptor.Descriptor(
  192. name='RespSetConfig',
  193. full_name='RespSetConfig',
  194. filename=None,
  195. file=DESCRIPTOR,
  196. containing_type=None,
  197. fields=[
  198. _descriptor.FieldDescriptor(
  199. name='status', full_name='RespSetConfig.status', index=0,
  200. number=1, type=14, cpp_type=8, label=1,
  201. has_default_value=False, default_value=0,
  202. message_type=None, enum_type=None, containing_type=None,
  203. is_extension=False, extension_scope=None,
  204. options=None, file=DESCRIPTOR),
  205. ],
  206. extensions=[
  207. ],
  208. nested_types=[],
  209. enum_types=[
  210. ],
  211. options=None,
  212. is_extendable=False,
  213. syntax='proto3',
  214. extension_ranges=[],
  215. oneofs=[
  216. ],
  217. serialized_start=339,
  218. serialized_end=379,
  219. )
  220. _CMDAPPLYCONFIG = _descriptor.Descriptor(
  221. name='CmdApplyConfig',
  222. full_name='CmdApplyConfig',
  223. filename=None,
  224. file=DESCRIPTOR,
  225. containing_type=None,
  226. fields=[
  227. ],
  228. extensions=[
  229. ],
  230. nested_types=[],
  231. enum_types=[
  232. ],
  233. options=None,
  234. is_extendable=False,
  235. syntax='proto3',
  236. extension_ranges=[],
  237. oneofs=[
  238. ],
  239. serialized_start=381,
  240. serialized_end=397,
  241. )
  242. _RESPAPPLYCONFIG = _descriptor.Descriptor(
  243. name='RespApplyConfig',
  244. full_name='RespApplyConfig',
  245. filename=None,
  246. file=DESCRIPTOR,
  247. containing_type=None,
  248. fields=[
  249. _descriptor.FieldDescriptor(
  250. name='status', full_name='RespApplyConfig.status', index=0,
  251. number=1, type=14, cpp_type=8, label=1,
  252. has_default_value=False, default_value=0,
  253. message_type=None, enum_type=None, containing_type=None,
  254. is_extension=False, extension_scope=None,
  255. options=None, file=DESCRIPTOR),
  256. ],
  257. extensions=[
  258. ],
  259. nested_types=[],
  260. enum_types=[
  261. ],
  262. options=None,
  263. is_extendable=False,
  264. syntax='proto3',
  265. extension_ranges=[],
  266. oneofs=[
  267. ],
  268. serialized_start=399,
  269. serialized_end=441,
  270. )
  271. _WIFICONFIGPAYLOAD = _descriptor.Descriptor(
  272. name='WiFiConfigPayload',
  273. full_name='WiFiConfigPayload',
  274. filename=None,
  275. file=DESCRIPTOR,
  276. containing_type=None,
  277. fields=[
  278. _descriptor.FieldDescriptor(
  279. name='msg', full_name='WiFiConfigPayload.msg', index=0,
  280. number=1, type=14, cpp_type=8, label=1,
  281. has_default_value=False, default_value=0,
  282. message_type=None, enum_type=None, containing_type=None,
  283. is_extension=False, extension_scope=None,
  284. options=None, file=DESCRIPTOR),
  285. _descriptor.FieldDescriptor(
  286. name='cmd_get_status', full_name='WiFiConfigPayload.cmd_get_status', index=1,
  287. number=10, type=11, cpp_type=10, label=1,
  288. has_default_value=False, default_value=None,
  289. message_type=None, enum_type=None, containing_type=None,
  290. is_extension=False, extension_scope=None,
  291. options=None, file=DESCRIPTOR),
  292. _descriptor.FieldDescriptor(
  293. name='resp_get_status', full_name='WiFiConfigPayload.resp_get_status', index=2,
  294. number=11, type=11, cpp_type=10, label=1,
  295. has_default_value=False, default_value=None,
  296. message_type=None, enum_type=None, containing_type=None,
  297. is_extension=False, extension_scope=None,
  298. options=None, file=DESCRIPTOR),
  299. _descriptor.FieldDescriptor(
  300. name='cmd_set_config', full_name='WiFiConfigPayload.cmd_set_config', index=3,
  301. number=12, type=11, cpp_type=10, label=1,
  302. has_default_value=False, default_value=None,
  303. message_type=None, enum_type=None, containing_type=None,
  304. is_extension=False, extension_scope=None,
  305. options=None, file=DESCRIPTOR),
  306. _descriptor.FieldDescriptor(
  307. name='resp_set_config', full_name='WiFiConfigPayload.resp_set_config', index=4,
  308. number=13, type=11, cpp_type=10, label=1,
  309. has_default_value=False, default_value=None,
  310. message_type=None, enum_type=None, containing_type=None,
  311. is_extension=False, extension_scope=None,
  312. options=None, file=DESCRIPTOR),
  313. _descriptor.FieldDescriptor(
  314. name='cmd_apply_config', full_name='WiFiConfigPayload.cmd_apply_config', index=5,
  315. number=14, type=11, cpp_type=10, label=1,
  316. has_default_value=False, default_value=None,
  317. message_type=None, enum_type=None, containing_type=None,
  318. is_extension=False, extension_scope=None,
  319. options=None, file=DESCRIPTOR),
  320. _descriptor.FieldDescriptor(
  321. name='resp_apply_config', full_name='WiFiConfigPayload.resp_apply_config', index=6,
  322. number=15, type=11, cpp_type=10, label=1,
  323. has_default_value=False, default_value=None,
  324. message_type=None, enum_type=None, containing_type=None,
  325. is_extension=False, extension_scope=None,
  326. options=None, file=DESCRIPTOR),
  327. ],
  328. extensions=[
  329. ],
  330. nested_types=[],
  331. enum_types=[
  332. ],
  333. options=None,
  334. is_extendable=False,
  335. syntax='proto3',
  336. extension_ranges=[],
  337. oneofs=[
  338. _descriptor.OneofDescriptor(
  339. name='payload', full_name='WiFiConfigPayload.payload',
  340. index=0, containing_type=None, fields=[]),
  341. ],
  342. serialized_start=444,
  343. serialized_end=767,
  344. )
  345. _RESPGETSTATUS.fields_by_name['status'].enum_type = constants__pb2._STATUS
  346. _RESPGETSTATUS.fields_by_name['sta_state'].enum_type = wifi__constants__pb2._WIFISTATIONSTATE
  347. _RESPGETSTATUS.fields_by_name['fail_reason'].enum_type = wifi__constants__pb2._WIFICONNECTFAILEDREASON
  348. _RESPGETSTATUS.fields_by_name['connected'].message_type = wifi__constants__pb2._WIFICONNECTEDSTATE
  349. _RESPGETSTATUS.oneofs_by_name['state'].fields.append(
  350. _RESPGETSTATUS.fields_by_name['fail_reason'])
  351. _RESPGETSTATUS.fields_by_name['fail_reason'].containing_oneof = _RESPGETSTATUS.oneofs_by_name['state']
  352. _RESPGETSTATUS.oneofs_by_name['state'].fields.append(
  353. _RESPGETSTATUS.fields_by_name['connected'])
  354. _RESPGETSTATUS.fields_by_name['connected'].containing_oneof = _RESPGETSTATUS.oneofs_by_name['state']
  355. _RESPSETCONFIG.fields_by_name['status'].enum_type = constants__pb2._STATUS
  356. _RESPAPPLYCONFIG.fields_by_name['status'].enum_type = constants__pb2._STATUS
  357. _WIFICONFIGPAYLOAD.fields_by_name['msg'].enum_type = _WIFICONFIGMSGTYPE
  358. _WIFICONFIGPAYLOAD.fields_by_name['cmd_get_status'].message_type = _CMDGETSTATUS
  359. _WIFICONFIGPAYLOAD.fields_by_name['resp_get_status'].message_type = _RESPGETSTATUS
  360. _WIFICONFIGPAYLOAD.fields_by_name['cmd_set_config'].message_type = _CMDSETCONFIG
  361. _WIFICONFIGPAYLOAD.fields_by_name['resp_set_config'].message_type = _RESPSETCONFIG
  362. _WIFICONFIGPAYLOAD.fields_by_name['cmd_apply_config'].message_type = _CMDAPPLYCONFIG
  363. _WIFICONFIGPAYLOAD.fields_by_name['resp_apply_config'].message_type = _RESPAPPLYCONFIG
  364. _WIFICONFIGPAYLOAD.oneofs_by_name['payload'].fields.append(
  365. _WIFICONFIGPAYLOAD.fields_by_name['cmd_get_status'])
  366. _WIFICONFIGPAYLOAD.fields_by_name['cmd_get_status'].containing_oneof = _WIFICONFIGPAYLOAD.oneofs_by_name['payload']
  367. _WIFICONFIGPAYLOAD.oneofs_by_name['payload'].fields.append(
  368. _WIFICONFIGPAYLOAD.fields_by_name['resp_get_status'])
  369. _WIFICONFIGPAYLOAD.fields_by_name['resp_get_status'].containing_oneof = _WIFICONFIGPAYLOAD.oneofs_by_name['payload']
  370. _WIFICONFIGPAYLOAD.oneofs_by_name['payload'].fields.append(
  371. _WIFICONFIGPAYLOAD.fields_by_name['cmd_set_config'])
  372. _WIFICONFIGPAYLOAD.fields_by_name['cmd_set_config'].containing_oneof = _WIFICONFIGPAYLOAD.oneofs_by_name['payload']
  373. _WIFICONFIGPAYLOAD.oneofs_by_name['payload'].fields.append(
  374. _WIFICONFIGPAYLOAD.fields_by_name['resp_set_config'])
  375. _WIFICONFIGPAYLOAD.fields_by_name['resp_set_config'].containing_oneof = _WIFICONFIGPAYLOAD.oneofs_by_name['payload']
  376. _WIFICONFIGPAYLOAD.oneofs_by_name['payload'].fields.append(
  377. _WIFICONFIGPAYLOAD.fields_by_name['cmd_apply_config'])
  378. _WIFICONFIGPAYLOAD.fields_by_name['cmd_apply_config'].containing_oneof = _WIFICONFIGPAYLOAD.oneofs_by_name['payload']
  379. _WIFICONFIGPAYLOAD.oneofs_by_name['payload'].fields.append(
  380. _WIFICONFIGPAYLOAD.fields_by_name['resp_apply_config'])
  381. _WIFICONFIGPAYLOAD.fields_by_name['resp_apply_config'].containing_oneof = _WIFICONFIGPAYLOAD.oneofs_by_name['payload']
  382. DESCRIPTOR.message_types_by_name['CmdGetStatus'] = _CMDGETSTATUS
  383. DESCRIPTOR.message_types_by_name['RespGetStatus'] = _RESPGETSTATUS
  384. DESCRIPTOR.message_types_by_name['CmdSetConfig'] = _CMDSETCONFIG
  385. DESCRIPTOR.message_types_by_name['RespSetConfig'] = _RESPSETCONFIG
  386. DESCRIPTOR.message_types_by_name['CmdApplyConfig'] = _CMDAPPLYCONFIG
  387. DESCRIPTOR.message_types_by_name['RespApplyConfig'] = _RESPAPPLYCONFIG
  388. DESCRIPTOR.message_types_by_name['WiFiConfigPayload'] = _WIFICONFIGPAYLOAD
  389. DESCRIPTOR.enum_types_by_name['WiFiConfigMsgType'] = _WIFICONFIGMSGTYPE
  390. _sym_db.RegisterFileDescriptor(DESCRIPTOR)
  391. CmdGetStatus = _reflection.GeneratedProtocolMessageType('CmdGetStatus', (_message.Message,), dict(
  392. DESCRIPTOR = _CMDGETSTATUS,
  393. __module__ = 'wifi_config_pb2'
  394. # @@protoc_insertion_point(class_scope:CmdGetStatus)
  395. ))
  396. _sym_db.RegisterMessage(CmdGetStatus)
  397. RespGetStatus = _reflection.GeneratedProtocolMessageType('RespGetStatus', (_message.Message,), dict(
  398. DESCRIPTOR = _RESPGETSTATUS,
  399. __module__ = 'wifi_config_pb2'
  400. # @@protoc_insertion_point(class_scope:RespGetStatus)
  401. ))
  402. _sym_db.RegisterMessage(RespGetStatus)
  403. CmdSetConfig = _reflection.GeneratedProtocolMessageType('CmdSetConfig', (_message.Message,), dict(
  404. DESCRIPTOR = _CMDSETCONFIG,
  405. __module__ = 'wifi_config_pb2'
  406. # @@protoc_insertion_point(class_scope:CmdSetConfig)
  407. ))
  408. _sym_db.RegisterMessage(CmdSetConfig)
  409. RespSetConfig = _reflection.GeneratedProtocolMessageType('RespSetConfig', (_message.Message,), dict(
  410. DESCRIPTOR = _RESPSETCONFIG,
  411. __module__ = 'wifi_config_pb2'
  412. # @@protoc_insertion_point(class_scope:RespSetConfig)
  413. ))
  414. _sym_db.RegisterMessage(RespSetConfig)
  415. CmdApplyConfig = _reflection.GeneratedProtocolMessageType('CmdApplyConfig', (_message.Message,), dict(
  416. DESCRIPTOR = _CMDAPPLYCONFIG,
  417. __module__ = 'wifi_config_pb2'
  418. # @@protoc_insertion_point(class_scope:CmdApplyConfig)
  419. ))
  420. _sym_db.RegisterMessage(CmdApplyConfig)
  421. RespApplyConfig = _reflection.GeneratedProtocolMessageType('RespApplyConfig', (_message.Message,), dict(
  422. DESCRIPTOR = _RESPAPPLYCONFIG,
  423. __module__ = 'wifi_config_pb2'
  424. # @@protoc_insertion_point(class_scope:RespApplyConfig)
  425. ))
  426. _sym_db.RegisterMessage(RespApplyConfig)
  427. WiFiConfigPayload = _reflection.GeneratedProtocolMessageType('WiFiConfigPayload', (_message.Message,), dict(
  428. DESCRIPTOR = _WIFICONFIGPAYLOAD,
  429. __module__ = 'wifi_config_pb2'
  430. # @@protoc_insertion_point(class_scope:WiFiConfigPayload)
  431. ))
  432. _sym_db.RegisterMessage(WiFiConfigPayload)
  433. # @@protoc_insertion_point(module_scope)