Home
last modified time | relevance | path

Searched refs:WPS_DEV_NAME_MAX_LEN (Results 1 – 20 of 20) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_parse.c170 if (nlen > data + len - pos || nlen > WPS_DEV_NAME_MAX_LEN) { in p2p_parse_attribute()
690 if (count >= WPS_DEV_NAME_MAX_LEN) in p2p_group_info_parse()
691 count = WPS_DEV_NAME_MAX_LEN; in p2p_group_info_parse()
719 char name[WPS_DEV_NAME_MAX_LEN + 1]; in p2p_group_info_text()
Dp2p_i.h603 char device_name[WPS_DEV_NAME_MAX_LEN + 1];
Dp2p.h338 char device_name[WPS_DEV_NAME_MAX_LEN + 1];
Dp2p.c832 WPS_DEV_NAME_MAX_LEN) != 0; in p2p_add_device()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_parse.c170 if (nlen > data + len - pos || nlen > WPS_DEV_NAME_MAX_LEN) { in p2p_parse_attribute()
690 if (count >= WPS_DEV_NAME_MAX_LEN) in p2p_group_info_parse()
691 count = WPS_DEV_NAME_MAX_LEN; in p2p_group_info_parse()
719 char name[WPS_DEV_NAME_MAX_LEN + 1]; in p2p_group_info_text()
Dp2p_i.h600 char device_name[WPS_DEV_NAME_MAX_LEN + 1];
Dp2p.h336 char device_name[WPS_DEV_NAME_MAX_LEN + 1];
Dp2p.c828 WPS_DEV_NAME_MAX_LEN) != 0; in p2p_add_device()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_defs.h48 #define WPS_DEV_NAME_MAX_LEN 32 macro
Dwps_attr_parse.c488 if (len > WPS_DEV_NAME_MAX_LEN) { in wps_set_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_defs.h48 #define WPS_DEV_NAME_MAX_LEN 32 macro
Dwps_attr_parse.c488 if (len > WPS_DEV_NAME_MAX_LEN) { in wps_set_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_handlers_wps.c501 if (os_strlen(methods) > WPS_DEV_NAME_MAX_LEN) in wpas_dbus_setter_wps_device_name()
Ddbus_new_handlers_p2p.c1006 os_strlen(entry.str_value) > WPS_DEV_NAME_MAX_LEN) in wpas_dbus_setter_p2p_device_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_handlers_wps.c501 if (os_strlen(methods) > WPS_DEV_NAME_MAX_LEN) in wpas_dbus_setter_wps_device_name()
Ddbus_new_handlers_p2p.c1059 os_strlen(entry.str_value) > WPS_DEV_NAME_MAX_LEN) in wpas_dbus_setter_p2p_device_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig.c4751 { STR_RANGE(device_name, 0, WPS_DEV_NAME_MAX_LEN),
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3594 if (os_strlen(pos) > WPS_DEV_NAME_MAX_LEN) {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.c5124 { STR_RANGE(device_name, 0, WPS_DEV_NAME_MAX_LEN),
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3697 if (os_strlen(pos) > WPS_DEV_NAME_MAX_LEN) { in hostapd_config_fill()