Home
last modified time | relevance | path

Searched refs:wpa_ie (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Ddriver_wifi.c102 uint8_t *wpa_ie, uint32_t wpa_ie_len) in wpa_driver_wifi_set_wpa_ie() argument
107 status = dladm_wlan_wpa_set_ie(handle, linkid, wpa_ie, wpa_ie_len); in wpa_driver_wifi_set_wpa_ie()
284 const char *bssid, uint8_t *wpa_ie, uint32_t wpa_ie_len) in wpa_driver_wifi_associate() argument
297 if (wpa_driver_wifi_set_wpa_ie(handle, linkid, wpa_ie, wpa_ie_len) < 0) in wpa_driver_wifi_associate()
H A Dwpa.c332 wpa_parse_wpa_ie_wpa(struct wpa_supplicant *wpa_s, uint8_t *wpa_ie, in wpa_parse_wpa_ie_wpa() argument
357 hdr = (struct wpa_ie_hdr *)wpa_ie; in wpa_parse_wpa_ie_wpa()
553 wpa_parse_wpa_ie(struct wpa_supplicant *wpa_s, uint8_t *wpa_ie, in wpa_parse_wpa_ie() argument
556 if (wpa_ie_len >= 1 && wpa_ie[0] == RSN_INFO_ELEM) in wpa_parse_wpa_ie()
557 return (wpa_parse_wpa_ie_rsn(wpa_s, wpa_ie, wpa_ie_len, data)); in wpa_parse_wpa_ie()
559 return (wpa_parse_wpa_ie_wpa(wpa_s, wpa_ie, wpa_ie_len, data)); in wpa_parse_wpa_ie()
563 wpa_gen_wpa_ie_wpa(struct wpa_supplicant *wpa_s, uint8_t *wpa_ie) in wpa_gen_wpa_ie_wpa() argument
568 hdr = (struct wpa_ie_hdr *)wpa_ie; in wpa_gen_wpa_ie_wpa()
622 hdr->len = (pos - wpa_ie) - 2; in wpa_gen_wpa_ie_wpa()
624 return (pos - wpa_ie); in wpa_gen_wpa_ie_wpa()
[all …]
H A Dwpa_supplicant.c237 uint8_t *wpa_ie, int *wpa_ie_len) in wpa_supplicant_set_suites() argument
307 *wpa_ie_len = wpa_gen_wpa_ie(wpa_s, wpa_ie); in wpa_supplicant_set_suites()
312 wpa_hexdump(MSG_DEBUG, "WPA: Own WPA IE", wpa_ie, *wpa_ie_len); in wpa_supplicant_set_suites()
328 uint8_t wpa_ie[IEEE80211_MAX_OPT_IE]; in wpa_supplicant_associate() local
346 wpa_ie, &wpa_ie_len)) { in wpa_supplicant_associate()
358 (const char *)bss->we_bssid.wb_bytes, wpa_ie, wpa_ie_len); in wpa_supplicant_associate()
/titanic_44/usr/src/uts/common/net/
H A Dwpa.h60 char wpa_ie[1]; /* it's the head of wpa_ie */ member
106 uint8_t wpa_ie[IEEE80211_MAX_WPA_IE]; member
/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1451 (void) memcpy(sr[i].we_wpa_ie, es->ess[i].wpa_ie, in dladm_wlan_wpa_get_sr()
1464 uint8_t *wpa_ie, uint_t wpa_ie_len) in dladm_wlan_wpa_set_ie() argument
1479 (void) memcpy(ie->wpa_ie, wpa_ie, wpa_ie_len); in dladm_wlan_wpa_set_ie()
/titanic_44/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c1174 bcopy(in->in_wpa_ie, sr->ess[ap_num].wpa_ie, len); in wifi_cfg_scanresults()
1988 bcopy(in->in_wpa_ie, sr->ess[ap_num].wpa_ie, len); in wl_get_scanresults()
2096 (void) memcpy(ie, ie_in->wpa_ie, ie_in->wpa_ie_len); in wl_set_optie()