Searched refs:in_wpa_ie (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c742 conf->wl_ess_conf_reserved[0] = (in->in_wpa_ie == NULL? 0 : 1);
1162 if (in->in_wpa_ie == NULL) {
1173 len = in->in_wpa_ie[1] + 2;
1174 bcopy(in->in_wpa_ie, sr->ess[ap_num].wpa_ie, len);
1976 if (in->in_wpa_ie == NULL) {
1987 len = in->in_wpa_ie[1] + 2;
1988 bcopy(in->in_wpa_ie, sr->ess[ap_num].wpa_ie, len);
H A Dnet80211_node.c800 if (in->in_wpa_ie != NULL)
801 ieee80211_free(in->in_wpa_ie);
1142 saveie(&in->in_wpa_ie, sp->wpa);
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h415 uint8_t *in_wpa_ie; /* captured WPA/RSN ie */ member in struct:ieee80211_node
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1240 if (in->in_wpa_ie != NULL)
1241 ieee80211_free(in->in_wpa_ie);
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c801 if (in->in_wpa_ie != NULL)
802 ieee80211_free(in->in_wpa_ie);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1708 if (in->in_wpa_ie != NULL)
1709 ieee80211_free(in->in_wpa_ie);
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c2084 if (in->in_wpa_ie != NULL)
2085 ieee80211_free(in->in_wpa_ie);
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1229 if (in->in_wpa_ie != NULL)
1230 ieee80211_free(in->in_wpa_ie);
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c1767 if (in->in_wpa_ie != NULL) {
1768 ieee80211_free(in->in_wpa_ie);
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c1830 if (in->in_wpa_ie != NULL) {
1831 ieee80211_free(in->in_wpa_ie);
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1540 if (in->in_wpa_ie != NULL)
1541 ieee80211_free(in->in_wpa_ie);
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c2415 if (in->in_wpa_ie != NULL)
2416 ieee80211_free(in->in_wpa_ie);

Completed in 158 milliseconds