Home
last modified time | relevance | path

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

1234

/hostap/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
745 int val = wpa_parse_cipher(value); in hostapd_config_parse_cipher() local
762 char *val) in hostapd_config_read_wep()
814 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
832 static int hostapd_parse_intlist(int **int_list, char *val) in hostapd_parse_intlist()
1235 static u8 find_bit_offset(u8 val) in find_bit_offset()
1249 static u8 set_he_cap(int val, u8 mask) in set_he_cap()
1255 static int hostapd_parse_he_srg_bitmap(u8 *bitmap, char *val) in hostapd_parse_he_srg_bitmap()
[all …]
/hostap/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/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/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/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.c543 int val; in dpp_parse_recipient_infos() local
805 int val; in dpp_parse_enveloped_data() local
862 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/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/wpadebug/src/w1/fi/wpadebug/
DWifiReceiver.java35 String val; in onReceive() local
49 int val; in onReceive() local
/hostap/src/utils/
Djson.c604 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int()
610 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string()
617 const void *val, size_t len) in json_add_string_escape()
632 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, in json_add_base64url()
646 int json_add_base64(struct wpabuf *json, const char *name, const void *val, in json_add_base64()
Dcommon.h218 static inline void WPA_PUT_BE16(u8 *a, u16 val) in WPA_PUT_BE16()
229 static inline void WPA_PUT_LE16(u8 *a, u16 val) in WPA_PUT_LE16()
240 static inline void WPA_PUT_BE24(u8 *a, u32 val) in WPA_PUT_BE24()
252 static inline void WPA_PUT_LE24(u8 *a, u32 val) in WPA_PUT_LE24()
264 static inline void WPA_PUT_BE32(u8 *a, u32 val) in WPA_PUT_BE32()
277 static inline void WPA_PUT_LE32(u8 *a, u32 val) in WPA_PUT_LE32()
292 static inline void WPA_PUT_LE48(u8 *a, u64 val) in WPA_PUT_LE48()
310 static inline void WPA_PUT_BE64(u8 *a, u64 val) in WPA_PUT_BE64()
330 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
Dbase64.c119 unsigned char val; in base64_gen_decode() local
/hostap/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
764 int val = 0, last, errors = 0; in wpa_config_parse_key_mgmt() local
1205 int val; in wpa_config_parse_pairwise() local
1236 int val; in wpa_config_parse_group() local
1274 int val; in wpa_config_parse_group_mgmt() local
1308 int val = 0, last, errors = 0; in wpa_config_parse_auth_alg() local
3744 char *val; in wpa_config_set_cred() local
4156 static char * alloc_int_str(int val) in alloc_int_str()
4816 int val, *dst; in wpa_global_config_parse_int_impl() local
[all …]
/hostap/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/src/crypto/
Daes-gcm.c18 u32 val; in inc32() local
38 u32 val; in shift_right_block() local
/hostap/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp108 DWORD val, i; in addRegistryInterface() local
/hostap/src/ap/
Dap_drv_ops.h370 unsigned int val) in hostapd_drv_br_port_set_attr()
380 unsigned int val) in hostapd_drv_br_set_net_param()

1234