Searched refs:dpp_pkex_ver (Results 1 – 5 of 5) sorted by relevance
437 enum dpp_pkex_ver dpp_pkex_ver; member
374 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()
1502 enum dpp_pkex_ver dpp_pkex_ver; member
3032 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()
196 enum dpp_pkex_ver { enum