/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_ble_storage.c | 696 …us_t _btc_storage_set_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, uint8_t auth_mode, bool flush) in _btc_storage_set_ble_dev_auth_mode() argument 702 ret = btc_config_set_int(bdstr, BTC_BLE_STORAGE_LE_AUTH_MODE_STR, (int)auth_mode); in _btc_storage_set_ble_dev_auth_mode() 714 bt_status_t btc_storage_set_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, uint8_t auth_mode, bool … in btc_storage_set_ble_dev_auth_mode() argument 719 ret = _btc_storage_set_ble_dev_auth_mode(remote_bd_addr, auth_mode, flush); in btc_storage_set_ble_dev_auth_mode() 725 static bt_status_t _btc_storage_get_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, int* auth_mode) in _btc_storage_get_ble_dev_auth_mode() argument 729 int ret = btc_config_get_int(bdstr, BTC_BLE_STORAGE_LE_AUTH_MODE_STR, auth_mode); in _btc_storage_get_ble_dev_auth_mode() 733 bt_status_t btc_storage_get_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, int* auth_mode) in btc_storage_get_ble_dev_auth_mode() argument 738 ret = _btc_storage_get_ble_dev_auth_mode(remote_bd_addr, auth_mode); in btc_storage_get_ble_dev_auth_mode() 748 uint32_t auth_mode = 0; in _btc_storage_remove_ble_dev_auth_mode() local 752 ret = btc_config_get_int(bdstr, BTC_BLE_STORAGE_LE_AUTH_MODE_STR, (int *)&auth_mode); in _btc_storage_remove_ble_dev_auth_mode() [all …]
|
D | btc_dm.c | 266 if((p_auth_cmpl->auth_mode & SMP_AUTH_GEN_BOND) == 0) { in btc_dm_ble_auth_cmpl_evt() 281 btc_storage_set_ble_dev_auth_mode(&bdaddr, p_auth_cmpl->auth_mode, true); in btc_dm_ble_auth_cmpl_evt() 880 param.ble_security.auth_cmpl.auth_mode = p_data->auth_cmpl.auth_mode; in btc_dm_sec_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_ble_storage.h | 73 bt_status_t btc_storage_set_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, uint8_t auth_mode, bool … 75 bt_status_t btc_storage_get_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, int* auth_mode);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_utils.c | 982 evt_data.cmplt.auth_mode = 0; in smp_proc_pairing_cmpl() 987 if (p_cb->auth_mode) { // the first encryption in smp_proc_pairing_cmpl() 988 evt_data.cmplt.auth_mode = p_cb->auth_mode; in smp_proc_pairing_cmpl() 990 p_rec->ble.auth_mode = p_cb->auth_mode; in smp_proc_pairing_cmpl() 993 evt_data.cmplt.auth_mode = p_rec->ble.auth_mode; in smp_proc_pairing_cmpl() 999 evt_data.cmplt.auth_mode = p_cb->auth_mode; in smp_proc_pairing_cmpl()
|
D | smp_act.c | 611 p_cb->auth_mode = auth; in smp_proc_pair_cmd() 650 p_cb->auth_mode = auth; in smp_proc_pair_cmd() 1449 p_cb->auth_mode = auth; in smp_process_io_response()
|
/hal_espressif-latest/components/bt/common/api/include/api/ |
D | esp_blufi_api.h | 221 wifi_auth_mode_t auth_mode; /*!< Authentication mode */ member
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 204 void wpa_set_profile(u32 wpa_proto, u8 auth_mode);
|
D | wpa.c | 2284 void wpa_set_profile(u32 wpa_proto, u8 auth_mode) in wpa_set_profile() argument 2289 if (auth_mode == WPA2_AUTH_ENT) { in wpa_set_profile() 2291 } else if (auth_mode == WPA2_AUTH_ENT_SHA256) { in wpa_set_profile() 2293 } else if (auth_mode == WPA2_AUTH_PSK_SHA256) { in wpa_set_profile() 2295 } else if (auth_mode == WPA3_AUTH_PSK) { in wpa_set_profile() 2297 } else if (auth_mode == WAPI_AUTH_PSK) { in wpa_set_profile() 2299 } else if (auth_mode == WPA2_AUTH_ENT_SHA384_SUITE_B) { in wpa_set_profile() 2301 } else if (auth_mode == WPA2_AUTH_FT_PSK) { in wpa_set_profile() 2303 } else if (auth_mode == WPA3_AUTH_OWE) { in wpa_set_profile()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | smp_api.h | 227 tSMP_AUTH_REQ auth_mode; member
|
D | btm_ble_api.h | 1406 tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type, UINT32 auth_mode);
|
D | btm_api.h | 1731 tSMP_AUTH_REQ auth_mode; member
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/ |
D | blufi_protocol.c | 169 param.softap_auth_mode.auth_mode = data[0]; in btc_blufi_protocol_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 75 tBLE_ADDR_TYPE addr_type, UINT32 auth_mode) in BTM_SecAddBleDevice() argument 126 p_dev_rec->ble.auth_mode = auth_mode; in BTM_SecAddBleDevice()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 304 tSMP_AUTH_REQ auth_mode; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 809 UINT8 auth_mode; member 2329 extern void BTA_DmAddBleDevice(BD_ADDR bd_addr, tBLE_ADDR_TYPE addr_type, int auth_mode,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 1131 void BTA_DmAddBleDevice(BD_ADDR bd_addr, tBLE_ADDR_TYPE addr_type, int auth_mode, tBT_DEVICE_TYPE d… in BTA_DmAddBleDevice() argument 1141 p_msg->auth_mode = auth_mode; in BTA_DmAddBleDevice()
|
D | bta_dm_act.c | 4885 sec_event.auth_cmpl.auth_mode = p_data->complt.auth_mode; in bta_dm_ble_smp_cback() 4975 p_data->add_ble_device.auth_mode)) { in bta_dm_add_ble_device()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 713 esp_ble_auth_req_t auth_mode; /*!< Authentication mode */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 569 UINT16 auth_mode; /* Authentication mode */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 618 UINT32 auth_mode; member
|