Home
last modified time | relevance | path

Searched defs:g (Results 1 – 18 of 18) sorted by relevance

/hostap-latest/src/fst/
Dfst_group.h22 #define foreach_fst_group_iface(g, i) \ argument
32 static inline bool fst_group_has_ifaces(struct fst_group *g) in fst_group_has_ifaces()
37 static inline struct fst_iface * fst_group_first_iface(struct fst_group *g) in fst_group_first_iface()
42 static inline const char * fst_group_get_id(struct fst_group *g) in fst_group_get_id()
59 #define foreach_fst_group(g) \ argument
Dfst_group.c132 static struct wpabuf * fst_group_create_mb_ie(struct fst_group *g, in fst_group_create_mb_ie()
237 struct fst_iface * fst_group_get_iface_by_name(struct fst_group *g, in fst_group_get_iface_by_name()
253 u8 fst_group_assign_dialog_token(struct fst_group *g) in fst_group_assign_dialog_token()
262 u32 fst_group_assign_fsts_id(struct fst_group *g) in fst_group_assign_fsts_id()
439 struct fst_group *g; in fst_group_create() local
459 void fst_group_attach_iface(struct fst_group *g, struct fst_iface *i) in fst_group_attach_iface()
480 void fst_group_detach_iface(struct fst_group *g, struct fst_iface *i) in fst_group_detach_iface()
512 void fst_group_update_ie(struct fst_group *g) in fst_group_update_ie()
Dfst_ctrl_iface.c21 struct fst_group *g; in get_fst_group_by_id() local
85 struct fst_group *g; in fst_ctrl_iface_notify() local
251 struct fst_group *g; in session_add() local
276 struct fst_group *g; in session_remove() local
469 static void list_session_enum_cb(struct fst_group *g, struct fst_session *s, in list_session_enum_cb()
486 struct fst_group *g; in list_sessions() local
511 struct fst_group *g; in iface_peers() local
562 struct fst_group *g; in get_peer_mbies() local
598 struct fst_group *g; in list_ifaces() local
631 struct fst_group *g; in list_groups() local
[all …]
Dfst_session.c235 fst_find_session_in_progress(const u8 *peer_addr, struct fst_group *g) in fst_find_session_in_progress()
363 struct fst_group *g; in fst_session_handle_setup_request() local
752 struct fst_session * fst_session_create(struct fst_group *g) in fst_session_create()
1181 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum()
1235 struct fst_group *g = fst_session_get_group(s); in fst_session_set_str_ifname() local
1297 struct fst_session * fst_session_global_get_first_by_group(struct fst_group *g) in fst_session_global_get_first_by_group()
1312 static int get_group_fill_session(struct fst_group **g, struct fst_session *s) in get_group_fill_session()
1355 struct fst_group *g; in fst_test_req_send_fst_request() local
1407 struct fst_group *g; in fst_test_req_send_fst_response() local
1482 struct fst_group *g; in fst_test_req_send_ack_request() local
[all …]
Dfst_iface.c15 struct fst_iface * fst_iface_create(struct fst_group *g, const char *ifname, in fst_iface_create()
Dfst.c42 struct fst_group *g; in fst_attach() local
/hostap-latest/hostapd/
Dhlr_auc_gw.c279 struct gsm_triplet *g = NULL; in read_gsm_triplets() local
364 struct gsm_triplet *g = gsm_db_pos; in get_gsm_triplet() local
595 struct gsm_triplet *g; in sim_req_auth() local
931 struct gsm_triplet *g, *gprev; in cleanup() local
/hostap-latest/src/p2p/
Dp2p_invitation.c34 struct p2p_group *g = p2p->groups[i]; in p2p_build_invitation_req() local
128 struct p2p_group *g = p2p->groups[i]; in p2p_build_invitation_resp() local
Dp2p_dev_disc.c165 size_t g; in p2p_process_dev_disc_req() local
Dp2p_parse.c662 const u8 *g, *gend; in p2p_group_info_parse() local
Dp2p_group.c100 size_t g; in p2p_group_deinit() local
249 struct wpabuf * p2p_group_get_wfd_ie(struct p2p_group *g) in p2p_group_get_wfd_ie()
Dp2p_pd.c274 struct p2p_group *g = p2p->groups[i]; in p2p_build_prov_disc_resp() local
Dp2p.c4553 size_t g; in p2p_process_presence_req() local
5102 size_t g; in p2p_update_wfd_ie_groups() local
/hostap-latest/src/crypto/
Dsha256-internal.c103 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
Dtls_mbedtls_alt.c108 #define mbedtls_ssl_tls_prf(a, b, c, d, e, f, g, h) (-1) argument
Dcrypto_wolfssl.c1634 ecc_point *g; /* Only used in DPP for now */ member
Dtls_openssl.c4124 BIGNUM *p = NULL, *q = NULL, *g = NULL; in openssl_dsa_to_dh() local
/hostap-latest/tests/
Dtest-milenage.c786 const struct gsm_milenage_test_set *g; in main() local