Searched refs:notes (Results 1 – 8 of 8) sorted by relevance
/hostap-latest/wlantest/ |
D | wlantest.c | 292 wt->notes[wt->num_notes] = os_malloc(len); in add_note() 293 if (wt->notes[wt->num_notes] == NULL) in add_note() 296 wlen = vsnprintf(wt->notes[wt->num_notes], len, fmt, ap); in add_note() 299 os_free(wt->notes[wt->num_notes]); in add_note() 300 wt->notes[wt->num_notes] = NULL; in add_note() 304 wt->notes[wt->num_notes][len - 1] = '\0'; in add_note() 305 wpa_printf(level, "%s", wt->notes[wt->num_notes]); in add_note() 315 os_free(wt->notes[i]); in clear_notes() 316 wt->notes[i] = NULL; in clear_notes() 329 len += os_strlen(wt->notes[i]); in notes_len()
|
D | writepcap.c | 220 size_t nlen = os_strlen(wt->notes[i]); in pcapng_add_comments() 223 os_memcpy(pos, wt->notes[i], nlen); in pcapng_add_comments()
|
D | wlantest.h | 249 char *notes[MAX_NOTES]; member
|
/hostap-latest/hs20/server/ |
D | sql.txt | 6 notes TEXT,
|
D | spp_server.c | 296 const char *sessionid, const char *notes, in hs20_eventlog() argument 302 debug_print(ctx, 1, "eventlog: %s", notes); in hs20_eventlog() 318 user, realm, sessionid, notes, in hs20_eventlog() 334 const char *sessionid, const char *notes, in hs20_eventlog_node() argument 343 hs20_eventlog(ctx, user, realm, sessionid, notes, str); in hs20_eventlog_node()
|
D | hs20-osu-server.txt | 175 OSEN RADIUS server configuration notes
|
/hostap-latest/wpa_supplicant/ |
D | README | 295 and a list of available options and additional notes.
|
D | ChangeLog | 998 * removed scripts and notes related to Windows binary releases (which 1154 - Add note command, which can be used to insert notes to the debug
|