Home
last modified time | relevance | path

Searched refs:url (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dweb_socket_client.py45 def __init__(self, url): # type: (str) -> None argument
46 self.url = url
57 self.ws = websocket.create_connection(self.url)
/hal_espressif-latest/tools/esptool_py/ci/
Ddownload_flasher_stubs.py75 url = "/".join((stub_set["DOWNLOAD_URL"], stub_set["VERSION"], file))
78 urllib.request.urlretrieve(url, dest)
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwnm_sta.c893 char url[256]; in ieee802_11_rx_bss_trans_mgmt_req() local
900 os_memcpy(url, pos + 1, pos[0]); in ieee802_11_rx_bss_trans_mgmt_req()
901 url[pos[0]] = '\0'; in ieee802_11_rx_bss_trans_mgmt_req()
905 wpa_s->wnm_dissoc_timer * beacon_int * 128 / 125, url); in ieee802_11_rx_bss_trans_mgmt_req()