Searched refs:p2p_passphrase_len (Results 1 – 10 of 10) sorted by relevance
846 unsigned int p2p_passphrase_len; member
1241 if (config->p2p_passphrase_len) in wpa_config_write_global()1243 config->p2p_passphrase_len); in wpa_config_write_global()
4607 if (wpa_s->conf->p2p_passphrase_len >= 8 && in wpas_p2p_init()4608 wpa_s->conf->p2p_passphrase_len <= 63) in wpas_p2p_init()4609 p2p.passphrase_len = wpa_s->conf->p2p_passphrase_len; in wpas_p2p_init()7607 p2p_set_passphrase_len(p2p, wpa_s->conf->p2p_passphrase_len); in wpas_p2p_update_config()
4776 { INT_RANGE(p2p_passphrase_len, 8, 63),
474 * added configuration option (p2p_passphrase_len) to allow longer
877 unsigned int p2p_passphrase_len; member
1204 if (config->p2p_passphrase_len) in wpa_config_write_global()1206 config->p2p_passphrase_len); in wpa_config_write_global()
4957 if (wpa_s->conf->p2p_passphrase_len >= 8 && in wpas_p2p_init()4958 wpa_s->conf->p2p_passphrase_len <= 63) in wpas_p2p_init()4959 p2p.passphrase_len = wpa_s->conf->p2p_passphrase_len; in wpas_p2p_init()8116 p2p_set_passphrase_len(p2p, wpa_s->conf->p2p_passphrase_len); in wpas_p2p_update_config()
5149 { INT_RANGE(p2p_passphrase_len, 8, 63),
527 * added configuration option (p2p_passphrase_len) to allow longer