/hostap-latest/eap_example/ |
D | eap_example_peer.c | 51 static bool peer_get_bool(void *ctx, enum eapol_bool_var variable) in peer_get_bool() argument 56 switch (variable) { in peer_get_bool() 82 static void peer_set_bool(void *ctx, enum eapol_bool_var variable, bool value) in peer_set_bool() argument 87 switch (variable) { in peer_set_bool() 122 static unsigned int peer_get_int(void *ctx, enum eapol_int_var variable) in peer_get_int() argument 127 switch (variable) { in peer_get_int() 135 static void peer_set_int(void *ctx, enum eapol_int_var variable, in peer_set_int() argument 141 switch (variable) { in peer_set_int()
|
/hostap-latest/src/common/ |
D | ieee802_11_defs.h | 1002 u8 variable[]; member 1006 u8 variable[]; member 1012 u8 variable[]; member 1019 u8 variable[]; member 1026 u8 variable[]; member 1030 u8 variable[]; member 1038 u8 variable[]; member 1047 u8 variable[]; member 1056 u8 variable[]; member 1070 u8 variable[]; /* FT Request */ member [all …]
|
/hostap-latest/src/eap_peer/ |
D | eap.h | 150 bool (*get_bool)(void *ctx, enum eapol_bool_var variable); 158 void (*set_bool)(void *ctx, enum eapol_bool_var variable, bool value); 166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); 174 void (*set_int)(void *ctx, enum eapol_int_var variable,
|
/hostap-latest/src/ap/ |
D | ieee802_11_eht.c | 884 if (pos - mgmt->u.auth.variable > (int) len) { in sae_commit_skip_fixed_fields() 891 pos, (int) len - (pos - mgmt->u.auth.variable)); in sae_commit_skip_fixed_fields() 934 if (pos - mgmt->u.auth.variable > (int) len) { in sae_confirm_skip_fixed_fields() 955 const u8 *pos = mgmt->u.auth.variable; in auth_skip_fixed_fields() 1010 len -= offsetof(struct ieee80211_mgmt, u.auth.variable); in hostapd_process_ml_auth() 1017 (int)len - (pos - mgmt->u.auth.variable), in hostapd_process_ml_auth() 1131 common_info = (struct eht_ml_basic_common_info *) ml->variable; in hostapd_process_ml_assoc_req_addr() 1219 common_info = (const struct eht_ml_basic_common_info *) ml->variable; in hostapd_process_ml_assoc_req() 1229 pos = common_info->variable; in hostapd_process_ml_assoc_req()
|
D | ieee802_11.c | 447 os_memcpy(reply->u.auth.variable, ies, ies_len); in send_auth_reply() 451 os_memcpy(reply->u.auth.variable + ies_len, in send_auth_reply() 1324 pos = mgmt->u.auth.variable; in handle_auth_sae() 1382 pos = mgmt->u.auth.variable; in handle_auth_sae() 1457 pos = mgmt->u.auth.variable; in handle_auth_sae() 1475 resp = sae_parse_commit(sta->sae, mgmt->u.auth.variable, in handle_auth_sae() 1477 mgmt->u.auth.variable, &token, in handle_auth_sae() 1560 var = mgmt->u.auth.variable; in handle_auth_sae() 1561 var_len = ((u8 *) mgmt) + len - mgmt->u.auth.variable; in handle_auth_sae() 1603 pos = mgmt->u.auth.variable; in handle_auth_sae() [all …]
|
D | wnm_ap.c | 172 pos = (u8 *)mgmt->u.action.u.wnm_sleep_resp.variable; in ieee802_11_send_wnmsleep_resp() 411 pos = mgmt->u.action.u.bss_tm_req.variable; in ieee802_11_send_bss_trans_mgmt_request() 866 pos = mgmt->u.action.u.bss_tm_req.variable; in wnm_send_disassoc_imminent() 934 pos = mgmt->u.action.u.bss_tm_req.variable; in wnm_send_ess_disassoc_imminent() 992 pos = mgmt->u.action.u.bss_tm_req.variable; in wnm_send_bss_tm_req()
|
D | rrm.c | 104 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_radio_msmt_report() 297 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_nei_report_req() 358 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_link_mesr_report()
|
D | ieee802_11_shared.c | 136 end = mgmt->u.action.u.sa_query_req.variable; in ieee802_11_send_sa_query_req() 234 end = resp->u.action.u.sa_query_req.variable; in ieee802_11_send_sa_query_resp() 261 mgmt->u.action.u.sa_query_resp.variable) { in ieee802_11_sa_query_action() 285 ies = mgmt->u.action.u.sa_query_resp.variable; in ieee802_11_sa_query_action()
|
D | wmm.c | 188 m->u.action.u.wmm_action.variable; in wmm_send_action()
|
D | ieee802_11_ht.c | 311 u8 chan = ic_report->variable[i]; in hostapd_2040_coex_action()
|
D | beacon.c | 1029 params->resp->u.probe_resp.variable, in hostapd_gen_probe_resp() 1366 pos = ml->variable; in parse_ml_probe_req() 2079 pos = &head->u.action.u.public_action.variable[0]; in hostapd_gen_fils_discovery() 2268 pos = &head->u.beacon.variable[0]; in ieee802_11_build_ap_params()
|
/hostap-latest/wlantest/ |
D | rx_mgmt.c | 413 offset = mgmt->u.beacon.variable - data; in rx_mgmt_beacon() 422 if (ieee802_11_parse_elems(mgmt->u.beacon.variable, len - offset, in rx_mgmt_beacon() 574 mme = get_ie(mgmt->u.beacon.variable, len - offset, WLAN_EID_MMIE); in rx_mgmt_beacon() 642 offset = mgmt->u.probe_resp.variable - data; in rx_mgmt_probe_resp() 651 if (ieee802_11_parse_elems(mgmt->u.probe_resp.variable, len - offset, in rx_mgmt_probe_resp() 679 if (ieee802_11_parse_elems(mgmt->u.auth.variable, in process_fils_auth() 737 ie = mgmt->u.auth.variable; in process_ft_auth() 846 group = WPA_GET_LE16(mgmt->u.auth.variable); in process_sae_auth() 1192 ie = mgmt->u.assoc_req.variable; in rx_mgmt_assoc_req() 1193 ie_len = len - (mgmt->u.assoc_req.variable - data); in rx_mgmt_assoc_req() [all …]
|
/hostap-latest/src/eapol_supp/ |
D | eapol_supp_sm.c | 1872 static bool eapol_sm_get_bool(void *ctx, enum eapol_bool_var variable) in eapol_sm_get_bool() argument 1877 switch (variable) { in eapol_sm_get_bool() 1903 static void eapol_sm_set_bool(void *ctx, enum eapol_bool_var variable, in eapol_sm_set_bool() argument 1909 switch (variable) { in eapol_sm_set_bool() 1944 static unsigned int eapol_sm_get_int(void *ctx, enum eapol_int_var variable) in eapol_sm_get_int() argument 1949 switch (variable) { in eapol_sm_get_int() 1957 static void eapol_sm_set_int(void *ctx, enum eapol_int_var variable, in eapol_sm_set_int() argument 1963 switch (variable) { in eapol_sm_set_int()
|
/hostap-latest/wpa_supplicant/ |
D | rrm.c | 317 const u8 *request = req->variable; in wpas_rrm_build_lci_report() 425 msr_rep->variable; in wpas_rrm_beacon_rep_update_last_frame() 433 subelem = rep->variable; in wpas_rrm_beacon_rep_update_last_frame() 1219 subelems = req->variable; in wpas_rm_handle_beacon_req() 1261 req->channel, req->variable, in wpas_rm_handle_beacon_req() 1344 (const void *) req->variable, in wpas_rrm_handle_msr_req_element()
|
D | wnm_sta.c | 171 os_memcpy(mgmt->u.action.u.wnm_sleep_req.variable, wnmsleep_ie, in ieee802_11_send_wnmsleep_req() 175 os_memcpy(mgmt->u.action.u.wnm_sleep_req.variable + in ieee802_11_send_wnmsleep_req() 182 os_memcpy(mgmt->u.action.u.wnm_sleep_req.variable + in ieee802_11_send_wnmsleep_req()
|
D | bss.c | 1710 (const struct eht_ml_basic_common_info *) eht_ml->variable; in wpa_bss_parse_basic_ml_element() 1721 link_id = ml_basic_common_info->variable[0] & EHT_ML_LINK_ID_MSK; in wpa_bss_parse_basic_ml_element() 1844 pos = ml->variable + ml_common_len; in wpa_bss_parse_reconf_ml_element()
|
D | README-Windows.txt | 70 this directory can be modified by changing OPENSSLDIR variable in 196 interface. Anyway, this variable has to be included in the configuration
|
D | mesh_mpm.c | 1179 ies = mgmt->u.action.u.slf_prot_action.variable; in mesh_mpm_action_rx() 1181 mgmt->u.action.u.slf_prot_action.variable; in mesh_mpm_action_rx()
|
/hostap-latest/src/pasn/ |
D | pasn_responder.c | 619 if (ieee802_11_parse_elems(mgmt->u.auth.variable, in handle_auth_pasn_1() 621 u.auth.variable), in handle_auth_pasn_1() 927 if (ieee802_11_parse_elems(mgmt->u.auth.variable, in handle_auth_pasn_3() 929 u.auth.variable), in handle_auth_pasn_3()
|
D | pasn_initiator.c | 1030 if (!mgmt || len < offsetof(struct ieee80211_mgmt, u.auth.variable)) in is_pasn_auth_frame() 1096 if (ieee802_11_parse_elems(mgmt->u.auth.variable, in wpa_pasn_auth_rx() 1098 u.auth.variable), in wpa_pasn_auth_rx()
|
/hostap-latest/doc/ |
D | ctrl_iface.doxygen | 71 block with each line in \c variable=value format. For example: 118 block with each line in \c variable=value format. For example: 136 Same as STATUS, but with more verbosity (i.e., more \c variable=value pairs). 174 \subsection ctrl_iface_SET SET <variable> <value> 356 \subsection ctrl_iface_SET_NETWORK SET_NETWORK <network id> <variable> <value> 372 \subsection ctrl_iface_GET_NETWORK GET_NETWORK <network id> <variable>
|
/hostap-latest/src/drivers/ |
D | driver_nl80211_event.c | 231 event.auth.ies = mgmt->u.auth.variable; in mlme_event_auth() 293 (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc() 311 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc() 1540 if (frame + len > mgmt->u.disassoc.variable) { in mlme_event_deauth_disassoc() 1541 event.disassoc_info.ie = mgmt->u.disassoc.variable; in mlme_event_deauth_disassoc() 1543 mgmt->u.disassoc.variable; in mlme_event_deauth_disassoc() 1565 if (frame + len > mgmt->u.deauth.variable) { in mlme_event_deauth_disassoc() 1566 event.deauth_info.ie = mgmt->u.deauth.variable; in mlme_event_deauth_disassoc() 1568 mgmt->u.deauth.variable; in mlme_event_deauth_disassoc()
|
D | driver_atheros.c | 915 iebuf = mgmt->u.assoc_req.variable; in atheros_raw_receive() 923 iebuf = mgmt->u.reassoc_req.variable; in atheros_raw_receive() 944 event.auth.ies = mgmt->u.auth.variable; in atheros_raw_receive()
|
/hostap-latest/hostapd/ |
D | defconfig | 6 # just setting VARIABLE=n is not disabling that variable. 353 # You can customize the ACS survey algorithm with the hostapd.conf variable
|
D | android.config | 6 # just setting VARIABLE=n is not disabling that variable.
|