Searched refs:publish_id (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/esp_wifi/wifi_apps/src/ |
D | nan_app.c | 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 336 ndl->publisher_id = publish_id; in nan_record_new_ndl() 391 … nan_record_new_ndl(evt->ndp_id, evt->publish_id, evt->peer_nmi, ESP_WIFI_NDP_ROLE_RESPONDER); in nan_fill_params_from_event() 408 if (!nan_find_peer_svc(evt->publish_id, evt->subscribe_id, evt->sub_if_mac)) { in nan_fill_params_from_event() 409 nan_record_peer_svc(evt->publish_id, evt->subscribe_id, evt->sub_if_mac); in nan_fill_params_from_event() 425 nan_update_peer_svc(evt->subscribe_id, evt->publish_id, evt->pub_if_mac); in nan_fill_params_from_event() 428 if (!nan_find_peer_svc(evt->subscribe_id, evt->publish_id, evt->pub_if_mac)) { in nan_fill_params_from_event() 429 nan_record_peer_svc(evt->subscribe_id, evt->publish_id, evt->pub_if_mac); in nan_fill_params_from_event() 446 MAC2STR(evt->pub_if_mac), evt->publish_id); in nan_app_action_service_match() 491 struct own_svc_info *p_own_svc = nan_find_own_svc(evt->publish_id); in nan_app_action_ndp_indication() [all …]
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_types.h | 1097 uint8_t publish_id; /**< Publish Service Identifier */ member 1104 uint8_t publish_id; /**< Publish Service Identifier */ member 1119 uint8_t publish_id; /**< Publish Id for NAN Service */ member
|