Lines Matching full:wpa
2 * WPA Supplicant / Control interface (shared code for all backends)
19 #include "wpa.h"
61 if (wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_LIFETIME,
66 if (wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD,
70 if (wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, atoi(value)))
92 rsn_preauth_deinit(wpa_s->wpa);
93 if (rsn_preauth_init(wpa_s->wpa, bssid, wpa_s->current_ssid))
117 return wpa_sm_stkstart(wpa_s->wpa, peer);
250 pos += wpa_sm_get_status(wpa_s->wpa, pos, end - pos, verbose);
274 res = rsn_preauth_get_status(wpa_s->wpa, pos, end - pos, verbose);
561 pos = wpa_supplicant_ie_txt(pos, end, "WPA",
1010 ret = os_snprintf(buf, buflen, "WPA-PSK WPA-EAP "
1011 "IEEE8021X WPA-NONE NONE");
1024 ret = os_snprintf(pos, end - pos, " WPA-EAP");
1032 ret = os_snprintf(pos, end - pos, " WPA-PSK");
1039 ret = os_snprintf(pos, end - pos, " WPA-NONE");
1052 ret = os_snprintf(buf, buflen, "RSN WPA");
1187 reply_len = wpa_sm_get_mib(wpa_s->wpa, reply, reply_size);
1201 reply_len = pmksa_cache_list(wpa_s->wpa, reply, reply_size);