Home
last modified time | relevance | path

Searched refs:testing_get_fail_pattern (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/utils/
Dos.h766 int testing_get_fail_pattern(bool is_alloc, char *buf, size_t buflen);
775 static inline int testing_get_fail_pattern(bool is_alloc, char *buf, in testing_get_fail_pattern() function
Dos_unix.c690 int testing_get_fail_pattern(bool is_alloc, char *buf, size_t buflen) in testing_get_fail_pattern() function
/hostap-latest/hostapd/
Dctrl_iface.c4243 reply_len = testing_get_fail_pattern(true, reply, reply_size); in hostapd_ctrl_iface_receive_process()
4248 reply_len = testing_get_fail_pattern(false, reply, reply_size); in hostapd_ctrl_iface_receive_process()
/hostap-latest/wpa_supplicant/
Dctrl_iface.c13282 reply_len = testing_get_fail_pattern(true, reply, reply_size); in wpa_supplicant_ctrl_iface_process()
13287 reply_len = testing_get_fail_pattern(false, reply, reply_size); in wpa_supplicant_ctrl_iface_process()