HomeSort by relevance Sort by last modified time
    Searched refs:wps_config_methods (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_pd.c 146 MAC2STR(sa), msg.wps_config_methods, rx_freq);
163 if (!(msg.wps_config_methods &
187 if (msg.wps_config_methods & WPS_CONFIG_DISPLAY) {
192 } else if (msg.wps_config_methods & WPS_CONFIG_KEYPAD) {
204 reject ? 0 : msg.wps_config_methods,
236 msg.wps_config_methods,
261 MAC2STR(sa), msg.wps_config_methods);
297 if (msg.wps_config_methods != req_config_methods) {
299 msg.wps_config_methods, req_config_methods);
314 } else if (msg.wps_config_methods & WPS_CONFIG_KEYPAD)
    [all...]
p2p_parse.c 334 msg->wps_config_methods =
337 msg->wps_config_methods);
p2p_i.h 525 u16 wps_config_methods; member in struct:p2p_message
p2p.c 614 msg->config_methods : msg->wps_config_methods;
    [all...]

Completed in 6007 milliseconds