| /src/sys/net80211/ |
| ieee80211_ioctl.c | 880 u_int kid; local 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 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 1687 int kid, error; local 2049 u_int kid; local 2564 int i, error = 0, kid, klen, s; local [all...] |
| /src/sys/dev/ic/ |
| an.c | 169 int buflen, kid, rid; local 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/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_iwn.c | 5091 node.kid = k->k_id; 5120 node.kid = 0xff;
|