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

/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_attr_process.c262 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))
261 wps_process_cred_ap_channel(struct wps_credential *cred, const u8 *ap_channel) argument
H A Dwps_attr_parse.h59 const u8 *ap_channel; /* 2 octets */ member in struct:wps_parse_attr
H A Dwps.h45 * @ap_channel: AP channel
58 u16 ap_channel; member in struct:wps_credential
H A Dwps_attr_parse.c551 attr->ap_channel = pos;
/freebsd-10.2-release/sys/dev/amr/
H A Damr_cam.c455 aep->ap_channel = bus;
472 aep->ap_cdb_length, csio->dxfer_len, aep->ap_channel,
481 ap->ap_channel = bus;
498 ap->ap_cdb_length, csio->dxfer_len, ap->ap_channel,
H A Damrreg.h485 u_int8_t ap_channel; member in struct:amr_passthrough
508 u_int8_t ap_channel; member in struct:amr_ext_passthrough
H A Damr.c887 ap->ap_channel = au_cmd[len + 5];
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c415 if (cred->ap_channel)
416 wpa_s->wps_ap_channel = cred->ap_channel;

Completed in 126 milliseconds