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 583 MAC2STR(sa), msg.wps_config_methods, rx_freq);
614 if (!(msg.wps_config_methods & allowed_config_methods)) {
665 !(msg.wps_config_methods & allowed_config_methods)) {
681 if (msg.wps_config_methods & WPS_CONFIG_DISPLAY) {
686 } else if (msg.wps_config_methods & WPS_CONFIG_KEYPAD) {
692 } else if (msg.wps_config_methods & WPS_CONFIG_P2PS) {
758 !(msg.wps_config_methods &
763 msg.wps_config_methods);
773 if (msg.wps_config_methods & WPS_CONFIG_KEYPAD) {
828 msg.wps_config_methods,
    [all...]
p2p_parse.c 468 msg->wps_config_methods =
471 msg->wps_config_methods);
p2p_i.h 615 u16 wps_config_methods; member in struct:p2p_message
p2p.c 616 msg->config_methods : msg->wps_config_methods;
    [all...]

Completed in 87 milliseconds