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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_pd.c166 u16 config_methods = dev->req_config_methods;
795 u16 report_config_methods = 0, req_config_methods; local
843 if (dev == NULL || !dev->req_config_methods) {
866 req_config_methods = dev->req_config_methods;
876 if (msg.wps_config_methods != req_config_methods) {
878 msg.wps_config_methods, req_config_methods);
888 report_config_methods = req_config_methods;
892 if (req_config_methods & WPS_CONFIG_DISPLAY) {
969 } else if (msg.wps_config_methods != dev->req_config_methods ||
[all...]
H A Dp2p_i.h84 * req_config_methods - Pending provision discovery methods
86 u16 req_config_methods; member in struct:p2p_device
H A Dp2p.c3175 if (dev->req_config_methods &&
3180 dev->req_config_methods);
3286 if (!dev->req_config_methods)
3292 dev->req_config_methods);
3930 if (dev->req_config_methods &&
4172 "req_config_methods=0x%x\n"
4189 dev->req_config_methods,
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_pd.c166 u16 config_methods = dev->req_config_methods;
795 u16 report_config_methods = 0, req_config_methods; local
843 if (dev == NULL || !dev->req_config_methods) {
866 req_config_methods = dev->req_config_methods;
876 if (msg.wps_config_methods != req_config_methods) {
878 msg.wps_config_methods, req_config_methods);
888 report_config_methods = req_config_methods;
892 if (req_config_methods & WPS_CONFIG_DISPLAY) {
969 } else if (msg.wps_config_methods != dev->req_config_methods ||
[all...]
H A Dp2p_i.h84 * req_config_methods - Pending provision discovery methods
86 u16 req_config_methods; member in struct:p2p_device
H A Dp2p.c3175 if (dev->req_config_methods &&
3180 dev->req_config_methods);
3286 if (!dev->req_config_methods)
3292 dev->req_config_methods);
3930 if (dev->req_config_methods &&
4172 "req_config_methods=0x%x\n"
4189 dev->req_config_methods,
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_pd.c166 u16 config_methods = dev->req_config_methods;
795 u16 report_config_methods = 0, req_config_methods; local
843 if (dev == NULL || !dev->req_config_methods) {
866 req_config_methods = dev->req_config_methods;
876 if (msg.wps_config_methods != req_config_methods) {
878 msg.wps_config_methods, req_config_methods);
888 report_config_methods = req_config_methods;
892 if (req_config_methods & WPS_CONFIG_DISPLAY) {
969 } else if (msg.wps_config_methods != dev->req_config_methods ||
[all...]
H A Dp2p_i.h84 * req_config_methods - Pending provision discovery methods
86 u16 req_config_methods; member in struct:p2p_device
H A Dp2p.c3175 if (dev->req_config_methods &&
3180 dev->req_config_methods);
3286 if (!dev->req_config_methods)
3292 dev->req_config_methods);
3930 if (dev->req_config_methods &&
4172 "req_config_methods=0x%x\n"
4189 dev->req_config_methods,

Completed in 154 milliseconds