Searched refs:tfs_ie (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_atheros.c | 2113 struct ieee80211req_getset_appiebuf *tfs_ie; in athr_wnm_tfs() local 2126 tfs_ie = (struct ieee80211req_getset_appiebuf *) buf; in athr_wnm_tfs() 2127 tfs_ie->app_frmtype = IEEE80211_APPIE_FRAME_WNM; in athr_wnm_tfs() 2128 tfs_ie->app_buflen = ETH_ALEN + 2 + 2 + *len; in athr_wnm_tfs() 2131 os_memcpy(&(tfs_ie->app_buf[0]), peer, ETH_ALEN); in athr_wnm_tfs() 2133 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN, &val, 2); in athr_wnm_tfs() 2135 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN + 2, &val, 2); in athr_wnm_tfs() 2138 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN + 2 + 2, ie, *len); in athr_wnm_tfs() 2140 if (set80211priv(drv, IEEE80211_IOCTL_SET_APPIEBUF, tfs_ie, in athr_wnm_tfs() 2148 tfs_ie in athr_wnm_tfs() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_atheros.c | 2100 struct ieee80211req_getset_appiebuf *tfs_ie; in athr_wnm_tfs() local 2113 tfs_ie = (struct ieee80211req_getset_appiebuf *) buf; in athr_wnm_tfs() 2114 tfs_ie->app_frmtype = IEEE80211_APPIE_FRAME_WNM; in athr_wnm_tfs() 2115 tfs_ie->app_buflen = ETH_ALEN + 2 + 2 + *len; in athr_wnm_tfs() 2118 os_memcpy(&(tfs_ie->app_buf[0]), peer, ETH_ALEN); in athr_wnm_tfs() 2120 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN, &val, 2); in athr_wnm_tfs() 2122 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN + 2, &val, 2); in athr_wnm_tfs() 2125 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN + 2 + 2, ie, *len); in athr_wnm_tfs() 2127 if (set80211priv(drv, IEEE80211_IOCTL_SET_APPIEBUF, tfs_ie, in athr_wnm_tfs() 2135 tfs_ie in athr_wnm_tfs() [all...] |
Completed in 6 milliseconds