Searched refs:wepkeyn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c208 static void print_wepkey_info(const char *id, const char *wepkeyn);
2320 * if wepkeyn is NULL, all the wepkeys will be display,
2324 print_wepkey_info(const char *id, const char *wepkeyn) argument
2342 if (wepkeyn != NULL) {
2343 if (strcmp(wepkeyn, param) == 0)
2958 id = pbuf[strlen("wepkeyn") - 1] - '0';
4058 * 'wepkeyn=*****' (when equalflag == B_TRUE),
4059 * 'wepkeyn' (when equalflag == B_FALSE)

Completed in 66 milliseconds