Searched defs:req_config_methods (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_pd.c267 u16 report_config_methods = 0, req_config_methods; local
278 if (dev == NULL || !dev->req_config_methods) {
301 req_config_methods = dev->req_config_methods;
311 if (msg.wps_config_methods != req_config_methods) {
313 msg.wps_config_methods, req_config_methods);
321 report_config_methods = req_config_methods;
324 if (req_config_methods & WPS_CONFIG_DISPLAY) {
342 dev->req_config_methods = 0;
392 dev->req_config_methods,
[all...]
H A Dp2p_i.h71 * req_config_methods - Pending provision discovery methods
73 u16 req_config_methods; member in struct:p2p_device
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_pd.c267 u16 report_config_methods = 0, req_config_methods; local
278 if (dev == NULL || !dev->req_config_methods) {
301 req_config_methods = dev->req_config_methods;
311 if (msg.wps_config_methods != req_config_methods) {
313 msg.wps_config_methods, req_config_methods);
321 report_config_methods = req_config_methods;
324 if (req_config_methods & WPS_CONFIG_DISPLAY) {
342 dev->req_config_methods = 0;
392 dev->req_config_methods,
[all...]
H A Dp2p_i.h71 * req_config_methods - Pending provision discovery methods
73 u16 req_config_methods; member in struct:p2p_device
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_pd.c267 u16 report_config_methods = 0, req_config_methods; local
278 if (dev == NULL || !dev->req_config_methods) {
301 req_config_methods = dev->req_config_methods;
311 if (msg.wps_config_methods != req_config_methods) {
313 msg.wps_config_methods, req_config_methods);
321 report_config_methods = req_config_methods;
324 if (req_config_methods & WPS_CONFIG_DISPLAY) {
342 dev->req_config_methods = 0;
392 dev->req_config_methods,
[all...]
H A Dp2p_i.h71 * req_config_methods - Pending provision discovery methods
73 u16 req_config_methods; member in struct:p2p_device

Completed in 740 milliseconds