Searched defs:wps2 (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_enrollee.c674 size_t cred_len, int wps2)
701 if (wps2) {
736 size_t cred_len[], size_t num_cred, int wps2)
752 res = wps_process_cred_e(wps, cred[i], cred_len[i], wps2);
773 struct wpabuf *attrs, int wps2)
800 if (wps2) {
823 if (wps2) {
673 wps_process_cred_e(struct wps_data *wps, const u8 *cred, size_t cred_len, int wps2) argument
735 wps_process_creds(struct wps_data *wps, const u8 *cred[], size_t cred_len[], size_t num_cred, int wps2) argument
771 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) argument
H A Dwps_validate.c97 static int valid_config_methods(u16 val, int wps2) argument
99 if (wps2) {
128 static int wps_validate_config_methods(const u8 *config_methods, int wps2, argument
143 if (!valid_config_methods(val, wps2)) {
152 static int wps_validate_ap_config_methods(const u8 *config_methods, int wps2, argument
157 if (wps_validate_config_methods(config_methods, wps2, mandatory) < 0)
499 int wps2, int mandatory)
513 if (!valid_config_methods(val, wps2)) {
1084 int wps2, sel_reg; local
1096 wps2
498 wps_validate_sel_reg_config_methods(const u8 *config_methods, int wps2, int mandatory) argument
1123 int wps2, sel_reg; local
1181 int wps2; local
1228 int wps2; local
1257 int wps2; local
1286 int wps2; local
1342 int wps2; local
1397 int wps2; local
1449 int wps2; local
1485 int wps2; local
1520 wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2) argument
1554 int wps2; local
1587 wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2) argument
1621 int wps2; local
1654 wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2) argument
1688 int wps2; local
1722 wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1763 int wps2; local
1796 wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1836 int wps2; local
1870 int wps2; local
1905 int wps2; local
1939 int wps2; local
[all...]
H A Dwps.h905 int wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2);
907 int wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2);
909 int wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2);
911 int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2);
913 int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2);
970 static inline int wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2) argument
980 static inline int wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2) argument
990 static inline int wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2) argument
1001 int wps2)
1012 int wps2)
1000 wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1011 wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_enrollee.c674 size_t cred_len, int wps2)
701 if (wps2) {
736 size_t cred_len[], size_t num_cred, int wps2)
752 res = wps_process_cred_e(wps, cred[i], cred_len[i], wps2);
773 struct wpabuf *attrs, int wps2)
800 if (wps2) {
823 if (wps2) {
673 wps_process_cred_e(struct wps_data *wps, const u8 *cred, size_t cred_len, int wps2) argument
735 wps_process_creds(struct wps_data *wps, const u8 *cred[], size_t cred_len[], size_t num_cred, int wps2) argument
771 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) argument
H A Dwps_validate.c97 static int valid_config_methods(u16 val, int wps2) argument
99 if (wps2) {
128 static int wps_validate_config_methods(const u8 *config_methods, int wps2, argument
143 if (!valid_config_methods(val, wps2)) {
152 static int wps_validate_ap_config_methods(const u8 *config_methods, int wps2, argument
157 if (wps_validate_config_methods(config_methods, wps2, mandatory) < 0)
499 int wps2, int mandatory)
513 if (!valid_config_methods(val, wps2)) {
1084 int wps2, sel_reg; local
1096 wps2
498 wps_validate_sel_reg_config_methods(const u8 *config_methods, int wps2, int mandatory) argument
1123 int wps2, sel_reg; local
1181 int wps2; local
1228 int wps2; local
1257 int wps2; local
1286 int wps2; local
1342 int wps2; local
1397 int wps2; local
1449 int wps2; local
1485 int wps2; local
1520 wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2) argument
1554 int wps2; local
1587 wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2) argument
1621 int wps2; local
1654 wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2) argument
1688 int wps2; local
1722 wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1763 int wps2; local
1796 wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1836 int wps2; local
1870 int wps2; local
1905 int wps2; local
1939 int wps2; local
[all...]
H A Dwps.h905 int wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2);
907 int wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2);
909 int wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2);
911 int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2);
913 int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2);
970 static inline int wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2) argument
980 static inline int wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2) argument
990 static inline int wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2) argument
1001 int wps2)
1012 int wps2)
1000 wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1011 wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_enrollee.c674 size_t cred_len, int wps2)
701 if (wps2) {
736 size_t cred_len[], size_t num_cred, int wps2)
752 res = wps_process_cred_e(wps, cred[i], cred_len[i], wps2);
773 struct wpabuf *attrs, int wps2)
800 if (wps2) {
823 if (wps2) {
673 wps_process_cred_e(struct wps_data *wps, const u8 *cred, size_t cred_len, int wps2) argument
735 wps_process_creds(struct wps_data *wps, const u8 *cred[], size_t cred_len[], size_t num_cred, int wps2) argument
771 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) argument
H A Dwps_validate.c97 static int valid_config_methods(u16 val, int wps2) argument
99 if (wps2) {
128 static int wps_validate_config_methods(const u8 *config_methods, int wps2, argument
143 if (!valid_config_methods(val, wps2)) {
152 static int wps_validate_ap_config_methods(const u8 *config_methods, int wps2, argument
157 if (wps_validate_config_methods(config_methods, wps2, mandatory) < 0)
499 int wps2, int mandatory)
513 if (!valid_config_methods(val, wps2)) {
1084 int wps2, sel_reg; local
1096 wps2
498 wps_validate_sel_reg_config_methods(const u8 *config_methods, int wps2, int mandatory) argument
1123 int wps2, sel_reg; local
1181 int wps2; local
1228 int wps2; local
1257 int wps2; local
1286 int wps2; local
1342 int wps2; local
1397 int wps2; local
1449 int wps2; local
1485 int wps2; local
1520 wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2) argument
1554 int wps2; local
1587 wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2) argument
1621 int wps2; local
1654 wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2) argument
1688 int wps2; local
1722 wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1763 int wps2; local
1796 wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1836 int wps2; local
1870 int wps2; local
1905 int wps2; local
1939 int wps2; local
[all...]
H A Dwps.h905 int wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2);
907 int wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2);
909 int wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2);
911 int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2);
913 int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2);
970 static inline int wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2) argument
980 static inline int wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2) argument
990 static inline int wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2) argument
1001 int wps2)
1012 int wps2)
1000 wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1011 wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
[all...]

Completed in 93 milliseconds