Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/src/wps/
Dwps_attr_process.c262 const u8 *ap_channel) in wps_process_cred_ap_channel() argument
264 if (ap_channel == NULL) in wps_process_cred_ap_channel()
267 cred->ap_channel = WPA_GET_BE16(ap_channel); in wps_process_cred_ap_channel()
268 wpa_printf(MSG_DEBUG, "WPS: AP Channel: %u", cred->ap_channel); in wps_process_cred_ap_channel()
320 wps_process_cred_ap_channel(cred, attr->ap_channel)) in wps_process_cred()
Dwps_attr_parse.h59 const u8 *ap_channel; /* 2 octets */ member
Dwps_attr_parse.c551 attr->ap_channel = pos; in wps_set_attr()
Dwps.h58 u16 ap_channel; member
/freebsd-10-stable/sys/dev/amr/
Damr_cam.c455 aep->ap_channel = bus; in amr_cam_command()
472 aep->ap_cdb_length, csio->dxfer_len, aep->ap_channel, in amr_cam_command()
481 ap->ap_channel = bus; in amr_cam_command()
498 ap->ap_cdb_length, csio->dxfer_len, ap->ap_channel, in amr_cam_command()
Damrreg.h485 u_int8_t ap_channel; member
508 u_int8_t ap_channel; member
Damr.c887 ap->ap_channel = au_cmd[len + 5]; in amr_ioctl()
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Dwps_supplicant.c415 if (cred->ap_channel) in wpa_supplicant_wps_cred()
416 wpa_s->wps_ap_channel = cred->ap_channel; in wpa_supplicant_wps_cred()