Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_attr_parse.h57 const u8 *ap_channel; /* 2 octets */ member
Dwps_attr_build.c522 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel) in wps_build_ap_channel() argument
524 wpa_printf(MSG_DEBUG, "WPS: * AP Channel (%u)", ap_channel); in wps_build_ap_channel()
527 wpabuf_put_be16(msg, ap_channel); in wps_build_ap_channel()
Dwps_common.c772 u16 ap_channel; in wps_build_ap_freq() local
789 ap_channel = channel; in wps_build_ap_freq()
792 wps_build_ap_channel(msg, ap_channel)) in wps_build_ap_freq()
Dwps_i.h185 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel);
Dwps_attr_parse.c584 attr->ap_channel = pos; in wps_set_attr()