Searched refs:proto (Results 1 – 4 of 4) sorted by relevance
| /modules/nanopb/ |
| A D | nanopb.cmake | 25 # zephyr_nanopb_sources(<target> <proto-files>) 27 # Generate source and header files from provided .proto files and
|
| /modules/hostap/src/ |
| A D | supp_api.h | 29 int key_mgmt, int proto, int pwe);
|
| A D | hapd_api.c | 700 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 D | supp_api.c | 336 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