| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | p2p.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Fundamental types and constants relating to WFA P2P (aka WiFi Direct) 5 * Copyright (C) 1999-2017, Broadcom Corporation 9 * under the terms of the GNU General Public License version 2 (the "GPL"), 26 * <<Broadcom-WL-IPTag/Open:>> 28 * $Id: p2p.h 700076 2017-05-17 14:42:22Z $ 44 /* WiFi P2P OUI values */ 45 #define P2P_OUI WFA_OUI /* WiFi P2P OUI */ 46 #define P2P_VER WFA_OUI_TYPE_P2P /* P2P version: 9=WiFi P2P v1.0 */ 50 /* WiFi P2P IE */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | p2p.h | 2 * Fundamental types and constants relating to WFA P2P (aka WiFi Direct) 6 * Copyright (C) 1999-2017, Broadcom Corporation 10 * under the terms of the GNU General Public License version 2 (the "GPL"), 27 * <<Broadcom-WL-IPTag/Open:>> 44 /* WiFi P2P OUI values */ 45 #define P2P_VER WFA_OUI_TYPE_P2P /* P2P version: 9=WiFi P2P v1.0 */ 49 /* WiFi P2P IE */ 53 uint8 OUI[3]; /* WiFi P2P specific OUI: P2P_OUI */ 66 #define P2P_ATTR_LEN_LEN 2 /* length field length */ 67 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | p2p.h | 2 * Fundamental types and constants relating to WFA P2P (aka WiFi Direct) 6 * Copyright (C) 1999-2017, Broadcom Corporation 10 * under the terms of the GNU General Public License version 2 (the "GPL"), 27 * <<Broadcom-WL-IPTag/Open:>> 44 /* WiFi P2P OUI values */ 45 #define P2P_VER WFA_OUI_TYPE_P2P /* P2P version: 9=WiFi P2P v1.0 */ 49 /* WiFi P2P IE */ 53 uint8 OUI[3]; /* WiFi P2P specific OUI: P2P_OUI */ 66 #define P2P_ATTR_LEN_LEN 2 /* length field length */ 67 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | p2p.h | 2 * Fundamental types and constants relating to WFA P2P (aka WiFi Direct) 6 * Copyright (C) 1999-2017, Broadcom Corporation 10 * under the terms of the GNU General Public License version 2 (the "GPL"), 27 * <<Broadcom-WL-IPTag/Open:>> 44 /* WiFi P2P OUI values */ 45 #define P2P_VER WFA_OUI_TYPE_P2P /* P2P version: 9=WiFi P2P v1.0 */ 49 /* WiFi P2P IE */ 53 uint8 OUI[3]; /* WiFi P2P specific OUI: P2P_OUI */ 66 #define P2P_ATTR_LEN_LEN 2 /* length field length */ 67 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | p2p.h | 2 * Fundamental types and constants relating to WFA P2P (aka WiFi Direct) 8 * under the terms of the GNU General Public License version 2 (the "GPL"), 21 * <<Broadcom-WL-IPTag/Dual:>> 36 /* WiFi P2P OUI values */ 37 #define P2P_VER WFA_OUI_TYPE_P2P /* P2P version: 9=WiFi P2P v1.0 */ 41 /* WiFi P2P IE */ 45 uint8 OUI[3]; /* WiFi P2P specific OUI: P2P_OUI */ 58 #define P2P_ATTR_LEN_LEN 2 /* length field length */ 59 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */ 64 /* P2P IE Subelement IDs from WiFi P2P Technical Spec 1.00 */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | p2p.h | 2 * Fundamental types and constants relating to WFA P2P (aka WiFi Direct) 8 * under the terms of the GNU General Public License version 2 (the "GPL"), 21 * <<Broadcom-WL-IPTag/Dual:>> 36 /* WiFi P2P OUI values */ 37 #define P2P_VER WFA_OUI_TYPE_P2P /* P2P version: 9=WiFi P2P v1.0 */ 41 /* WiFi P2P IE */ 45 uint8 OUI[3]; /* WiFi P2P specific OUI: P2P_OUI */ 58 #define P2P_ATTR_LEN_LEN 2 /* length field length */ 59 #define P2P_ATTR_HDR_LEN 3 /* ID + 2-byte length field spec 1.02 */ 64 /* P2P IE Subelement IDs from WiFi P2P Technical Spec 1.00 */ [all …]
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/bin/ |
| H A D | fltest_wifi.sh | 3 cnt1=`ps aux | grep hostapd | grep -v grep | wc -l` 13 echo "Usage: -i <wifi> -s <ssid> -p <password>" 14 echo "eg: ./wifi.sh -i mlan0 -s bjforlinx -p 12345678 " 15 echo "eg: ./wifi.sh -i mlan0 -s bjforlinx -p NONE " 16 echo " -i : mlan0 or mlan1" 17 echo " -s : wifi ssid" 18 echo " -p : wifi password or NONE" 25 -i ) wifi=$2;echo wifi $wifi;shift 2 ;; 26 -s ) ssid=$2;echo ssid $ssid;shift 2 ;; 27 -p ) pasw=$2;echo pasw $pasw;shift 2 ;; [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3288/ |
| H A D | Kconfig | 4 bool "Google/Rockchip Veyron-Jerry Chromebook" 7 Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports, 8 HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and 9 WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to 13 bool "Google/Rockchip Veyron-Mickey Chromebit" 16 Mickey is a small RK3288-based device with one USB 3.0 port, HDMI 17 and WiFi. It has a separate power port and is designed to connect 23 bool "Google/Rockchip Veyron-Minnie Chromebook" 26 Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0 27 ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/wireless/ |
| H A D | qcom,ath10k.txt | 4 - compatible: Should be one of the following: 6 * "qcom,ipq4019-wifi" 7 * "qcom,wcn3990-wifi" 10 data along with board specific data via "qcom,ath10k-calibration-data". 13 AHB based devices (i.e. ipq4019) uses compatible string "qcom,ipq4019-wifi" 15 "qcom,ath10k-calibration-data"). It uses "qcom,ath10k-pre-calibration-data" 18 In general, entry "qcom,ath10k-pre-calibration-data" and 19 "qcom,ath10k-calibration-data" conflict with each other and only one 22 SNOC based devices (i.e. wcn3990) uses compatible string "qcom,wcn3990-wifi". 24 - reg: Address and length of the register set for the device. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/btc/ |
| H A D | halbtc8723bwifionly.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2016 - 2017 Realtek Corporation. 7 * under the terms of version 2 of the GNU General Public License as 24 struct wifi_only_haldata *pwifionly_haldata = &pwifionlycfg->haldata_info; in ex_hal8723b_wifi_only_hw_config() 27 …wifionlycfg, 0x778, 0x3); /* Set pta for wifi first priority, 0x1 need to reference pta table to d… in ex_hal8723b_wifi_only_hw_config() 30 /* Set Antenna path to Wifi */ in ex_hal8723b_wifi_only_hw_config() 31 …ifionlycfg, 0x0765, 0x8); /* Set pta for wifi first priority, 0x0 need to reference pta table to d… in ex_hal8723b_wifi_only_hw_config() 34 …halwifionly_write4byte(pwifionlycfg, 0x000006c0, 0xaaaaaaaa); /* pta table, 0xaaaaaaaa means wifi … in ex_hal8723b_wifi_only_hw_config() 37 …ionly_bitmaskwrite1byte(pwifionlycfg, 0x67, 0x20, 0x1); /* BT select s0/s1 is controlled by WiFi */ in ex_hal8723b_wifi_only_hw_config() 40 if (pwifionlycfg->chip_interface == WIFIONLY_INTF_PCI) { in ex_hal8723b_wifi_only_hw_config() [all …]
|
| H A D | halbtc8812a2ant.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2016 - 2017 Realtek Corporation. 7 * under the terms of version 2 of the GNU General Public License as 19 * This file is for RTL8812A Co-exist mechanism 23 * 2012/11/14 Cosa Revise for 8812A 2Ant out sourcing. 46 "BT Info[wifi fw]", 53 * 2. WifiCoexVersion : glcoex_ver_XXXX_1ant 64 /*1. add coex. log for wifi/BT coex. version*/ 75 u8 bt_rssi_state = coex_sta->pre_bt_rssi_state; in halbtc8812a2ant_bt_rssi_state() 77 bt_rssi = coex_sta->bt_rssi; in halbtc8812a2ant_bt_rssi_state() [all …]
|
| /OK3568_Linux_fs/kernel/net/rfkill/ |
| H A D | rfkill-wlan.c | 5 * License version 2, as published by the Free Software Foundation, and 14 /* Rock-chips rfkill driver for wifi 25 #include <linux/rfkill-wlan.h> 26 #include <linux/rfkill-bt.h> 34 #include <dt-bindings/gpio/gpio.h> 74 * Broadcom Wifi Static Memory 119 dev_alloc_skb(((i < (WLAN_SKB_BUF_NUM / 2)) ? in rockchip_init_wifi_mem() 121 (PAGE_SIZE * 2))); in rockchip_init_wifi_mem() 151 return -ENOMEM; in rockchip_init_wifi_mem() 183 LOG("%s: rfkill-wlan driver has not Successful initialized\n", in rfkill_set_wifi_bt_power() [all …]
|
| /OK3568_Linux_fs/buildroot/package/linux-firmware/ |
| H A D | Config.in | 2 bool "linux-firmware" 7 https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git 99 menu "WiFi firmware" 164 Firmware files for the Intel Wifi 22260 devices supported by 170 Firmware files for the Intel Wifi 3160 devices supported by 176 Firmware files for the Intel Wifi 3168 devices supported by 182 Firmware files for the Intel Wifi 5000 devices supported by 188 Firmware files for the Intel Wifi 6000G2A devices supported by 194 Firmware files for the Intel Wifi 6000G2B devices supported by 200 Firmware files for the Intel Wifi 7260 devices supported by [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_cfg80211_util.h | 6 * Copyright 2015-2021 NXP 9 * under the terms of the GNU General Public License Version 2, June 1991 13 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the 14 * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. 16 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE 54 /** WiFi ring control structure */ 73 /** WiFi ring buffer sttructure */ 114 #define WIFI_LOGGER_CONNECT_EVENT_SUPPORTED MBIT(2) /* connectivity event*/ 122 * Parameters of wifi logger events are TLVs 127 #define WIFI_TAG_ADDR 2 // takes a 6 bytes MAC address as parameter [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/config/ |
| H A D | readme.txt | 3 ---flapp.pro 4 ---src 5 ---build_config 6 --- pinyin 7 --- text.xml 9 2.UI插件介绍 11 $$PWD/wifi \ wifi测试 27 contains(DEFINES, imxx11) :SUBDIRS += $$PWD/imxx11 #6ull-c 34 qmake ../flapp/flapp.pro DEFINES+="imxx11 " NXP x11 6ull-c编译 36 make -j4 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) " 9 Intel Wireless WiFi Link Next-Gen AGN 12 Intel Wireless WiFi Link 6250AGN Adapter 13 Intel 6000 Series Wi-Fi Adapters (6200AGN and 6300AGN) 14 Intel WiFi Link 1000BGN 15 Intel Wireless WiFi 5150AGN 16 Intel Wireless WiFi 5100AGN, 5300AGN, and 5350AGN 17 Intel 6005 Series Wi-Fi Adapters 18 Intel 6030 Series Wi-Fi Adapters [all …]
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | mainwindow.cpp | 17 const QRect availableGeometry = QApplication::desktop()->availableGeometry(this); in MainWindow() 22 wifi = nullptr; in MainWindow() 29 returnBtn.setStyleSheet(tr("border-image: url(:/return.png);")); in MainWindow() 41 hlayout->addWidget(&returnBtn); in MainWindow() 42 hlayout->addWidget(&title); in MainWindow() 43 hlayout->addWidget(&subTitle); in MainWindow() 44 hlayout->addWidget(&toggleBtn); in MainWindow() 49 font.setPixelSize(pixmap.height()/2); in MainWindow() 56 // audio->setFont(font); in MainWindow() 57 QListWidgetItem *wifi = new QListWidgetItem(tr("WiFi"), &listWidget); in MainWindow() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_cfgvendor.h | 5 * Copyright (C) 2011-2017, Marvell International Ltd. 8 * Ltd. under the terms of the GNU General Public License Version 2, June 1991 12 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the 13 * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. 15 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE 42 #define WIFI_FEATURE_P2P 0x0008 // Wifi-Direct 44 #define WIFI_FEATURE_GSCAN 0x0020 // Google-Scan APIs 46 #define WIFI_FEATURE_D2D_RTT 0x0080 // Device-to-device RTT 47 #define WIFI_FEATURE_D2AP_RTT 0x0100 // Device-to-AP RTT 56 #define WIFI_FEATURE_LOGGER 0x20000 // WiFi Logger [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/btc/ |
| H A D | HalBtc8812a2Ant.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 // This file is for RTL8812A Co-exist mechanism 9 // 2012/11/14 Cosa Revise for 8812A 2Ant out sourcing. 32 "BT Info[wifi fw]", 39 //improve 8761ATV D-cut BT off/on fail issue 54 u1Byte btRssiState=pCoexSta->preBtRssiState; in halbtc8812a2ant_BtRssiState() 56 btRssi = pCoexSta->btRssi; in halbtc8812a2ant_BtRssiState() 58 if(levelNum == 2) in halbtc8812a2ant_BtRssiState() 60 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8812a2ant_BtRssiState() 61 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8812a2ant_BtRssiState() [all …]
|
| H A D | HalBtc8192e2Ant.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 // This file is for RTL8192E Co-exist mechanism 26 "BT Info[wifi fw]", 48 u1Byte btRssiState=pCoexSta->preBtRssiState; in halbtc8192e2ant_BtRssiState() 50 btRssi = pCoexSta->btRssi; in halbtc8192e2ant_BtRssiState() 52 if(levelNum == 2) in halbtc8192e2ant_BtRssiState() 54 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8192e2ant_BtRssiState() 55 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8192e2ant_BtRssiState() 83 return pCoexSta->preBtRssiState; in halbtc8192e2ant_BtRssiState() 86 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8192e2ant_BtRssiState() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h6-orangepi-3.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 /dts-v1/; 6 #include "sun50i-h6.dtsi" 7 #include "sun50i-h6-cpu-opp.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 13 compatible = "xunlong,orangepi-3", "allwinner,sun50i-h6"; 21 stdout-path = "serial0:115200n8"; 25 compatible = "hdmi-connector"; 26 ddc-en-gpios = <&pio 7 2 GPIO_ACTIVE_HIGH>; /* PH2 */ 31 remote-endpoint = <&hdmi_out_con>; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_platdev.c | 6 * Copyright (C) 1999-2017, Broadcom Corporation 10 * under the terms of the GNU General Public License version 2 (the "GPL"), 27 * <<Broadcom-WL-IPTag/Open:>> 29 * $Id: dhd_linux_platdev.c 697969 2017-05-05 16:36:11Z $ 82 #pragma GCC diagnostic ignored "-Wmissing-field-initializers" 110 static int lock_cookie_wifi = 'W' | 'i'<<8 | 'F'<<16 | 'i'<<24; /* cookie is "WiFi" */ 120 for (i = 0; i < dhd_wifi_platdata->num_adapters; i++) { in dhd_wifi_platform_get_adapter() 121 wifi_adapter_info_t *adapter = &dhd_wifi_platdata->adapters[i]; in dhd_wifi_platform_get_adapter() 122 if ((adapter->bus_type == -1 || adapter->bus_type == bus_type) && in dhd_wifi_platform_get_adapter() 123 (adapter->bus_num == -1 || adapter->bus_num == bus_num) && in dhd_wifi_platform_get_adapter() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_platdev.c | 6 * Copyright (C) 1999-2017, Broadcom Corporation 10 * under the terms of the GNU General Public License version 2 (the "GPL"), 27 * <<Broadcom-WL-IPTag/Open:>> 29 * $Id: dhd_linux_platdev.c 697969 2017-05-05 16:36:11Z $ 82 #pragma GCC diagnostic ignored "-Wmissing-field-initializers" 105 static int lock_cookie_wifi = 'W' | 'i'<<8 | 'F'<<16 | 'i'<<24; /* cookie is "WiFi" */ 115 for (i = 0; i < dhd_wifi_platdata->num_adapters; i++) { in dhd_wifi_platform_get_adapter() 116 wifi_adapter_info_t *adapter = &dhd_wifi_platdata->adapters[i]; in dhd_wifi_platform_get_adapter() 117 if ((adapter->bus_type == -1 || adapter->bus_type == bus_type) && in dhd_wifi_platform_get_adapter() 118 (adapter->bus_num == -1 || adapter->bus_num == bus_num) && in dhd_wifi_platform_get_adapter() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_platdev.c | 6 * Copyright (C) 1999-2017, Broadcom Corporation 10 * under the terms of the GNU General Public License version 2 (the "GPL"), 27 * <<Broadcom-WL-IPTag/Open:>> 29 * $Id: dhd_linux_platdev.c 697969 2017-05-05 16:36:11Z $ 88 #pragma GCC diagnostic ignored "-Wmissing-field-initializers" 111 static int lock_cookie_wifi = 'W' | 'i'<<8 | 'F'<<16 | 'i'<<24; /* cookie is "WiFi" */ 121 for (i = 0; i < dhd_wifi_platdata->num_adapters; i++) { in dhd_wifi_platform_get_adapter() 122 wifi_adapter_info_t *adapter = &dhd_wifi_platdata->adapters[i]; in dhd_wifi_platform_get_adapter() 123 if ((adapter->bus_type == -1 || adapter->bus_type == bus_type) && in dhd_wifi_platform_get_adapter() 124 (adapter->bus_num == -1 || adapter->bus_num == bus_num) && in dhd_wifi_platform_get_adapter() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_platdev.c | 8 * under the terms of the GNU General Public License version 2 (the "GPL"), 21 * <<Broadcom-WL-IPTag/Open:>> 88 #pragma GCC diagnostic ignored "-Wmissing-field-initializers" 114 static int lock_cookie_wifi = 'W' | 'i'<<8 | 'F'<<16 | 'i'<<24; /* cookie is "WiFi" */ 129 for (i = 0; i < dhd_wifi_platdata->num_adapters; i++) { in dhd_wifi_platform_attach_adapter() 130 wifi_adapter_info_t *adapter = &dhd_wifi_platdata->adapters[i]; in dhd_wifi_platform_attach_adapter() 131 if ((adapter->bus_type == -1 || adapter->bus_type == bus_type) && in dhd_wifi_platform_attach_adapter() 132 (adapter->bus_num == -1 || adapter->bus_num == bus_num) && in dhd_wifi_platform_attach_adapter() 133 (adapter->slot_num == -1 || adapter->slot_num == slot_num) in dhd_wifi_platform_attach_adapter() 138 DHD_ERROR(("attach adapter info '%s'\n", adapter->name)); in dhd_wifi_platform_attach_adapter() [all …]
|