Searched refs:req_config_methods (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_pd.c253 u16 report_config_methods = 0, req_config_methods; local
264 if (dev == NULL || !dev->req_config_methods) {
287 req_config_methods = dev->req_config_methods;
297 if (msg.wps_config_methods != req_config_methods) {
299 msg.wps_config_methods, req_config_methods);
307 report_config_methods = req_config_methods;
310 if (req_config_methods & WPS_CONFIG_DISPLAY) {
328 dev->req_config_methods = 0;
378 dev->req_config_methods,
[all...]
H A Dp2p_i.h65 * req_config_methods - Pending provision discovery methods
67 u16 req_config_methods; member in struct:p2p_device
H A Dp2p.c2707 } else if (dev->req_config_methods &&
2712 dev->req_config_methods);
2769 if (!dev->req_config_methods)
2775 dev->req_config_methods);
3319 if (dev->req_config_methods &&
3550 "req_config_methods=0x%x\n"
3568 dev->req_config_methods,
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_pd.c253 u16 report_config_methods = 0, req_config_methods; local
264 if (dev == NULL || !dev->req_config_methods) {
287 req_config_methods = dev->req_config_methods;
297 if (msg.wps_config_methods != req_config_methods) {
299 msg.wps_config_methods, req_config_methods);
307 report_config_methods = req_config_methods;
310 if (req_config_methods & WPS_CONFIG_DISPLAY) {
328 dev->req_config_methods = 0;
378 dev->req_config_methods,
[all...]
H A Dp2p_i.h65 * req_config_methods - Pending provision discovery methods
67 u16 req_config_methods; member in struct:p2p_device
H A Dp2p.c2707 } else if (dev->req_config_methods &&
2712 dev->req_config_methods);
2769 if (!dev->req_config_methods)
2775 dev->req_config_methods);
3319 if (dev->req_config_methods &&
3550 "req_config_methods=0x%x\n"
3568 dev->req_config_methods,
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_pd.c253 u16 report_config_methods = 0, req_config_methods; local
264 if (dev == NULL || !dev->req_config_methods) {
287 req_config_methods = dev->req_config_methods;
297 if (msg.wps_config_methods != req_config_methods) {
299 msg.wps_config_methods, req_config_methods);
307 report_config_methods = req_config_methods;
310 if (req_config_methods & WPS_CONFIG_DISPLAY) {
328 dev->req_config_methods = 0;
378 dev->req_config_methods,
[all...]
H A Dp2p_i.h65 * req_config_methods - Pending provision discovery methods
67 u16 req_config_methods; member in struct:p2p_device
H A Dp2p.c2707 } else if (dev->req_config_methods &&
2712 dev->req_config_methods);
2769 if (!dev->req_config_methods)
2775 dev->req_config_methods);
3319 if (dev->req_config_methods &&
3550 "req_config_methods=0x%x\n"
3568 dev->req_config_methods,

Completed in 88 milliseconds