Home
last modified time | relevance | path

Searched refs:status_code (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_11.c56 struct sta_info *sta, int update, int status_code) in auth_build_sae_commit() argument
71 else if (status_code == WLAN_STATUS_SUCCESS) in auth_build_sae_commit()
73 else if (status_code == WLAN_STATUS_SAE_HASH_TO_ELEMENT) in auth_build_sae_commit()
132 const u8 *bssid, int update, int status_code) in auth_sae_send_commit() argument
138 data = auth_build_sae_commit(hapd, sta, update, status_code); in auth_sae_send_commit()
252 const u8 *bssid, u8 auth_transaction, u16 status_code, in sae_sm_step() argument
270 (status_code == in sae_sm_step()
274 !allow_reuse, status_code); in sae_sm_step()
333 status_code); in sae_sm_step()
357 status_code); in sae_sm_step()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h69 uint8_t status_code; /* Status Code for the requesting message */ member
137 …uint8_t status_code; /* Status code for the requesting message … member
234 …uint8_t status_code; /* Status code for the requesting message … member
322 uint8_t status_code; /* Status Code for the requesting message */ member
Dtime_scene_client.h118 uint8_t status_code; /* Status code for the last operation */ member
125 uint8_t status_code; /* Status code for the previous operation */ member
Dgeneric_client.h201 uint8_t status_code; /* Status Code for the requesting message */ member
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.h21 u16 status_code, bool omit_rsnxe, int subtype);
Desp_hostap.c293 u16 status_code, bool omit_rsnxe, int subtype) in esp_send_assoc_resp() argument
319 ((uint16_t *)reply->data)[0] = status_code; in esp_send_assoc_resp()
Desp_dpp.c367 public_action->v.pa_gas_resp.status_code == 0) { in esp_dpp_rx_action()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h332 uint8_t status_code; /*!< Status Code for the request message */ member
359 uint8_t status_code; /*!< Status code for the request message */ member
414 uint8_t status_code; /*!< Status code for the request message */ member
448 uint8_t status_code; /*!< Status Code for the requesting message */ member
844 … uint8_t status_code; /*!< The status code of setting Light Lightness Range state */ member
879 …uint8_t status_code; /*!< The statue code of setting Light CTL Temperature Range state … member
933 …uint8_t status_code; /*!< The status code of setting Light HSL Hue & Saturation Range s… member
994 uint8_t status_code; /*!< The status code of setting Light xyL x & y Range state */ member
Desp_ble_mesh_time_scene_model_api.h198 uint8_t status_code; /*!< Status code of the last operation */ member
206 uint8_t status_code; /*!< Status code for the previous operation */ member
593 uint8_t status_code; /*!< The status code of the last scene operation */ member
Desp_ble_mesh_generic_model_api.h355 uint8_t status_code; /*!< Status Code for the request message */ member
850 uint8_t status_code; /*!< The status code of setting Generic Power Range state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dlighting_server.h28 uint8_t status_code; member
60 uint8_t status_code; member
110 uint8_t status_code; member
166 uint8_t status_code; member
Dtime_scene_server.h178 uint8_t status_code; member
Dgeneric_server.h84 uint8_t status_code; member
/hal_espressif-latest/tools/esptool_py/test/
Dtest_uf2_ids.py24 assert res.status_code == 200
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c463 net_buf_simple_add_u8(msg, srv->state->status_code); in send_scene_status()
490 uint8_t status_code, bool publish) in send_scene_register_status() argument
517 net_buf_simple_add_u8(msg, status_code); in send_scene_register_status()
640 srv->state->status_code = SCENE_NOT_FOUND; in scene_recall()
647 srv->state->status_code = SCENE_SUCCESS; in scene_recall()
758 srv->state->status_code = SCENE_SUCCESS; in scene_action()
770 srv->state->status_code = SCENE_SUCCESS; in scene_action()
777 srv->state->status_code = SCENE_REG_FULL; in scene_action()
801 if (srv->state->status_code == SCENE_SUCCESS) { in scene_action()
836 srv->state->status_code = SCENE_SUCCESS; in scene_action()
[all …]
Dlighting_server.c116 net_buf_simple_add_u8(msg, srv->state->status_code); in send_light_lightness_status()
121 net_buf_simple_add_u8(msg, srv->state->status_code); in send_light_lightness_status()
513 srv->state->status_code = BLE_MESH_RANGE_UPDATE_SUCCESS; in light_lightness_range_set()
516 srv->state->status_code = BLE_MESH_CANNOT_SET_RANGE_MIN; in light_lightness_range_set()
518 srv->state->status_code = BLE_MESH_CANNOT_SET_RANGE_MAX; in light_lightness_range_set()
520 srv->state->status_code = BLE_MESH_RANGE_UPDATE_SUCCESS; in light_lightness_range_set()
591 net_buf_simple_add_u8(msg, srv->state->status_code); in send_light_ctl_status()
596 net_buf_simple_add_u8(msg, srv->state->status_code); in send_light_ctl_status()
969 srv->state->status_code = BLE_MESH_CANNOT_SET_RANGE_MIN; in light_ctl_temp_range_set()
971 srv->state->status_code = BLE_MESH_CANNOT_SET_RANGE_MAX; in light_ctl_temp_range_set()
[all …]
Dgeneric_server.c970 net_buf_simple_add_u8(msg, srv->state->status_code); in send_gen_power_level_status()
975 net_buf_simple_add_u8(msg, srv->state->status_code); in send_gen_power_level_status()
1265 srv->state->status_code = BLE_MESH_CANNOT_SET_RANGE_MIN; in gen_power_range_set()
1267 srv->state->status_code = BLE_MESH_CANNOT_SET_RANGE_MAX; in gen_power_range_set()
1269 srv->state->status_code = BLE_MESH_RANGE_UPDATE_SUCCESS; in gen_power_range_set()
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/usb/
Dusb_device.h54 typedef void (*usb_status_callback)(enum usb_dc_status_code status_code,
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/usb/
Dusb_device.h54 typedef void (*usb_status_callback)(enum usb_dc_status_code status_code,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c268 status->status_code = net_buf_simple_pull_u8(buf); in light_status()
332 status->status_code = net_buf_simple_pull_u8(buf); in light_status()
472 status->status_code = net_buf_simple_pull_u8(buf); in light_status()
554 status->status_code = net_buf_simple_pull_u8(buf); in light_status()
Dtime_scene_client.c220 status->status_code = net_buf_simple_pull_u8(buf); in time_scene_status()
238 status->status_code = net_buf_simple_pull_u8(buf); in time_scene_status()
Dgeneric_client.c312 status->status_code = net_buf_simple_pull_u8(buf); in generic_status()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h320 le16 status_code; member
Dieee802_11_defs.h381 u16 status_code; member