Home
last modified time | relevance | path

Searched refs:ndp_id (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c68 uint8_t ndp_id; /**< Identifier for instance of NDP */ member
258 static void nan_reset_ndl(uint8_t ndp_id, bool reset_all) in nan_reset_ndl() argument
268 if (ndl->ndp_id == ndp_id) { in nan_reset_ndl()
312 if (s_nan_ctx.ndl[i].ndp_id == 0) { in ndl_limit_reached()
319 static void nan_record_new_ndl(uint8_t ndp_id, uint8_t publish_id, uint8_t peer_nmi[], uint8_t own_… in nan_record_new_ndl() argument
324 if (s_nan_ctx.ndl[i].ndp_id == 0) { in nan_record_new_ndl()
332 ndl->ndp_id = ndp_id; in nan_record_new_ndl()
340 static struct ndl_info *nan_find_ndl(uint8_t ndp_id, uint8_t peer_nmi[]) in nan_find_ndl() argument
346 if (ndp_id != 0 && peer_nmi) { in nan_find_ndl()
347 if (ndl->ndp_id == ndp_id && !MACADDR_EQUAL(ndl->peer_nmi, peer_nmi)) { in nan_find_ndl()
[all …]
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h774 uint8_t ndp_id; /**< NAN Datapath Identifier */ member
783 uint8_t ndp_id; /**< NAN Datapath Identifier */ member
1120 uint8_t ndp_id; /**< NDP instance id */ member
1129 uint8_t ndp_id; /**< NDP instance id */ member
1139 uint8_t ndp_id; /**< NDP instance id */ member
/hal_espressif-latest/components/esp_wifi/wifi_apps/include/
Desp_nan.h38 uint8_t ndp_id; /**< Specifies if the peer has any active datapath */ member
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Dwifi.h730 esp_err_t esp_nan_internal_datapath_req(wifi_nan_datapath_req_t *req, uint8_t *ndp_id);
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c794 esp_err_t esp_nan_internal_datapath_req(wifi_nan_datapath_req_t *req, uint8_t *ndp_id) in esp_nan_internal_datapath_req() argument
797 ARG_UNUSED(ndp_id); in esp_nan_internal_datapath_req()