/src/sys/dev/ic/ |
an.c | 169 int buflen, kid, rid; local in function:an_attach 236 kid = le16toh(akey->an_key_index); 239 rid, buflen, sizeof(*akey), kid, 241 if (kid == 0xffff) { 246 if (kid >= IEEE80211_WEP_NKID) 248 sc->sc_perskeylen[kid] = le16toh(akey->an_key_len); 249 sc->sc_wepkeys[kid].an_wep_keylen = -1; 1310 an_write_wepkey(struct an_softc *sc, int type, struct an_wepkey *keys, int kid) 1329 if (kid >= 0) { 1331 akey->an_mac_addr[0] = kid; [all...] |
an.c | 169 int buflen, kid, rid; local in function:an_attach 236 kid = le16toh(akey->an_key_index); 239 rid, buflen, sizeof(*akey), kid, 241 if (kid == 0xffff) { 246 if (kid >= IEEE80211_WEP_NKID) 248 sc->sc_perskeylen[kid] = le16toh(akey->an_key_len); 249 sc->sc_wepkeys[kid].an_wep_keylen = -1; 1310 an_write_wepkey(struct an_softc *sc, int type, struct an_wepkey *keys, int kid) 1329 if (kid >= 0) { 1331 akey->an_mac_addr[0] = kid; [all...] |
/src/sys/net80211/ |
ieee80211_ioctl.c | 880 u_int kid; local in function:ieee80211_ioctl_getkey 888 kid = ik.ik_keyix; 889 if (kid == IEEE80211_KEYIX_NONE) { 895 if (kid >= IEEE80211_WEP_NKID) 897 wk = &ic->ic_nw_keys[kid]; 1321 u_int kid, len; local in function:ieee80211_ioctl_get80211_fbsd 1356 kid = (u_int) ireq->i_val; 1357 if (kid >= IEEE80211_WEP_NKID) 1359 len = (u_int) ic->ic_nw_keys[kid].wk_keylen; 1365 memcpy(tmpkey, ic->ic_nw_keys[kid].wk_key, len) 1624 u_int16_t kid; local in function:ieee80211_ioctl_setkey 1687 int kid, error; local in function:ieee80211_ioctl_delkey 2049 u_int kid; local in function:ieee80211_ioctl_set80211 2564 int i, error = 0, kid, klen, s; local in function:ieee80211_ioctl [all...] |
ieee80211_ioctl.c | 880 u_int kid; local in function:ieee80211_ioctl_getkey 888 kid = ik.ik_keyix; 889 if (kid == IEEE80211_KEYIX_NONE) { 895 if (kid >= IEEE80211_WEP_NKID) 897 wk = &ic->ic_nw_keys[kid]; 1321 u_int kid, len; local in function:ieee80211_ioctl_get80211_fbsd 1356 kid = (u_int) ireq->i_val; 1357 if (kid >= IEEE80211_WEP_NKID) 1359 len = (u_int) ic->ic_nw_keys[kid].wk_keylen; 1365 memcpy(tmpkey, ic->ic_nw_keys[kid].wk_key, len) 1624 u_int16_t kid; local in function:ieee80211_ioctl_setkey 1687 int kid, error; local in function:ieee80211_ioctl_delkey 2049 u_int kid; local in function:ieee80211_ioctl_set80211 2564 int i, error = 0, kid, klen, s; local in function:ieee80211_ioctl [all...] |
/src/sys/dev/pci/ |
if_iwnreg.h | 587 #define IWN_KFLAG_KID(kid) ((kid) << 8) 594 uint8_t kid; member in struct:iwn_node_info 627 uint8_t kid; member in struct:iwn4965_node_info
|
if_iwnreg.h | 587 #define IWN_KFLAG_KID(kid) ((kid) << 8) 594 uint8_t kid; member in struct:iwn_node_info 627 uint8_t kid; member in struct:iwn4965_node_info
|