Searched defs:buf_size (Results 1 – 5 of 5) sorted by relevance
/hostap-3.6.0/src/common/ |
D | wpa_helpers.c | 101 char *buf, size_t buf_size) in get_wpa_cli_event2() 157 const char *event, char *buf, size_t buf_size) in get_wpa_cli_event()
|
/hostap-3.6.0/src/utils/ |
D | common.c | 293 int wpa_snprintf_hex_sep(char *buf, size_t buf_size, const u8 *data, size_t len, in wpa_snprintf_hex_sep() 317 static inline int _wpa_snprintf_hex(char *buf, size_t buf_size, const u8 *data, in _wpa_snprintf_hex() 346 int wpa_snprintf_hex(char *buf, size_t buf_size, const u8 *data, size_t len) in wpa_snprintf_hex() 360 int wpa_snprintf_hex_uppercase(char *buf, size_t buf_size, const u8 *data, in wpa_snprintf_hex_uppercase()
|
/hostap-3.6.0/src/tls/ |
D | tlsv1_record.c | 151 size_t buf_size, const u8 *payload, size_t payload_len, in tlsv1_record_send()
|
/hostap-3.6.0/src/wps/ |
D | wps_upnp.c | 485 int buf_size = 0; in upnp_wps_device_send_event() local
|
/hostap-3.6.0/src/radius/ |
D | radius_server.c | 2024 const int buf_size = 1024; in radius_server_read_clients() local
|