Searched defs:fst_wpa_obj (Results  1 – 1 of 1) sorted by relevance
| /external/wpa_supplicant_8/src/fst/ | 
| D | fst.h | 47 struct fst_wpa_obj {  struct 48 	void *ctx; 58 	const u8 * (*get_bssid)(void *ctx); 66 	void (*get_channel_info)(void *ctx, enum hostapd_hw_mode *hw_mode, 76 	int (*get_hw_modes)(void *ctx, struct hostapd_hw_modes **modes); 83 	void (*set_ies)(void *ctx, const struct wpabuf *fst_ies); 92 	int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data); 100 	const struct wpabuf * (*get_mb_ie)(void *ctx, const u8 *addr); 109 	void (*update_mb_ie)(void *ctx, const u8 *addr, 119 	const u8 * (*get_peer_first)(void *ctx, [all …] 
 |