Searched refs:need_net80211 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 167 mblk_t *m, uint32_t cmd, boolean_t *need_net80211); 2311 boolean_t need_net80211; in ipw2100_ioctl() local 2364 need_net80211 = B_FALSE; in ipw2100_ioctl() 2365 ret = ipw2100_getset(sc, m0, cmd, &need_net80211); in ipw2100_ioctl() 2366 if (!need_net80211) { in ipw2100_ioctl() 2384 boolean_t *need_net80211) in ipw2100_getset() argument 2459 *need_net80211 = B_TRUE; /* let net80211 do the rest */ in ipw2100_getset()
|
/titanic_41/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 190 mblk_t *m, uint32_t cmd, boolean_t *need_net80211); 2403 boolean_t need_net80211; in ipw2200_ioctl() local 2469 need_net80211 = B_FALSE; in ipw2200_ioctl() 2470 ret = ipw2200_getset(sc, m0, cmd, &need_net80211); in ipw2200_ioctl() 2471 if (!need_net80211) { in ipw2200_ioctl() 2489 boolean_t *need_net80211) in ipw2200_getset() argument 2548 *need_net80211 = B_TRUE; /* let net80211 do the rest */ in ipw2200_getset()
|