Home
last modified time | relevance | path

Searched refs:proto (Results 1 – 4 of 4) sorted by relevance

/modules/nanopb/
A Dnanopb.cmake25 # zephyr_nanopb_sources(<target> <proto-files>)
27 # Generate source and header files from provided .proto files and
/modules/hostap/src/
A Dsupp_api.h29 int key_mgmt, int proto, int pwe);
A Dhapd_api.c700 int proto; /* Wi-Fi secure protocol */ in hostapd_ap_status() local
741 proto = bss->wpa; in hostapd_ap_status()
744 status->security = wpas_key_mgmt_to_zephyr(1, hapd->conf, key_mgmt, proto, sae_pwe); in hostapd_ap_status()
A Dsupp_api.c336 int proto, int pwe) in wpas_key_mgmt_to_zephyr() argument
395 if (proto == WPA_PROTO_RSN) { in wpas_key_mgmt_to_zephyr()
1330 int proto; local
1341 proto = ssid->proto;
1347 status->security = wpas_key_mgmt_to_zephyr(0, ssid, key_mgmt, proto, sae_pwe);

Completed in 16 milliseconds