Home
last modified time | relevance | path

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

/hostap/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.c231 fst_find_session_in_progress(const u8 *peer_addr, struct fst_group *g) in fst_find_session_in_progress()
359 struct fst_group *g; in fst_session_handle_setup_request() local
748 struct fst_session * fst_session_create(struct fst_group *g) in fst_session_create()
1177 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum()
1231 struct fst_group *g = fst_session_get_group(s); in fst_session_set_str_ifname() local
1293 struct fst_session * fst_session_global_get_first_by_group(struct fst_group *g) in fst_session_global_get_first_by_group()
1308 static int get_group_fill_session(struct fst_group **g, struct fst_session *s) in get_group_fill_session()
1351 struct fst_group *g; in fst_test_req_send_fst_request() local
1403 struct fst_group *g; in fst_test_req_send_fst_response() local
1478 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/hostapd/
Dhlr_auc_gw.c280 struct gsm_triplet *g = NULL; in read_gsm_triplets() local
365 struct gsm_triplet *g = gsm_db_pos; in get_gsm_triplet() local
596 struct gsm_triplet *g; in sim_req_auth() local
938 struct gsm_triplet *g, *gprev; in cleanup() local
/hostap/src/p2p/
Dp2p_invitation.c37 struct p2p_group *g = p2p->groups[i]; in p2p_build_invitation_req() local
133 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.c730 const u8 *g, *gend; in p2p_group_info_parse() local
Dp2p_group.c100 size_t g; in p2p_group_deinit() local
277 struct wpabuf * p2p_group_get_wfd_ie(struct p2p_group *g) in p2p_group_get_wfd_ie()
Dp2p_pd.c368 struct p2p_group *g = p2p->groups[i]; in p2p_build_prov_disc_resp() local
Dp2p.c4728 size_t g; in p2p_process_presence_req() local
5411 size_t g; in p2p_update_wfd_ie_groups() local
/hostap/src/crypto/
Dsha256-internal.c103 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
Dcrypto_wolfssl.c1638 ecc_point *g; /* Only used in DPP for now */ member
Dtls_openssl.c4279 BIGNUM *p = NULL, *q = NULL, *g = NULL; in openssl_dsa_to_dh() local
/hostap/tests/
Dtest-milenage.c786 const struct gsm_milenage_test_set *g; in main() local