Home
last modified time | relevance | path

Searched defs:fst_wpa_obj (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst.h47 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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst.h47 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 …]