Searched defs:ap_channel (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/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
/external/wpa_supplicant_8/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
/external/wpa_supplicant_8/wpa_supplicant/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

Completed in 81 milliseconds