Searched refs:tfs_ie (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
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 = (struct ieee80211req_getset_appiebuf *) buf; in athr_wnm_tfs() [all …]
|