Searched defs:fst_iface (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_iface.h18 struct fst_iface { struct
28 struct fst_iface * fst_iface_create(struct fst_group *g, const char *ifname,
32 void fst_iface_delete(struct fst_iface *i);
34 static inline struct fst_group * fst_iface_get_group(struct fst_iface *i)
39 static inline const char * fst_iface_get_name(struct fst_iface *i)
44 static inline const u8 * fst_iface_get_addr(struct fst_iface *i)
49 static inline const char * fst_iface_get_group_id(struct fst_iface *i)
54 static inline u8 fst_iface_get_priority(struct fst_iface *i)
59 static inline u32 fst_iface_get_llt(struct fst_iface *i)
64 static inline const struct wpabuf * fst_iface_get_mbie(struct fst_iface *
[all...]
/external/wpa_supplicant_8/src/fst/
H A Dfst_iface.h18 struct fst_iface { struct
28 struct fst_iface * fst_iface_create(struct fst_group *g, const char *ifname,
32 void fst_iface_delete(struct fst_iface *i);
34 static inline struct fst_group * fst_iface_get_group(struct fst_iface *i)
39 static inline const char * fst_iface_get_name(struct fst_iface *i)
44 static inline const u8 * fst_iface_get_addr(struct fst_iface *i)
49 static inline const char * fst_iface_get_group_id(struct fst_iface *i)
54 static inline u8 fst_iface_get_priority(struct fst_iface *i)
59 static inline u32 fst_iface_get_llt(struct fst_iface *i)
64 static inline const struct wpabuf * fst_iface_get_mbie(struct fst_iface *
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_iface.h18 struct fst_iface { struct
28 struct fst_iface * fst_iface_create(struct fst_group *g, const char *ifname,
32 void fst_iface_delete(struct fst_iface *i);
34 static inline struct fst_group * fst_iface_get_group(struct fst_iface *i)
39 static inline const char * fst_iface_get_name(struct fst_iface *i)
44 static inline const u8 * fst_iface_get_addr(struct fst_iface *i)
49 static inline const char * fst_iface_get_group_id(struct fst_iface *i)
54 static inline u8 fst_iface_get_priority(struct fst_iface *i)
59 static inline u32 fst_iface_get_llt(struct fst_iface *i)
64 static inline const struct wpabuf * fst_iface_get_mbie(struct fst_iface *
[all...]

Completed in 470 milliseconds