HomeSort by: relevance | last modified time | path
    Searched refs:i_keydat (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/ifconfig/
ieee80211.c 358 nwkey.i_key[i].i_keydat = keybuf[i];
416 nwkey.i_key[i].i_keydat = NULL;
664 nwkey.i_key[i].i_keydat = keybuf[i];
685 isdigit(nwkey.i_key[0].i_keydat[0]) &&
686 nwkey.i_key[0].i_keydat[1] == ':')
690 (const char *)nwkey.i_key[0].i_keydat, 7) == 0)
701 print_string(nwkey.i_key[i].i_keydat,
  /src/sys/dev/ic/
an.c 1116 if ((error = copyin(nwkey->i_key[i].i_keydat,
1214 if (nwkey->i_key[0].i_keydat == NULL &&
1215 nwkey->i_key[1].i_keydat == NULL)
1222 if (nwkey->i_key[i].i_keydat == NULL)
1229 if ((error = copyin(nwkey->i_key[i].i_keydat, key->an_key,
1283 if (nwkey->i_key[0].i_keydat == NULL)
1286 if (nwkey->i_key[i].i_keydat == NULL)
1302 nwkey->i_key[i].i_keydat,
  /src/sys/net80211/
ieee80211_ioctl.h 555 u_int8_t *i_keydat; member in struct:ieee80211_nwkey::__anon9077fff10408
ieee80211_ioctl.c 2658 if ((error = copyin(nwkey->i_key[kid].i_keydat,
2723 if (nwkey->i_key[i].i_keydat == NULL)
2734 nwkey->i_key[i].i_keydat,
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 488 nwk->i_key[i].i_keydat =
489 NETBSD32PTR64(nwk32->i_key[i].i_keydat);
1040 NETBSD32PTR32(nwk32->i_key[i].i_keydat,
1041 nwk->i_key[i].i_keydat);
netbsd32_ioctl.h 167 netbsd32_charp i_keydat; member in struct:netbsd32_ieee80211_nwkey::__anone34467170108

Completed in 19 milliseconds