HomeSort by: relevance | last modified time | path
    Searched defs:req_config_methods (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
p2p_pd.c 192 u16 config_methods = dev->req_config_methods;
1311 u16 report_config_methods = 0, req_config_methods; local
1361 if (dev == NULL || !dev->req_config_methods) {
1391 req_config_methods = dev->req_config_methods;
1401 if (msg.wps_config_methods != req_config_methods) {
1403 msg.wps_config_methods, req_config_methods);
1413 report_config_methods = req_config_methods;
1417 if (req_config_methods & WPS_CONFIG_DISPLAY) {
1565 dev->req_config_methods = 0
    [all...]
p2p_i.h 88 * req_config_methods - Pending provision discovery methods
90 u16 req_config_methods; member in struct:p2p_device

Completed in 17 milliseconds