Home
last modified time | relevance | path

Searched refs:ic_opt_ie (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211.c828 if (ic->ic_opt_ie != NULL) in ieee80211_detach()
829 ieee80211_free(ic->ic_opt_ie); in ieee80211_detach()
H A Dnet80211_proto.c767 ic->ic_opt_ie, ic->ic_opt_ie_len); in ieee80211_beacon_miss()
853 ic->ic_opt_ie, ic->ic_opt_ie_len); in ieee80211_newstate()
H A Dnet80211_output.c725 if (ic->ic_opt_ie != NULL) { in ieee80211_send_mgmt()
726 bcopy(ic->ic_opt_ie, frm, ic->ic_opt_ie_len); in ieee80211_send_mgmt()
H A Dnet80211_ioctl.c2097 if (ic->ic_opt_ie != NULL) { in wl_set_optie()
2100 ieee80211_free(ic->ic_opt_ie); in wl_set_optie()
2102 ic->ic_opt_ie = ie; in wl_set_optie()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h509 void *ic_opt_ie; /* user-specified IE's */ member
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c1695 if (ic->ic_opt_ie != NULL) { in ipw2200_auth_and_assoc()
1697 wpa_level = (uint8_t *)ic->ic_opt_ie; in ipw2200_auth_and_assoc()
1724 ic->ic_opt_ie, ic->ic_opt_ie_len, 1); in ipw2200_auth_and_assoc()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c2989 if (ic->ic_opt_ie != NULL) {
2990 (void) memcpy(frm, ic->ic_opt_ie, ic->ic_opt_ie_len);
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c4028 if (ic->ic_opt_ie != NULL) { in iwp_scan()
4029 (void) memcpy(frm, ic->ic_opt_ie, ic->ic_opt_ie_len); in iwp_scan()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c4227 if (ic->ic_opt_ie != NULL) { in iwh_scan()
4228 bcopy(ic->ic_opt_ie, frm, ic->ic_opt_ie_len); in iwh_scan()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c3745 if (ic->ic_opt_ie != NULL) { in iwk_scan()
3746 (void) memcpy(frm, ic->ic_opt_ie, ic->ic_opt_ie_len); in iwk_scan()