Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 100) sorted by relevance

1234

/hostap-latest/hostapd/
Dconfig_file.c586 int *num_server, const char *val, int def_port, in hostapd_config_read_radius_addr()
612 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val) in hostapd_parse_das_client()
638 int val = 0, last; in hostapd_config_parse_key_mgmt() local
749 int val = wpa_parse_cipher(value); in hostapd_config_parse_cipher() local
766 char *val) in hostapd_config_read_wep()
818 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
836 static int hostapd_parse_intlist(int **int_list, char *val) in hostapd_parse_intlist()
1239 static u8 find_bit_offset(u8 val) in find_bit_offset()
1253 static u8 set_he_cap(int val, u8 mask) in set_he_cap()
1259 static int hostapd_parse_he_srg_bitmap(u8 *bitmap, char *val) in hostapd_parse_he_srg_bitmap()
[all …]
/hostap-latest/tests/hwsim/
Dnl80211.py322 def build_nl80211_attr(id, val): argument
328 def build_nl80211_attr_u32(id, val): argument
331 def build_nl80211_attr_u16(id, val): argument
334 def build_nl80211_attr_u8(id, val): argument
340 def build_nl80211_attr_mac(id, val): argument
Dhwsim_utils.py237 def set_powersave(dev, val): argument
245 def set_group_map(dev, val): argument
253 def set_rx_rssi(dev, val): argument
/hostap-latest/wlantest/
Dtkip.c20 static inline u16 RotR1(u16 val) in RotR1()
26 static inline u8 Lo8(u16 val) in Lo8()
32 static inline u8 Hi8(u16 val) in Hi8()
38 static inline u16 Lo16(u32 val) in Lo16()
44 static inline u16 Hi16(u32 val) in Hi16()
173 static inline u32 rotl(u32 val, int bits) in rotl()
179 static inline u32 rotr(u32 val, int bits) in rotr()
185 static inline u32 xswap(u32 val) in xswap()
/hostap-latest/src/wps/
Dwps_validate.c97 static int valid_config_methods(u16 val, int wps2) in valid_config_methods()
131 u16 val; in wps_validate_config_methods() local
155 u16 val; in wps_validate_ap_config_methods() local
240 u16 val; in wps_validate_assoc_state() local
261 u16 val; in wps_validate_config_error() local
284 u16 val; in wps_validate_dev_password_id() local
503 u16 val; in wps_validate_sel_reg_config_methods() local
632 static int num_bits_set(u16 val) in num_bits_set()
643 u16 val; in wps_validate_auth_type_flags() local
665 u16 val; in wps_validate_auth_type() local
[all …]
/hostap-latest/src/common/
Dsae_pk.c99 static u8 d_permute(u8 val, unsigned int iter) in d_permute()
107 static u8 d_invert(u8 val) in d_invert()
118 u8 val = 0; in d_check_char() local
218 u8 val; in sae_pk_base32_encode() local
280 u8 val; in sae_pk_base32_decode() local
365 u32 val = 0, val19; in sae_pk_set_password() local
450 struct sae_pk * sae_parse_pk(const char *val) in sae_parse_pk()
Ddragonfly.c114 const struct crypto_bignum *val) in dragonfly_is_quadratic_residue_blind()
185 static int dragonfly_get_rand_2_to_r_1(struct crypto_bignum *val, in dragonfly_get_rand_2_to_r_1()
222 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt()
Ddpp_backup.c542 int val; in dpp_parse_recipient_infos() local
804 int val; in dpp_parse_enveloped_data() local
861 int val; in dpp_parse_one_asymmetric_key() local
Dcommon_module_tests.c524 const u8 *val; in sae_pk_tests() member
549 const u8 *val = valid[i].val; in sae_pk_tests() local
Dctrl_iface_common.c119 int val; in ctrl_set_events() local
/hostap-latest/src/tls/
Dasn1.c293 unsigned long val; in asn1_parse_oid() local
393 unsigned long val = 0; in asn1_bit_string_to_long() local
504 void asn1_put_integer(struct wpabuf *buf, int val) in asn1_put_integer()
539 void asn1_put_octet_string(struct wpabuf *buf, const struct wpabuf *val) in asn1_put_octet_string()
558 unsigned long val = oid->oid[i]; in asn1_put_oid() local
604 void asn1_put_utf8string(struct wpabuf *buf, const char *val) in asn1_put_utf8string()
/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DWifiReceiver.java35 String val; in onReceive() local
49 int val; in onReceive() local
/hostap-latest/src/utils/
Djson.c603 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int()
609 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string()
616 const void *val, size_t len) in json_add_string_escape()
631 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, in json_add_base64url()
645 int json_add_base64(struct wpabuf *json, const char *name, const void *val, in json_add_base64()
Dcommon.h236 static inline void WPA_PUT_BE16(u8 *a, u16 val) in WPA_PUT_BE16()
247 static inline void WPA_PUT_LE16(u8 *a, u16 val) in WPA_PUT_LE16()
258 static inline void WPA_PUT_BE24(u8 *a, u32 val) in WPA_PUT_BE24()
270 static inline void WPA_PUT_LE24(u8 *a, u32 val) in WPA_PUT_LE24()
282 static inline void WPA_PUT_BE32(u8 *a, u32 val) in WPA_PUT_BE32()
295 static inline void WPA_PUT_LE32(u8 *a, u32 val) in WPA_PUT_LE32()
311 static inline void WPA_PUT_BE64(u8 *a, u64 val) in WPA_PUT_BE64()
331 static inline void WPA_PUT_LE64(u8 *a, u64 val) in WPA_PUT_LE64()
Dconst_time.h31 static inline unsigned int const_time_fill_msb(unsigned int val) in const_time_fill_msb()
39 static inline unsigned int const_time_is_zero(unsigned int val) in const_time_is_zero()
Dbitfield.c64 static int first_zero(u8 val) in first_zero()
Dxml-utils.c194 char *val, *pos; in get_val() local
233 char *val; in node_to_tnds() local
/hostap-latest/wpa_supplicant/
Dconfig_winreg.c121 DWORD val, buflen; in wpa_config_read_reg_dword() local
140 TCHAR *val; in wpa_config_read_reg_string() local
204 int val; in wpa_config_read_global() local
504 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, in wpa_config_write_reg_dword()
528 const char *val) in wpa_config_write_reg_string()
712 char val[20]; in write_int() local
Dmain_winsvc.c67 DWORD buflen, val; in read_interface() local
140 DWORD val, buflen, i; in wpa_supplicant_thread() local
Dconfig.c205 int val, *dst; in wpa_config_parse_int_impl() local
673 int val = 0, last, errors = 0; in wpa_config_parse_proto() local
774 int val = 0, last, errors = 0; in wpa_config_parse_key_mgmt() local
1231 int val; in wpa_config_parse_pairwise() local
1262 int val; in wpa_config_parse_group() local
1300 int val; in wpa_config_parse_group_mgmt() local
1334 int val = 0, last, errors = 0; in wpa_config_parse_auth_alg() local
3698 char *val; in wpa_config_set_cred() local
4110 static char * alloc_int_str(int val) in alloc_int_str()
4770 int val, *dst; in wpa_global_config_parse_int_impl() local
[all …]
/hostap-latest/hs20/server/
Dspp_server.c393 char *val; in add_text_node_conf() local
404 char *val; in add_text_node_conf_corrupt() local
434 unsigned char val = buf[i]; in new_password() local
501 const char *val, int dmacc) in db_update_val()
1046 char uri[300], *val; in user_remediation() local
1068 char uri[300], *val; in free_remediation() local
1132 char *val; in hs20_subscription_remediation() local
1382 char uri[300], *val; in hs20_subscription_registration() local
1581 char *val; in spp_exec_get_certificate() local
1805 char *val; in hs20_user_input_complete() local
[all …]
/hostap-latest/src/drivers/
Ddriver_roboswitch.c103 struct wpa_driver_roboswitch_data *drv, u8 reg, u16 val) in wpa_driver_roboswitch_mdio_write()
141 u8 page, u8 reg, u16 *val, int len) in wpa_driver_roboswitch_read()
159 u8 page, u8 reg, u16 *val, int len) in wpa_driver_roboswitch_write()
/hostap-latest/src/crypto/
Daes-gcm.c18 u32 val; in inc32() local
38 u32 val; in shift_right_block() local
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp108 DWORD val, i; in addRegistryInterface() local
/hostap-latest/src/ap/
Dap_drv_ops.h364 unsigned int val) in hostapd_drv_br_port_set_attr()
374 unsigned int val) in hostapd_drv_br_set_net_param()

1234