Home
last modified time | relevance | path

Searched refs:pub_if_mac (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c425 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()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h1098 uint8_t pub_if_mac[6]; /**< NAN Interface MAC of the Publisher */ member