Searched refs:wk_val (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlwlan.h | 179 uint8_t wk_val[DLADM_WLAN_MAX_KEY_LEN]; member
|
H A D | libdlwlan.c | 1352 (void) memcpy(wkp->wl_wep_key, kp->wk_val, kp->wk_len); in do_set_key()
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_phys.c | 488 ret = memcmp((*old_secobj).wk_val, obj_val, obj_len); in nwamd_wlan_set_key() 597 cooked_key->wk_len = sizeof (cooked_key->wk_val); in nwamd_wlan_get_key_named() 602 cooked_key->wk_val, &cooked_key->wk_len, in nwamd_wlan_get_key_named() 609 &class, cooked_key->wk_val, &cooked_key->wk_len, in nwamd_wlan_get_key_named()
|
/illumos-gate/usr/src/cmd/dladm/ |
H A D | dladm.c | 6393 wk[i].wk_val, &wk[i].wk_len, 0); in parse_wlan_keys() 6397 &class, wk[i].wk_val, &wk[i].wk_len, in parse_wlan_keys()
|