/src/usr.sbin/wiconfig/ |
wiconfig.c | 73 int wi_type; member in struct:wi_table 173 wreq.wi_type = WI_RID_SCAN_APS; 185 wreq.wi_type = WI_RID_READ_APS; 307 warn("SIOCGWAVELAN(wreq %04x)", wreq->wi_type); 344 if (wreq->wi_type == WI_RID_SERIALNO) { 374 wreq.wi_type = code; 389 wreq.wi_type = code; 403 wreq.wi_type = code; 601 for (wt = table; wt->wi_type != 0; wt++) 641 wreq.wi_type = WI_RID_WEP_AVAIL [all...] |
/src/sys/dev/ic/ |
wi_ieee.h | 75 u_int16_t wi_type; member in struct:wi_req 291 u_int16_t wi_type; member in struct:wi_ltv_keys
|
wi.c | 2250 switch (wreq.wi_type) { 2268 error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val, 2278 error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val, 2288 error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val, 2298 error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val, 2308 error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val, 2340 error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val, 2344 switch (wreq.wi_type) { 2397 switch (wreq.wi_type) { 2416 error = wi_write_rid(sc, wreq.wi_type, wreq.wi_val [all...] |
wireg.h | 265 u_int16_t wi_type; member in struct:wi_lt_hdr
|
/src/sys/net80211/ |
ieee80211_ioctl.c | 218 switch (wreq->wi_type) { 518 switch (wreq->wi_type) { 831 if (wreq->wi_type != WI_RID_CHANNEL_LIST) 841 if (wreq->wi_type == WI_RID_CHANNEL_LIST) {
|