HomeSort by relevance Sort by last modified time
    Searched refs:ap_channel (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 57 const u8 *ap_channel; /* 2 octets */ member in struct:wps_parse_attr
wps_attr_build.c 496 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel)
498 wpa_printf(MSG_DEBUG, "WPS: * AP Channel (%u)", ap_channel);
501 wpabuf_put_be16(msg, ap_channel);
wps_i.h 180 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel);
wps_common.c 752 u16 ap_channel; local
769 ap_channel = channel;
772 wps_build_ap_channel(msg, ap_channel))
wps_attr_parse.c 573 attr->ap_channel = pos;
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 890 milliseconds