Searched defs:WPS_DEV_TYPE_LEN (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h59 #define WPS_DEV_TYPE_LEN 8 macro
91 u8 pri_dev_type[WPS_DEV_TYPE_LEN];
93 u8 sec_dev_type[WPS_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
861 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
862 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
/external/wpa_supplicant_8/src/wps/
H A Dwps.h59 #define WPS_DEV_TYPE_LEN 8 macro
91 u8 pri_dev_type[WPS_DEV_TYPE_LEN];
93 u8 sec_dev_type[WPS_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
861 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
862 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.h59 #define WPS_DEV_TYPE_LEN 8 macro
91 u8 pri_dev_type[WPS_DEV_TYPE_LEN];
93 u8 sec_dev_type[WPS_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
861 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
862 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,

Completed in 77 milliseconds