Searched refs:wifi_handover_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/wps/
H A Dndef.c32 static const char wifi_handover_type[] = "application/vnd.wfa.wsc"; variable
158 record->type_length != os_strlen(wifi_handover_type))
160 if (os_memcmp(record->type, wifi_handover_type,
161 os_strlen(wifi_handover_type)) != 0)
176 FLAG_TNF_RFC2046, wifi_handover_type,
177 os_strlen(wifi_handover_type), NULL, 0, buf);

Completed in 59 milliseconds