Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_attr_build.c516 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel) in wps_build_ap_channel() argument
518 wpa_printf(MSG_DEBUG, "WPS: * AP Channel (%u)", ap_channel); in wps_build_ap_channel()
521 wpabuf_put_be16(msg, ap_channel); in wps_build_ap_channel()
Dwps_attr_parse.h57 const u8 *ap_channel; /* 2 octets */ member
Dwps_common.c756 u16 ap_channel; in wps_build_ap_freq() local
773 ap_channel = channel; in wps_build_ap_freq()
776 wps_build_ap_channel(msg, ap_channel)) in wps_build_ap_freq()
Dwps_i.h183 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel);
Dwps_attr_parse.c584 attr->ap_channel = pos; in wps_set_attr()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c2436 if (attr->ap_channel) { in wpas_wps_use_cred()
2437 u16 chan = WPA_GET_BE16(attr->ap_channel); in wpas_wps_use_cred()
2713 if (attr.ap_channel) { in wpas_wps_nfc_rx_handover_sel()
2714 u16 chan = WPA_GET_BE16(attr.ap_channel); in wpas_wps_nfc_rx_handover_sel()