Home
last modified time | relevance | path

Searched refs:dpp_pkex_ver (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/wpa/src/ap/
HDhostapd.h430 enum dpp_pkex_ver dpp_pkex_ver; member
HDdpp_hostapd.c374 enum dpp_pkex_ver ver, in hostapd_dpp_pkex_init()
2167 if (hapd->dpp_pkex_ver == PKEX_VER_ONLY_1 && v2) { in hostapd_dpp_rx_pkex_exchange_req()
2172 if (hapd->dpp_pkex_ver == PKEX_VER_ONLY_2 && !v2) { in hostapd_dpp_rx_pkex_exchange_req()
3218 enum dpp_pkex_ver ver = PKEX_VER_AUTO; in hostapd_dpp_pkex_add()
3220 enum dpp_pkex_ver ver = PKEX_VER_ONLY_1; in hostapd_dpp_pkex_add()
3301 hapd->dpp_pkex_ver = ver; in hostapd_dpp_pkex_add()
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDwpa_supplicant_i.h1491 enum dpp_pkex_ver dpp_pkex_ver; member
HDdpp_supplicant.c3027 enum dpp_pkex_ver ver, in wpas_dpp_pkex_init()
3181 if (wpa_s->dpp_pkex_ver == PKEX_VER_ONLY_1 && v2) { in wpas_dpp_rx_pkex_exchange_req()
3186 if (wpa_s->dpp_pkex_ver == PKEX_VER_ONLY_2 && !v2) { in wpas_dpp_rx_pkex_exchange_req()
4663 enum dpp_pkex_ver ver = PKEX_VER_AUTO; in wpas_dpp_pkex_add()
4665 enum dpp_pkex_ver ver = PKEX_VER_ONLY_1; in wpas_dpp_pkex_add()
4746 wpa_s->dpp_pkex_ver = ver; in wpas_dpp_pkex_add()
5625 wpa_s->dpp_pkex_ver = PKEX_VER_ONLY_2; in wpas_dpp_pb_next()
/freebsd-14-stable/contrib/wpa/src/common/
HDdpp.h196 enum dpp_pkex_ver { enum