Home
last modified time | relevance | path

Searched defs:group (Results 1 – 25 of 65) sorted by relevance

123

/hostap-latest/src/p2p/
Dp2p_group.c49 struct p2p_group *group, **groups; in p2p_group_init() local
84 static void p2p_group_free_members(struct p2p_group *group) in p2p_group_free_members()
98 void p2p_group_deinit(struct p2p_group *group) in p2p_group_deinit()
137 static void p2p_group_add_common_ies(struct p2p_group *group, in p2p_group_add_common_ies()
208 static struct wpabuf * p2p_group_build_beacon_ie(struct p2p_group *group) in p2p_group_build_beacon_ie()
354 wifi_display_build_go_ie(struct p2p_group *group) in wifi_display_build_go_ie()
405 static void wifi_display_group_update(struct p2p_group *group) in wifi_display_group_update()
414 void p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, in p2p_buf_add_group_info()
436 void p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) in p2p_group_buf_add_id()
443 static struct wpabuf * p2p_group_build_probe_resp_ie(struct p2p_group *group) in p2p_group_build_probe_resp_ie()
[all …]
/hostap-latest/src/fst/
Dfst.c43 struct fst_group *group = NULL; in fst_attach() local
92 struct fst_group *group = fst_iface_get_group(iface); in fst_detach() local
117 struct fst_group *group; in fst_global_deinit() local
Dfst_internal.h23 #define fst_printf_group(group, level, format, ...) \ argument
Dfst_group.c486 void fst_group_delete(struct fst_group *group) in fst_group_delete()
500 bool fst_group_delete_if_empty(struct fst_group *group) in fst_group_delete_if_empty()
Dfst_iface.h19 struct fst_group *group; member
/hostap-latest/wpa_supplicant/
Dpasn_supplicant.c36 u16 group; member
116 wpas_pasn_sae_derive_pt(struct wpa_ssid *ssid, int group) in wpas_pasn_sae_derive_pt()
135 static int wpas_pasn_sae_setup_pt(struct wpa_ssid *ssid, int group) in wpas_pasn_sae_setup_pt()
161 int network_id = 0, group = 19; in wpas_pasn_get_params_from_bss() local
679 int akmp, int cipher, u16 group, int network_id, in wpas_pasn_auth_start()
770 u16 group = pasn->group; in wpas_pasn_immediate_retry() local
Dsme.c71 int group = groups[wpa_s->sme.sae_group_index]; in sme_set_sae_group() local
1566 static int sme_sae_is_group_enabled(struct wpa_supplicant *wpa_s, int group) in sme_sae_is_group_enabled()
1604 u16 group; in sme_check_sae_rejected_groups() local
1678 u16 group; in sme_sae_auth() local
2341 u16 group; in sme_associate() local
/hostap-latest/src/ap/
Dwpa_auth.c495 struct wpa_group *group, *next; in wpa_rekey_all_groups() local
522 struct wpa_group *group, *next; in wpa_update_all_gtks() local
643 struct wpa_group *group) in wpa_group_init_gmk_and_counter()
681 struct wpa_group *group; in wpa_group_init() local
836 struct wpa_group *group = wpa_auth->group; local
866 struct wpa_group *group, *prev; local
909 struct wpa_group *group; local
1263 struct wpa_state_machine *sm, int group)
1383 struct wpa_group *group; local
2514 struct wpa_group *group)
[all …]
Dcomeback_token.c74 int group, const u8 *addr, int h2e) in auth_build_token_req()
/hostap-latest/src/common/
Ddragonfly.c18 int dragonfly_suitable_group(int group, int ecc_only) in dragonfly_suitable_group()
34 unsigned int dragonfly_min_pwe_loop_iter(int group) in dragonfly_min_pwe_loop_iter()
Dsae.h33 int group; member
91 int group; member
118 int group; member
Dsae_pk.c421 static size_t sae_group_2_hash_len(int group) in sae_group_2_hash_len()
705 const u8 *k_ap, size_t k_ap_len, int group) in sae_pk_valid_fingerprint()
781 int group; in sae_check_confirm_pk() local
Dsae.c26 int sae_set_group(struct sae_data *sae, int group) in sae_set_group()
588 static int sswu_curve_param(int group, int *z) in sswu_curve_param()
633 static struct crypto_ec_point * sswu(struct crypto_ec *ec, int group, in sswu()
872 sae_derive_pt_ecc(struct crypto_ec *ec, int group, in sae_derive_pt_ecc()
972 sae_derive_pt_ffc(const struct dh_group *dh, int group, in sae_derive_pt_ffc()
1050 sae_derive_pt_group(int group, const u8 *ssid, size_t ssid_len, in sae_derive_pt_group()
1765 u16 sae_group_allowed(struct sae_data *sae, int *allowed_groups, u16 group) in sae_group_allowed()
/hostap-latest/src/eap_common/
Deap_pwd_common.c422 struct crypto_ec_point * eap_pwd_get_element(EAP_PWD_group *group, in eap_pwd_get_element()
461 struct crypto_bignum * eap_pwd_get_scalar(EAP_PWD_group *group, const u8 *buf) in eap_pwd_get_scalar()
484 int eap_pwd_get_rand_mask(EAP_PWD_group *group, struct crypto_bignum *_rand, in eap_pwd_get_rand_mask()
Deap_eke_common.c23 static int eap_eke_dh_len(u8 group) in eap_eke_dh_len()
53 static const struct dh_group * eap_eke_dh_group(u8 group) in eap_eke_dh_group()
72 static int eap_eke_dh_generator(u8 group) in eap_eke_dh_generator()
159 int eap_eke_dh_init(u8 group, u8 *ret_priv, u8 *ret_pub) in eap_eke_dh_init()
Deap_pwd_common.h18 struct crypto_ec *group; member
/hostap-latest/src/crypto/
Dcrypto_openssl.c148 static int EC_POINT_get_affine_coordinates(const EC_GROUP *group, in EC_POINT_get_affine_coordinates()
156 static int EC_POINT_set_affine_coordinates(const EC_GROUP *group, in EC_POINT_set_affine_coordinates()
171 static int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, in EC_POINT_set_compressed_coordinates()
180 static int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, in EC_GROUP_get_curve()
2244 EC_GROUP *group; member
2255 static int crypto_ec_group_2_nid(int group) in crypto_ec_group_2_nid()
2292 static const char * crypto_ec_group_2_name(int group) in crypto_ec_group_2_name()
2329 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init()
2634 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init()
2721 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2()
[all …]
Dcrypto_wolfssl.c1597 static int crypto_ec_group_2_id(int group) in crypto_ec_group_2_id()
1646 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init()
2089 static struct crypto_ecdh * _crypto_ecdh_init(int group) in _crypto_ecdh_init()
2129 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init()
2153 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2()
2699 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *x, in crypto_ec_key_set_pub()
2847 struct crypto_ec_key * crypto_ec_key_gen(int group) in crypto_ec_key_gen()
Dcrypto_mbedtls_alt.c1638 static mbedtls_ecp_group_id crypto_mbedtls_ecp_group_id_from_ike_id(int group) in crypto_mbedtls_ecp_group_id_from_ike_id()
1749 static int crypto_mbedtls_keypair_gen(int group, mbedtls_pk_context *pk) in crypto_mbedtls_keypair_gen()
1789 mbedtls_ecp_group group; member
1792 struct crypto_ecdh *crypto_ecdh_init(int group) in crypto_ecdh_init()
1802 struct crypto_ecdh *crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2()
1997 struct crypto_ec *crypto_ec_init(int group) in crypto_ec_init()
2566 struct crypto_ec_key *crypto_ec_key_set_pub(int group, const u8 *x, const u8 *y, size_t len) in crypto_ec_key_set_pub()
2588 struct crypto_ec_key *crypto_ec_key_gen(int group) in crypto_ec_key_gen()
/hostap-latest/src/pasn/
Dpasn_initiator.c876 int cipher, u16 group, int freq, in wpas_pasn_send_auth_1()
946 int akmp, int cipher, u16 group, in wpas_pasn_start()
1012 int akmp, int cipher, u16 group, in wpa_pasn_verify()
/hostap-latest/tests/hwsim/
Dtest_sae.py1312 def sae_reflection_attack(apdev, dev, group): argument
1362 def sae_reflection_attack_internal(apdev, dev, group): argument
1984 def build_sae_commit(bssid, addr, group=21, token=None): argument
2218 def start_sae_pwe_ap(apdev, group, sae_pwe): argument
2225 def run_sae_pwe_group(dev, apdev, group): argument
2246 def check_sae_pwe_group(dev, group, sae_pwe, check_ssid=False): argument
3058 def run_sae_ext_key(dev, apdev, group, cipher="CCMP", group_cipher="CCMP"): argument
Dtest_pasn.py30 def pasn_ap_params(akmp="PASN", cipher="CCMP", group="19"): argument
97 group="19", status=0, fail=0, nid="", argument
Dtest_ibss.py52 group=None, beacon_int=None, bssid=None, scan_freq=None, argument
Dtest_fst_module.py2264 def fst_attach_ap(dev, ifname, group): argument
2275 def fst_attach_sta(dev, ifname, group): argument
2285 def fst_detach_ap(dev, ifname, group): argument
2295 def fst_detach_sta(dev, ifname, group): argument
2338 def fst_start_and_connect(apdev, group, sgroup): argument
/hostap-latest/hostapd/
Dsae_pk_gen.c32 int group; in main() local

123