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

  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 262 const u8 *ap_channel)
264 if (ap_channel == NULL)
267 cred->ap_channel = WPA_GET_BE16(ap_channel);
268 wpa_printf(MSG_DEBUG, "WPS: AP Channel: %u", cred->ap_channel);
320 wps_process_cred_ap_channel(cred, attr->ap_channel))
wps_attr_parse.h 59 const u8 *ap_channel; /* 2 octets */ member in struct:wps_parse_attr
wps.h 45 * @ap_channel: AP channel
58 u16 ap_channel; member in struct:wps_credential
wps_attr_parse.c 551 attr->ap_channel = pos;
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 512 if (cred->ap_channel)
513 wpa_s->wps_ap_channel = cred->ap_channel;
    [all...]

Completed in 44 milliseconds