/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_auth.c | 66 struct drm_auth *auth = data; in drm_getmagic() local 76 auth->magic = file_priv->magic; in drm_getmagic() 79 DRM_DEBUG("%u\n", auth->magic); in drm_getmagic() 86 struct drm_auth *auth = data; in drm_authmagic() local 89 DRM_DEBUG("%u\n", auth->magic); in drm_authmagic() 92 file = idr_find(&file_priv->master->magic_map, auth->magic); in drm_authmagic() 95 idr_replace(&file_priv->master->magic_map, NULL, auth->magic); in drm_authmagic()
|
H A D | drm_ioctl.c | 198 client->auth = file_priv->authenticated; in drm_getclient() 857 DRM_DEBUG("comm=\"%s\" pid=%d, dev=0x%lx, auth=%d, %s\n", current->comm, task_pid_nr(current), in drm_ioctl() 895 DRM_DEBUG("invalid ioctl: comm=\"%s\", pid=%d, dev=0x%lx, auth=%d, cmd=0x%02x, nr=0x%02x\n", current->comm, in drm_ioctl()
|
/device/soc/rockchip/rk3588/kernel/include/rtg/ |
H A D | rtg_qos.h | 28 void qos_pause(struct rtg_authority *auth); 29 void qos_resume(struct rtg_authority *auth);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_wifi.c | 217 if ((results[ul_loop].auth < HI_WIFI_SECURITY_OPEN) || (results[ul_loop].auth > HI_WIFI_SECURITY_UNKNOWN)) { in cmd_wpa_scan_results() 218 results[ul_loop].auth = HI_WIFI_SECURITY_UNKNOWN; in cmd_wpa_scan_results() 242 results[ul_loop].channel, results[ul_loop].rssi / 100, results[ul_loop].auth, service_flag); in cmd_wpa_scan_results() 245 results[ul_loop].channel, results[ul_loop].rssi / 100, results[ul_loop].auth); in cmd_wpa_scan_results() 428 if ((fast_assoc_req->req.auth != HI_WIFI_SECURITY_OPEN) && (argc == 5)) { /* 5 parameters */ in cmd_sta_connect_get_key() 481 assoc_req->auth = (hi_wifi_auth_mode)atoi(argv[2]); /* 2 */ in parse_conn_para() 681 assoc_req.auth = (hi_wifi_auth_mode)atoi(argv[2]); /* 2 */ in cmd_sta_connect() 761 fast_assoc_req.req.auth = (hi_wifi_auth_mode)atoi(argv[3]); /* 3 */ in cmd_sta_quick_connect() 1273 mesh_auto_config.auth in cmd_mesh_auto_connect() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | wifi_sta.c | 87 * set assoc_req.auth as HI_WIFI_SECURITY_WPA2PSK, in hi_wifi_start_connect() 90 assoc_req.auth = HI_WIFI_SECURITY_OPEN; in hi_wifi_start_connect()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_wifi_api.h | 502 hi_wifi_auth_mode auth; /* *< Authentication type. CNcomment: 认证类型.CNend */ member 518 hi_wifi_auth_mode auth; /* *< Authentication mode. CNcomment: 认证类型.CNend */ member 1010 * 8. Only support auth mode as bellow: 1369 * 5. Only support auth mode as bellow: \n
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_wifi_api.h | 523 hi_wifi_auth_mode auth; /**< Authentication type. CNcomment: 认证类型.CNend */ member 539 hi_wifi_auth_mode auth; /**< Authentication mode. CNcomment: 认证类型.CNend */ member 1000 * 8. Only support auth mode as bellow: 1025 * 11. If the auth type is HI_WIFI_SECURITY_SAE, PMF is temporarily enabled as required.\n 1027 * 12. If the auth type is HI_WIFI_SECURITY_WPA3_WPA2_PSK_MIX, PMF is temporarily enabled as optional.\n 1064 * 11. If the auth type is HI_WIFI_SECURITY_SAE, PMF is temporarily enabled as required.\n 1066 * 12. If the auth type is HI_WIFI_SECURITY_WPA3_WPA2_PSK_MIX, PMF is temporarily enabled as optional.\n 1481 * 5. Only support auth mode as bellow: \n
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_android_ext.c | 1077 int auth=0, wpa_auth=0, wsec=0, mfp=0, wsec_tmp; in wl_ext_get_sec() local 1081 wl_ext_iovar_getint(dev, "auth", &auth); in wl_ext_get_sec() 1088 if (auth == WL_AUTH_OPEN_SYSTEM && wpa_auth == WPA_AUTH_DISABLED) { in wl_ext_get_sec() 1090 } else if (auth == WL_AUTH_OPEN_SYSTEM && wpa_auth == WPA2_AUTH_PSK) { in wl_ext_get_sec() 1094 auth, wpa_auth); in wl_ext_get_sec() 1099 if (auth == WL_AUTH_OPEN_SYSTEM && wpa_auth == WPA_AUTH_DISABLED) { in wl_ext_get_sec() 1101 } else if (auth == WL_AUTH_SHARED_KEY && wpa_auth == WPA_AUTH_DISABLED) { in wl_ext_get_sec() 1103 } else if (auth == WL_AUTH_OPEN_SYSTEM && wpa_auth == WPA_AUTH_PSK) { in wl_ext_get_sec() 1105 } else if (auth in wl_ext_get_sec() 1612 int auth=0, wpa_auth=0; wl_ext_set_amode() local [all...] |
H A D | dhd_pno.h | 337 uint8 auth; member
|
H A D | wl_iw.c | 2516 int error, val, wsec, auth; in wl_iw_get_encode() local 2542 (error = dev_wlc_ioctl(dev, WLC_GET_AUTH, &auth, sizeof(auth)))) in wl_iw_get_encode() 2548 auth = dtoh32(auth); in wl_iw_get_encode() 2558 if (auth) { in wl_iw_get_encode() 3070 if (!error && (error = dev_wlc_intvar_set(dev, "auth", val))) in wl_iw_set_wpaauth() 3228 if ((error = dev_wlc_intvar_get(dev, "auth", &val))) in wl_iw_get_wpaauth()
|
H A D | wl_cfg80211.c | 5356 /* Fw will choose right auth type in wl_set_auth_type() 5361 WL_DBG(("sae auth type %d\n", val)); in wl_set_auth_type() 5366 WL_ERR(("invalid auth type (%d)\n", sme->auth_type)); in wl_set_auth_type() 5370 WL_INFORM_MEM(("[%s] wl auth 0x%0x \n", dev->name, val)); in wl_set_auth_type() 5371 err = wldev_iovar_setint_bsscfg(dev, "auth", val, bssidx); in wl_set_auth_type() 5373 WL_ERR(("set auth failed (%d)\n", err)); in wl_set_auth_type() 5913 /* Enable roaming back for other auth types */ in wl_fils_toggle_roaming() 6110 err = wldev_iovar_setint_bsscfg(dev, "auth", val, bssidx); in wl_set_set_sharedkey() 6112 WL_ERR(("set auth failed (%d)\n", err)); in wl_set_set_sharedkey() 6274 WL_ERR(("Invalid auth typ in wl_cfg80211_update_connect_params() 10181 u16 auth = 0; /* d11 open authentication */ wl_validate_wpa2ie() local 10396 u16 auth = 0; /* d11 open authentication */ wl_validate_wpaie() local 10613 u16 auth = 0; /* d11 open authentication */ wl_validate_wpaie_wpa2ie() local [all...] |
H A D | dhd_pno.c | 281 /* Translate HAL auth bitmask to BRCM FW bitmask */ 296 DHD_ERROR(("%s: Unknown auth %d", __FUNCTION__, *wpa_auth)); in dhd_pno_set_epno_auth_flag() 659 pfn_elem_buf[i].auth = htod32(DOT11_OPEN_SYSTEM); in _dhd_pno_add_ssid()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_device.c | 613 result[i].securityType = HiSecToHoSec(pstResults[i].auth); in GetScanInfoList() 785 assocReq.auth = HoSecToHiSec(g_wifiConfigs[networkId].securityType); in ConnectTo()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl_defs.h | 571 #define WPA2_AUTH_IS_FILS(auth) ((auth) & (WPA2_AUTH_FILS_SHA256 | WPA2_AUTH_FILS_SHA384))
|
H A D | wlioctl.h | 1557 /* tlv ids for auth event */ 1561 * pmk and pmkid in case of SAE auth 6174 int32 auth; /**< Open Vs Closed */ member 6191 uint16 wpa_auth; /* Match the wpa auth type defined in wlioctl_defs.h */ 17370 uint32 auth_reqs; /* No of auth req recvd */
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 499 HWIFI_IOCTL_CMD_SET_AP_AUTH_ALG, /* set auth alg to driver */ 621 } auth; member
|