Home
last modified time | relevance | path

Searched refs:auth_mode (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c696 …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 …]
Dbtc_dm.c266 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/
Dbtc_ble_storage.h73 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/
Dsmp_utils.c982 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()
Dsmp_act.c611 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/
Desp_blufi_api.h221 wifi_auth_mode_t auth_mode; /*!< Authentication mode */ member
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h204 void wpa_set_profile(u32 wpa_proto, u8 auth_mode);
Dwpa.c2284 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/
Dsmp_api.h227 tSMP_AUTH_REQ auth_mode; member
Dbtm_ble_api.h1406 tBT_DEVICE_TYPE dev_type, tBLE_ADDR_TYPE addr_type, UINT32 auth_mode);
Dbtm_api.h1731 tSMP_AUTH_REQ auth_mode; member
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_protocol.c169 param.softap_auth_mode.auth_mode = data[0]; in btc_blufi_protocol_handler()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c75 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/
Dsmp_int.h304 tSMP_AUTH_REQ auth_mode; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h809 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/
Dbta_dm_api.c1131 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()
Dbta_dm_act.c4885 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/
Desp_gap_ble_api.h713 esp_ble_auth_req_t auth_mode; /*!< Authentication mode */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h569 UINT16 auth_mode; /* Authentication mode */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h618 UINT32 auth_mode; member