Searched defs:wifi_common_fields (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c904 static ofmt_field_t wifi_common_fields[] = { variable
917 * the 'show-wifi' command supports all the fields in wifi_common_fields
920 static ofmt_field_t wifi_show_fields[A_CNT(wifi_common_fields) + 2] = {
923 /* copy wifi_common_fields here */
5905 template = wifi_common_fields;
5912 bcopy(wifi_common_fields, &wifi_show_fields[2],
5913 sizeof (wifi_common_fields));

Completed in 94 milliseconds