Lines Matching refs:ctx
48 void *ctx;
52 * @ctx: User context %ctx
58 const u8 * (*get_bssid)(void *ctx);
62 * @ctx: User context %ctx
66 void (*get_channel_info)(void *ctx, enum hostapd_hw_mode *hw_mode,
71 * @ctx: User context %ctx
76 int (*get_hw_modes)(void *ctx, struct hostapd_hw_modes **modes);
80 * @ctx: User context %ctx
83 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
87 * @ctx: User context %ctx
92 int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data);
96 * @ctx: User context %ctx
100 const struct wpabuf * (*get_mb_ie)(void *ctx, const u8 *addr);
104 * @ctx: User context %ctx
109 void (*update_mb_ie)(void *ctx, const u8 *addr,
114 * @ctx: User context %ctx
119 const u8 * (*get_peer_first)(void *ctx,
124 * @ctx: User context %ctx
131 const u8 * (*get_peer_next)(void *ctx,