Home
last modified time | relevance | path

Searched refs:ic_des_essid (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/io/iwi/
H A Dipw2200.c920 ic->ic_des_essid[0], ic->ic_des_essid[1], in ipw2200_config()
921 ic->ic_des_essid[2], ic->ic_des_essid[3], in ipw2200_config()
922 ic->ic_des_essid[4], ic->ic_des_essid[5], in ipw2200_config()
923 ic->ic_des_essid[6], ic->ic_des_essid[7])); in ipw2200_config()
924 err = ipw2200_cmd(sc, IPW2200_CMD_SET_ESSID, ic->ic_des_essid, in ipw2200_config()
/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c905 bzero(ic->ic_des_essid, IEEE80211_NWID_LEN); in wifi_loaddefdata()
1463 bcopy(essid, ic->ic_des_essid, ic->ic_des_esslen); in wl_set_essid()
1465 ic->ic_des_essid[ic->ic_des_esslen] = 0; in wl_set_essid()
1478 essid = (char *)ic->ic_des_essid; in wl_get_essid()
2185 ic->ic_des_essid); in wl_set_mlme()
H A Dnet80211_node.c352 (void) memcpy(in->in_essid, ic->ic_des_essid, in->in_esslen); in ieee80211_create_ibss()
454 memcmp(in->in_essid, ic->ic_des_essid, ic->ic_des_esslen) != 0)) { in ieee80211_match_bss()
H A Dnet80211_proto.c848 ic->ic_des_essid, ic->ic_des_esslen, in ieee80211_newstate()
/titanic_41/usr/src/uts/common/sys/
H A Dnet80211.h501 uint8_t ic_des_essid[IEEE80211_NWID_LEN]; member
/titanic_41/usr/src/uts/common/io/atu/
H A Datu.c360 bcopy(ic->ic_des_essid, cmd.SSID, ic->ic_des_esslen); in atu_config()
398 bcopy(ic->ic_des_essid, scan.SSID, ic->ic_des_esslen); in atu_start_scan()
/titanic_41/usr/src/uts/common/io/ipw/
H A Dipw2100.c895 ic->ic_des_esslen, ic->ic_des_essid[0])); in ipw2100_config()
897 ic->ic_des_essid, ic->ic_des_esslen); in ipw2100_config()
/titanic_41/usr/src/uts/common/io/wpi/
H A Dwpi.c2927 bcopy(ic->ic_des_essid, essid, ic->ic_des_esslen);
2931 bcopy(ic->ic_des_essid, hdr->essid, ic->ic_des_esslen);
/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp.c3952 bcopy(ic->ic_des_essid, essid, ic->ic_des_esslen); in iwp_scan()
3957 bcopy(ic->ic_des_essid, hdr->direct_scan[0].ssid, in iwp_scan()
/titanic_41/usr/src/uts/common/io/iwh/
H A Diwh.c4154 bcopy(ic->ic_des_essid, essid, ic->ic_des_esslen); in iwh_scan()
4159 bcopy(ic->ic_des_essid, hdr->direct_scan[0].ssid, in iwh_scan()
/titanic_41/usr/src/uts/common/io/iwk/
H A Diwk2.c3686 bcopy(ic->ic_des_essid, essid, ic->ic_des_esslen); in iwk_scan()
3690 bcopy(ic->ic_des_essid, hdr->direct_scan[0].ssid, in iwk_scan()