Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhostapd.h437 enum dpp_pkex_ver dpp_pkex_ver; member
Ddpp_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()
/hostap-latest/wpa_supplicant/
Dwpa_supplicant_i.h1502 enum dpp_pkex_ver dpp_pkex_ver; member
Ddpp_supplicant.c3032 enum dpp_pkex_ver ver, in wpas_dpp_pkex_init()
3186 if (wpa_s->dpp_pkex_ver == PKEX_VER_ONLY_1 && v2) { in wpas_dpp_rx_pkex_exchange_req()
3191 if (wpa_s->dpp_pkex_ver == PKEX_VER_ONLY_2 && !v2) { in wpas_dpp_rx_pkex_exchange_req()
4668 enum dpp_pkex_ver ver = PKEX_VER_AUTO; in wpas_dpp_pkex_add()
4670 enum dpp_pkex_ver ver = PKEX_VER_ONLY_1; in wpas_dpp_pkex_add()
4751 wpa_s->dpp_pkex_ver = ver; in wpas_dpp_pkex_add()
5635 wpa_s->dpp_pkex_ver = PKEX_VER_ONLY_2; in wpas_dpp_pb_next()
/hostap-latest/src/common/
Ddpp.h196 enum dpp_pkex_ver { enum