Hi Patrik, [email protected] writes:
> From: Patrik Flykt <[email protected]> > > request_input_passphrase_reply creates and sends an Agent API RequestInput > method call and waits for the method call return. The function expects a > passhphrase_cb_t to be supplied. Only the "Passphrase" dictionary field is > requested by the method call and only the "Passphrase" dictionary field in > the method call return is used. Just took a quick look, but have one question: > + switch (__connman_service_get_security(service)) { > + case CONNMAN_SERVICE_SECURITY_WEP: > + value = "wep"; > + break; > + case CONNMAN_SERVICE_SECURITY_PSK: > + value = "psk"; > + break; What about CONNMAN_SERVICE_SECURITY_WPA and CONNMAN_SERVICE_SECURITY_RSN? I haven't understood the difference between the three. service-api.txt just says this: "Alternate values for "psk" can also be "wpa" and "rsn"." -- Kalle Valo _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
