Searched refs:ic_opt_ie_len (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/io/net80211/ |
H A D | net80211_output.c | 682 + ic->ic_opt_ie_len); in ieee80211_send_mgmt() 724 bcopy(ic->ic_opt_ie, frm, ic->ic_opt_ie_len); in ieee80211_send_mgmt() 725 frm += ic->ic_opt_ie_len; in ieee80211_send_mgmt()
|
H A D | net80211_proto.c | 763 ic->ic_opt_ie, ic->ic_opt_ie_len); in ieee80211_beacon_miss() 849 ic->ic_opt_ie, ic->ic_opt_ie_len); in ieee80211_newstate()
|
H A D | net80211_ioctl.c | 2103 ic->ic_opt_ie_len = ie_in->wpa_ie_len; in wl_set_optie()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | net80211.h | 505 uint16_t ic_opt_ie_len; /* length of ic_opt_ie */ member
|
/titanic_44/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 2988 (void) memcpy(frm, ic->ic_opt_ie, ic->ic_opt_ie_len); 2989 frm += ic->ic_opt_ie_len;
|
/titanic_44/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 4025 (void) memcpy(frm, ic->ic_opt_ie, ic->ic_opt_ie_len); in iwp_scan() 4026 frm += ic->ic_opt_ie_len; in iwp_scan()
|
/titanic_44/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 4227 bcopy(ic->ic_opt_ie, frm, ic->ic_opt_ie_len); in iwh_scan() 4228 frm += ic->ic_opt_ie_len; in iwh_scan()
|
/titanic_44/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 1724 ic->ic_opt_ie, ic->ic_opt_ie_len, 1); in ipw2200_auth_and_assoc()
|
/titanic_44/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 3746 (void) memcpy(frm, ic->ic_opt_ie, ic->ic_opt_ie_len); in iwk_scan() 3747 frm += ic->ic_opt_ie_len; in iwk_scan()
|