Searched refs:password (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 793 * This attribute is used to identify a device password. There are six 795 * Default, the Enrollee should use its PIN password (from the label or 796 * display). This password may correspond to the label, display, or a 797 * user-defined password that has been configured to replace the original 798 * device password. 800 * User-specified indicates that the user has overridden the password with a 802 * PIN password has been overridden by a strong, machinegenerated device 803 * password value. The Rekey value indicates that the device's 256-bit 804 * rekeying password will be used. The PushButton value indicates that the 814 * reserved values, it corresponds to a password given to the Registrar as an [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_ioctl.c | 1579 char id[20], password[20]; in hdd_set_app_type1_parser() local 1587 if (2 != sscanf(arg, "%8s %16s", id, password)) { in hdd_set_app_type1_parser() 1598 params.pass_length = strlen(password); in hdd_set_app_type1_parser() 1599 qdf_mem_copy(params.password, password, params.pass_length); in hdd_set_app_type1_parser() 1605 params.password, params.pass_length); in hdd_set_app_type1_parser()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_pmo_tlv.c | 2029 qdf_mem_copy(cmd->passwd, app_type1_params->password, 16); in send_app_type1_params_in_fw_cmd_tlv()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
D | sir_api.h | 1852 uint8_t password[16]; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_param.h | 2832 uint8_t password[16]; member
|