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 497 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel)
499 wpa_printf(MSG_DEBUG, "WPS: * AP Channel (%u)", ap_channel);
502 wpabuf_put_be16(msg, ap_channel);
wps_i.h 180 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel);
wps_common.c 755 u16 ap_channel; local
772 ap_channel = channel;
775 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 978 milliseconds