Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps.h320 u16 config_methods; member
420 u16 config_methods; member
Dwps_i.h116 const u8 *config_methods; /* 2 octets */ member
Dwps_enrollee.c801 if (attr->config_methods) in wps_process_m2d()
802 m2d->config_methods = in wps_process_m2d()
803 WPA_GET_BE16(attr->config_methods); in wps_process_m2d()
Dwps_attr_parse.c103 attr->config_methods = pos; in wps_set_attr()
Dwps_registrar.c299 methods = reg->wps->config_methods & ~WPS_CONFIG_PUSHBUTTON; in wps_build_sel_reg_config_methods()
330 methods = reg->wps->config_methods & ~WPS_CONFIG_PUSHBUTTON; in wps_build_config_methods_r()
700 if (attr.config_methods == NULL) { in wps_registrar_probe_req_rx()
706 methods = WPA_GET_BE16(attr.config_methods); in wps_registrar_probe_req_rx()
1921 wps_process_config_methods(wps, attr->config_methods) || in wps_process_m1()