| /device/soc/hisilicon/hi3516dv300/sdk_liteos/hdf_config/input/ |
| D | input_config.hcs | 103 chipVersion = 0; //parse Coord TypeA 125 chipVersion = 0; //parse point by TypeA 131 chipVersion = 1; //parse point by TypeB 138 chipVersion = 2; //parse point by TypeC
|
| /device/soc/st/stm32mp1xx/sdk_liteos/hdf_config/input/ |
| D | input_config.hcs | 63 chipVersion = 0; //parse Coord TypeA 85 chipVersion = 0; //parse point by TypeA
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
| D | wl_cfgp2p.c | 1112 wl_cfgp2p_find_wpaie(u8 *parse, u32 len) in wl_cfgp2p_find_wpaie() argument 1116 while ((ie = bcm_parse_tlvs(parse, (u32)len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpaie() 1117 if (wl_cfgp2p_is_wpa_ie((u8*)ie, &parse, &len)) { in wl_cfgp2p_find_wpaie() 1125 wl_cfgp2p_find_wpsie(u8 *parse, u32 len) in wl_cfgp2p_find_wpsie() argument 1129 while ((ie = bcm_parse_tlvs(parse, (u32)len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpsie() 1130 if (wl_cfgp2p_is_wps_ie((u8*)ie, &parse, &len)) { in wl_cfgp2p_find_wpsie() 1138 wl_cfgp2p_find_p2pie(u8 *parse, u32 len) in wl_cfgp2p_find_p2pie() argument 1142 while ((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_p2pie() 1143 if (wl_cfgp2p_is_p2p_ie((uint8*)ie, &parse, &len)) { in wl_cfgp2p_find_p2pie() 1151 wl_cfgp2p_find_wfdie(u8 *parse, u32 len) in wl_cfgp2p_find_wfdie() argument [all …]
|
| D | wl_cfgp2p.h | 320 wl_cfgp2p_find_wpaie(u8 *parse, u32 len); 323 wl_cfgp2p_find_wpsie(u8 *parse, u32 len); 326 wl_cfgp2p_find_p2pie(u8 *parse, u32 len); 329 wl_cfgp2p_find_wfdie(u8 *parse, u32 len); 390 wl_cfgp2p_find_attrib_in_all_p2p_Ies(u8 *parse, u32 len, u32 attrib);
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | wl_cfgp2p.h | 308 wl_cfgp2p_find_wpaie(const u8 *parse, u32 len); 311 wl_cfgp2p_find_wpsie(const u8 *parse, u32 len); 314 wl_cfgp2p_find_p2pie(const u8 *parse, u32 len); 317 wl_cfgp2p_find_wfdie(const u8 *parse, u32 len); 377 wl_cfgp2p_find_attrib_in_all_p2p_Ies(const u8 *parse, u32 len, u32 attrib);
|
| D | wl_cfgp2p.c | 1235 wl_cfgp2p_find_wpaie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpaie() argument 1239 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpaie() 1240 if (wl_cfgp2p_is_wpa_ie(ie, &parse, &len)) { in wl_cfgp2p_find_wpaie() 1248 wl_cfgp2p_find_wpsie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpsie() argument 1252 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpsie() 1253 if (wl_cfgp2p_is_wps_ie(ie, &parse, &len)) { in wl_cfgp2p_find_wpsie() 1261 wl_cfgp2p_find_p2pie(const u8 *parse, u32 len) in wl_cfgp2p_find_p2pie() argument 1265 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_p2pie() 1266 if (wl_cfgp2p_is_p2p_ie(ie, &parse, &len)) { in wl_cfgp2p_find_p2pie() 1274 wl_cfgp2p_find_wfdie(const u8 *parse, u32 len) in wl_cfgp2p_find_wfdie() argument [all …]
|
| D | wl_escan.c | 1258 wl_escan_meshid_ie(u8 *parse, u32 len, wlc_ssid_t *mesh_id) in wl_escan_meshid_ie() argument 1262 if((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_MESH_ID)) != NULL) { in wl_escan_meshid_ie() 1273 wl_escan_rsn_ie(u8 *parse, u32 len) in wl_escan_rsn_ie() argument 1275 if (bcm_parse_tlvs(parse, (u32)len, DOT11_MNG_RSN_ID)) { in wl_escan_rsn_ie() 1282 wl_escan_mesh_info_ie(struct net_device *dev, u8 *parse, u32 len, in wl_escan_mesh_info_ie() argument 1293 if((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_VS_ID)) != NULL) { in wl_escan_mesh_info_ie()
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
| D | wl_cfgp2p.h | 340 wl_cfgp2p_find_wpaie(const u8 *parse, u32 len); 343 wl_cfgp2p_find_wpsie(const u8 *parse, u32 len); 346 wl_cfgp2p_find_p2pie(const u8 *parse, u32 len); 349 wl_cfgp2p_find_wfdie(const u8 *parse, u32 len); 409 wl_cfgp2p_find_attrib_in_all_p2p_Ies(const u8 *parse, u32 len, u32 attrib);
|
| D | wl_cfgp2p.c | 1225 wl_cfgp2p_find_wpaie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpaie() argument 1229 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpaie() 1230 if (wl_cfgp2p_is_wpa_ie(ie, &parse, &len)) { in wl_cfgp2p_find_wpaie() 1238 wl_cfgp2p_find_wpsie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpsie() argument 1242 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpsie() 1243 if (wl_cfgp2p_is_wps_ie(ie, &parse, &len)) { in wl_cfgp2p_find_wpsie() 1251 wl_cfgp2p_find_p2pie(const u8 *parse, u32 len) in wl_cfgp2p_find_p2pie() argument 1255 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_p2pie() 1256 if (wl_cfgp2p_is_p2p_ie(ie, &parse, &len)) { in wl_cfgp2p_find_p2pie() 1264 wl_cfgp2p_find_wfdie(const u8 *parse, u32 len) in wl_cfgp2p_find_wfdie() argument [all …]
|
| D | wl_escan.c | 1256 wl_escan_meshid_ie(u8 *parse, u32 len, wlc_ssid_t *mesh_id) in wl_escan_meshid_ie() argument 1260 if((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_MESH_ID)) != NULL) { in wl_escan_meshid_ie() 1271 wl_escan_rsn_ie(u8 *parse, u32 len) in wl_escan_rsn_ie() argument 1273 if (bcm_parse_tlvs(parse, (u32)len, DOT11_MNG_RSN_ID)) { in wl_escan_rsn_ie() 1280 wl_escan_mesh_info_ie(struct net_device *dev, u8 *parse, u32 len, in wl_escan_mesh_info_ie() argument 1291 if((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_VS_ID)) != NULL) { in wl_escan_mesh_info_ie()
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
| D | wl_cfgp2p.h | 314 extern const wpa_ie_fixed_t *wl_cfgp2p_find_wpaie(const u8 *parse, u32 len); 316 extern const wpa_ie_fixed_t *wl_cfgp2p_find_wpsie(const u8 *parse, u32 len); 318 extern wifi_p2p_ie_t *wl_cfgp2p_find_p2pie(const u8 *parse, u32 len); 320 extern const wifi_wfd_ie_t *wl_cfgp2p_find_wfdie(const u8 *parse, u32 len); 377 extern const u8 *wl_cfgp2p_find_attrib_in_all_p2p_Ies(const u8 *parse, u32 len,
|
| D | wl_cfgp2p.c | 1278 const wpa_ie_fixed_t *wl_cfgp2p_find_wpaie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpaie() argument 1282 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpaie() 1283 if (wl_cfgp2p_is_wpa_ie(ie, &parse, &len)) { in wl_cfgp2p_find_wpaie() 1290 const wpa_ie_fixed_t *wl_cfgp2p_find_wpsie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpsie() argument 1294 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpsie() 1295 if (wl_cfgp2p_is_wps_ie(ie, &parse, &len)) { in wl_cfgp2p_find_wpsie() 1302 wifi_p2p_ie_t *wl_cfgp2p_find_p2pie(const u8 *parse, u32 len) in wl_cfgp2p_find_p2pie() argument 1306 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_p2pie() 1307 if (wl_cfgp2p_is_p2p_ie(ie, &parse, &len)) { in wl_cfgp2p_find_p2pie() 1314 const wifi_wfd_ie_t *wl_cfgp2p_find_wfdie(const u8 *parse, u32 len) in wl_cfgp2p_find_wfdie() argument [all …]
|
| D | wl_escan.c | 1371 bool wl_escan_meshid_ie(u8 *parse, u32 len, wlc_ssid_t *mesh_id) in wl_escan_meshid_ie() argument 1375 if ((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_MESH_ID)) != NULL) { in wl_escan_meshid_ie() 1385 bool wl_escan_rsn_ie(u8 *parse, u32 len) in wl_escan_rsn_ie() argument 1387 if (bcm_parse_tlvs(parse, (u32)len, DOT11_MNG_RSN_ID)) { in wl_escan_rsn_ie() 1393 bool wl_escan_mesh_info_ie(struct net_device *dev, u8 *parse, u32 len, in wl_escan_mesh_info_ie() argument 1404 if ((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_VS_ID)) != NULL) { in wl_escan_mesh_info_ie()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
| D | build_nv.py | 333 tree = ET.parse(src_xml) 414 tree = ET.parse(src_xml) 460 tree = ET.parse(src_xml) 501 tree = ET.parse(src_xml)
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
| D | build_nv.py | 333 tree = ET.parse(src_xml) 414 tree = ET.parse(src_xml) 460 tree = ET.parse(src_xml) 501 tree = ET.parse(src_xml)
|
| /device/board/hihope/neptune100/liteos_m/ |
| D | config.gni | 42 # config.json parse
|
| /device/qemu/riscv32_virt/liteos_m/ |
| D | config.gni | 44 # config.json parse
|
| /device/board/hpmicro/hpm6750evk2/liteos_m/ |
| D | config.gni | 42 # config.json parse
|
| /device/board/fnlink/v200zr/liteos_m/ |
| D | config.gni | 40 # config.json parse
|
| /device/soc/hpmicro/sdk/hpm_sdk/ |
| D | CMakeLists.txt | 116 # parse module list file provided in soc folder, it will decide which modules to be enabled under d…
|
| /device/qemu/arm_virt/liteos_a/ |
| D | README_zh.md | 190 运行时,qemu-run遇到报错如下报错: failed to parse default acl file
|
| D | README.md | 186 …If the error message "failed to parse default acl file" is displayed when **qemu-run** is executed:
|
| /device/board/beken/bk7235x/liteos_m/ |
| D | config.gni | 42 # config.json parse
|
| /device/board/chipsea/cst85_wblink/liteos_m/ |
| D | config.gni | 43 # config.json parse
|
| /device/board/lango/dev_wifi_a/liteos_m/ |
| D | config.gni | 43 # config.json parse
|