HomeSort by relevance Sort by last modified time
    Searched refs:dot1x_enabled (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_process.c 249 const u8 *dot1x_enabled)
251 if (dot1x_enabled == NULL)
254 wpa_printf(MSG_DEBUG, "WPS: 802.1X Enabled: %d", *dot1x_enabled);
296 wps_process_cred_802_1x_enabled(cred, attr->dot1x_enabled))
wps_attr_parse.c 303 attr->dot1x_enabled = pos;
wps_i.h 141 const u8 *dot1x_enabled; /* 1 octet (Bool) */ member in struct:wps_parse_attr

Completed in 23 milliseconds