Searched refs:ap_channel (Results 1 – 5 of 5) sorted by relevance
57 const u8 *ap_channel; /* 2 octets */ member
522 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel) in wps_build_ap_channel() argument524 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()
772 u16 ap_channel; in wps_build_ap_freq() local789 ap_channel = channel; in wps_build_ap_freq()792 wps_build_ap_channel(msg, ap_channel)) in wps_build_ap_freq()
185 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel);
584 attr->ap_channel = pos; in wps_set_attr()