OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wpa_sm_set_param
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.c
440
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_RSN_ENABLED, 0);
441
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
442
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_PAIRWISE,
444
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
445
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
447
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_SSID_PROTECTION, 0);
1460
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
1462
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_MFP,
1831
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_PROTO, proto);
1832
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_RSN_ENABLED
[
all
...]
ibss_rsn.c
244
wpa_sm_set_param
(peer->supp, WPA_PARAM_RSN_ENABLED, 1);
245
wpa_sm_set_param
(peer->supp, WPA_PARAM_PROTO, WPA_PROTO_RSN);
246
wpa_sm_set_param
(peer->supp, WPA_PARAM_PAIRWISE, WPA_CIPHER_CCMP);
247
wpa_sm_set_param
(peer->supp, WPA_PARAM_GROUP, WPA_CIPHER_CCMP);
248
wpa_sm_set_param
(peer->supp, WPA_PARAM_KEY_MGMT, WPA_KEY_MGMT_PSK);
preauth_test.c
259
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_PROTO, WPA_PROTO_RSN);
events.c
3173
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_OCV, 0);
3183
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_PROTO, wpa_s->wpa_proto);
3184
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_RSN_ENABLED,
3205
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_OCV,
3232
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
3252
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_PAIRWISE,
3308
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_MFP, pmf);
3325
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
3353
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
ctrl_iface.c
535
if (
wpa_sm_set_param
(wpa_s->wpa, RSNA_PMK_LIFETIME,
544
if (
wpa_sm_set_param
(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD,
552
if (
wpa_sm_set_param
(wpa_s->wpa, RSNA_SA_TIMEOUT,
748
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_ENCRYPT_EAPOL_M2,
751
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_ENCRYPT_EAPOL_M4,
802
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_OCI_FREQ_EAPOL_G2,
807
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_OCI_FREQ_FT_ASSOC,
856
wpa_sm_set_param
(wpa_s->wpa, WPA_PARAM_DISABLE_EAPOL_G2_TX,
8876
wpa_sm_set_param
(wpa_s->wpa, RSNA_PMK_LIFETIME, 43200);
8877
wpa_sm_set_param
(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD, 70)
[
all
...]
/src/external/bsd/wpa/dist/src/rsn_supp/
wpa.h
209
int
wpa_sm_set_param
(struct wpa_sm *sm, enum wpa_sm_conf_params param,
356
static inline int
wpa_sm_set_param
(struct wpa_sm *sm,
function
wpa.c
4628
*
wpa_sm_set_param
- Set WPA state machine parameters
4634
int
wpa_sm_set_param
(struct wpa_sm *sm, enum wpa_sm_conf_params param,
function
/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c
4633
if (
wpa_sm_set_param
(wpa_s->wpa, wpa_sm_param, val)) {
Completed in 86 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026