Searched refs:app_ie (Results 1 - 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A D | driver_atheros.c | 640 struct ieee80211req_getset_appiebuf *app_ie; local 649 app_ie = (struct ieee80211req_getset_appiebuf *) buf; 650 os_memcpy(&(app_ie->app_buf[0]), ie, ie_len); 651 app_ie->app_buflen = ie_len; 653 app_ie->app_frmtype = IEEE80211_APPIE_FRAME_BEACON; 657 os_memcpy(&(app_ie->app_buf[ie_len]), 660 app_ie->app_buflen = ie_len + wpabuf_len(drv->wps_beacon_ie); 663 app_ie->app_buf, app_ie->app_buflen); 664 set80211priv(drv, IEEE80211_IOCTL_SET_APPIEBUF, app_ie, [all...] |
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver_atheros.c | 640 struct ieee80211req_getset_appiebuf *app_ie; local 649 app_ie = (struct ieee80211req_getset_appiebuf *) buf; 650 os_memcpy(&(app_ie->app_buf[0]), ie, ie_len); 651 app_ie->app_buflen = ie_len; 653 app_ie->app_frmtype = IEEE80211_APPIE_FRAME_BEACON; 657 os_memcpy(&(app_ie->app_buf[ie_len]), 660 app_ie->app_buflen = ie_len + wpabuf_len(drv->wps_beacon_ie); 663 app_ie->app_buf, app_ie->app_buflen); 664 set80211priv(drv, IEEE80211_IOCTL_SET_APPIEBUF, app_ie, [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver_atheros.c | 640 struct ieee80211req_getset_appiebuf *app_ie; local 649 app_ie = (struct ieee80211req_getset_appiebuf *) buf; 650 os_memcpy(&(app_ie->app_buf[0]), ie, ie_len); 651 app_ie->app_buflen = ie_len; 653 app_ie->app_frmtype = IEEE80211_APPIE_FRAME_BEACON; 657 os_memcpy(&(app_ie->app_buf[ie_len]), 660 app_ie->app_buflen = ie_len + wpabuf_len(drv->wps_beacon_ie); 663 app_ie->app_buf, app_ie->app_buflen); 664 set80211priv(drv, IEEE80211_IOCTL_SET_APPIEBUF, app_ie, [all...] |
Completed in 136 milliseconds