Home
last modified time | relevance | path

Searched defs:WPS_DEV_TYPE_LEN (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_common.c462 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) in wps_dev_type_str2bin()
485 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, in wps_dev_type_bin2str()
H A Dwps.h60 #define WPS_DEV_TYPE_LEN 8 macro