Lines Matching defs:kid
169 int buflen, kid, rid;
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;