Searched defs:mandatory (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/wps/ |
D | wps_validate.c | 21 static int wps_validate_version(const u8 *version, int mandatory) in wps_validate_version() 40 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2() 59 static int wps_validate_request_type(const u8 *request_type, int mandatory) in wps_validate_request_type() 78 static int wps_validate_response_type(const u8 *response_type, int mandatory) in wps_validate_response_type() 129 int mandatory) in wps_validate_config_methods() 153 int mandatory) in wps_validate_ap_config_methods() 173 static int wps_validate_uuid_e(const u8 *uuid_e, int mandatory) in wps_validate_uuid_e() 187 static int wps_validate_uuid_r(const u8 *uuid_r, int mandatory) in wps_validate_uuid_r() 202 int mandatory) in wps_validate_primary_dev_type() 216 static int wps_validate_rf_bands(const u8 *rf_bands, int mandatory) in wps_validate_rf_bands() [all …]
|
/hostap-latest/src/eap_peer/ |
D | eap_ttls.c | 231 int mandatory, size_t len) in eap_ttls_avp_hdr() 256 u32 vendor_id, int mandatory, in eap_ttls_avp_add() 269 int mandatory) in eap_ttls_avp_encapsulate()
|
D | eap_peap.c | 509 int tlv_type, mandatory; in eap_tlv_process() local
|
D | eap_fast.c | 1100 int mandatory, tlv_type, res; in eap_fast_parse_decrypted() local
|
D | eap_teap.c | 1162 int mandatory, res; in eap_teap_parse_decrypted() local
|
/hostap-latest/src/eap_server/ |
D | eap_server_peap.c | 715 int tlv_type, mandatory, tlv_len; in eap_peap_process_phase2_tlv() local 835 int tlv_type, mandatory, tlv_len, vtlv_len; in eap_peap_process_phase2_soh() local
|
D | eap_server_ttls.c | 108 int mandatory, size_t len) in eap_ttls_avp_hdr() 133 u32 avp_code, int mandatory) in eap_ttls_avp_encapsulate()
|
D | eap_server_fast.c | 1138 int mandatory, tlv_type, res; in eap_fast_parse_tlvs() local
|
D | eap_server_teap.c | 1364 int mandatory, res; in eap_teap_parse_tlvs() local
|