1component_class: HAL_LEGACY 2component_type: WIFI 3component_type_version: 1.0 4component_name: "wifi" 5 6header: "<hardware/hardware.h>" 7header: "<hardware_legacy/wifi_hal.h>" 8 9interface: { 10 api: { 11 name: "wifi_initialize" 12 return_type: { 13 type: TYPE_PREDEFINED 14 predefined_type: "wifi_error" 15 } 16 arg: { 17 type: TYPE_PREDEFINED 18 scalar_type: "pointer" 19 predefined_type: "wifi_handle*" 20 } 21 } 22} 23