Lines Matching defs:buf
2905 * @buf: Buffer for returning the SSID
2912 int (*hapd_get_ssid)(void *priv, u8 *buf, int len);
2917 * @buf: SSID
2923 int (*hapd_set_ssid)(void *priv, const u8 *buf, int len);
3347 * @buf: Buffer for returning NoA
3349 * Returns: Number of octets used in buf, 0 to indicate no NoA is being
3355 int (*get_noa)(void *priv, u8 *buf, size_t buf_len);
3412 * @buf: TDLS IEs to add to the message
3413 * @len: Length of buf in octets
3421 int initiator, const u8 *buf, size_t len);
3440 * @buf: Buffer for the driver to fill in (for getting IE)
3441 * @buf_len: Return the len of buf
3445 u8 *buf, u16 *buf_len);
3536 * @buf: Return buffer
3540 int (*driver_cmd)(void *priv, char *cmd, char *buf, size_t buf_len);
3550 * @buf: Return buffer (%NULL to ignore reply)
3565 struct wpabuf *buf);
3798 * @buf: Buffer for printing the status information
3802 int (*status)(void *priv, char *buf, size_t buflen);
5171 u8 *buf;