Home
last modified time | relevance | path

Searched refs:set_tx (Results 1 – 22 of 22) sorted by relevance

/hostap-latest/src/drivers/
Ddriver_privsep.c216 int set_tx = params->set_tx; in wpa_driver_privsep_set_key() local
223 __func__, priv, alg, key_idx, set_tx); in wpa_driver_privsep_set_key()
232 cmd.set_tx = set_tx; in wpa_driver_privsep_set_key()
Ddriver_wext.c1719 int set_tx, const u8 *seq, in wpa_driver_wext_set_key_ext() argument
1749 if (set_tx) in wpa_driver_wext_set_key_ext()
1830 int set_tx = params->set_tx; in wpa_driver_wext_set_key() local
1838 __FUNCTION__, alg, key_idx, set_tx, in wpa_driver_wext_set_key()
1841 ret = wpa_driver_wext_set_key_ext(drv, alg, addr, key_idx, set_tx, in wpa_driver_wext_set_key()
1872 if (set_tx && alg != WPA_ALG_NONE) { in wpa_driver_wext_set_key()
Ddriver_bsd.c322 int set_tx = params->set_tx; in bsd_set_key() local
330 set_tx, seq_len, key_len); in bsd_set_key()
358 if (set_tx) in bsd_set_key()
379 if (wk.ik_keyix != IEEE80211_KEYIX_NONE && set_tx) in bsd_set_key()
Ddriver_hostap.c410 int set_tx = params->set_tx; in wpa_driver_hostap_set_key() local
446 param->u.crypt.flags = set_tx ? HOSTAP_CRYPT_FLAG_SET_TX_KEY : 0; in wpa_driver_hostap_set_key()
Ddriver_zephyr.h278 int set_tx,
Ddriver_ndis.c934 int pairwise, int key_idx, int set_tx, in wpa_driver_ndis_add_wep() argument
947 if (set_tx) in wpa_driver_ndis_add_wep()
968 int key_idx, int set_tx, in wpa_driver_ndis_set_key() argument
995 return wpa_driver_ndis_add_wep(drv, pairwise, key_idx, set_tx, in wpa_driver_ndis_set_key()
1007 if (set_tx) in wpa_driver_ndis_set_key()
1042 params->key_idx, params->set_tx, in wpa_driver_ndis_set_key_wrapper()
Ddriver_atheros.c503 int set_tx = params->set_tx; in atheros_set_key() local
566 if (set_tx) in atheros_set_key()
580 alg, (unsigned long) key_len, set_tx); in atheros_set_key()
Ddriver_zephyr.c1677 int set_tx, in _wpa_drv_zep_set_key() argument
1719 set_tx, in _wpa_drv_zep_set_key()
1731 set_tx, in _wpa_drv_zep_set_key()
1754 params->set_tx, in wpa_drv_zep_set_key()
Ddriver.h1939 int set_tx; member
Ddriver_nl80211.c3453 int set_tx = params->set_tx; in wpa_driver_nl80211_set_key() local
3469 __func__, ifindex, ifname, alg, addr, key_idx, set_tx, in wpa_driver_nl80211_set_key()
4010 p.set_tx = i == params->wep_tx_keyidx; in wpa_driver_nl80211_authenticate()
/hostap-latest/tests/fuzzing/eapol-key-supp/
Deapol-key-supp.c176 const u8 *addr, int key_idx, int set_tx, in supp_set_key() argument
182 __func__, alg, MAC2STR(addr), key_idx, set_tx, key_flag, in supp_set_key()
/hostap-latest/src/common/
Dprivsep_commands.h80 int set_tx; member
/hostap-latest/wpa_supplicant/
Dibss_rsn.c147 const u8 *addr, int key_idx, int set_tx, in supp_set_key() argument
155 __func__, alg, MAC2STR(addr), key_idx, set_tx); in supp_set_key()
176 key_idx, set_tx, seq, seq_len, key, key_len, in supp_set_key()
Ddriver_i.h151 int key_idx, int set_tx, in wpa_drv_set_key() argument
163 params.set_tx = set_tx; in wpa_drv_set_key()
Dpreauth_test.c135 const u8 *addr, int key_idx, int set_tx, in wpa_supplicant_set_key() argument
Dwpa_priv.c414 p.set_tx = params->set_tx; in wpa_priv_cmd_set_key()
Dwpas_glue.c547 const u8 *addr, int key_idx, int set_tx, in wpa_supplicant_set_key() argument
578 ret = wpa_drv_set_key(wpa_s, link_id, alg, addr, key_idx, set_tx, seq, in wpa_supplicant_set_key()
/hostap-latest/src/rsn_supp/
Dwpa_i.h261 int set_tx, const u8 *seq, size_t seq_len, in wpa_sm_set_key() argument
267 set_tx, seq, seq_len, key, key_len, key_flag); in wpa_sm_set_key()
Dwpa.h34 const u8 *addr, int key_idx, int set_tx,
/hostap-latest/src/ap/
Dap_drv_ops.c813 int key_idx, int vlan_id, int set_tx, in hostapd_drv_set_key() argument
827 params.set_tx = set_tx; in hostapd_drv_set_key()
Dap_drv_ops.h101 int key_idx, int vlan_id, int set_tx,
/hostap-latest/hostapd/
Dctrl_iface.c2212 int idx, set_tx; in hostapd_ctrl_set_key() local
2234 set_tx = atoi(pos); in hostapd_ctrl_set_key()
2262 set_tx, seq, 6, key, key_len, key_flag); in hostapd_ctrl_set_key()