Searched refs:tfs_ie (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_atheros.c | 2101 struct ieee80211req_getset_appiebuf *tfs_ie; in athr_wnm_tfs() local 2114 tfs_ie = (struct ieee80211req_getset_appiebuf *) buf; in athr_wnm_tfs() 2115 tfs_ie->app_frmtype = IEEE80211_APPIE_FRAME_WNM; in athr_wnm_tfs() 2116 tfs_ie->app_buflen = ETH_ALEN + 2 + 2 + *len; in athr_wnm_tfs() 2119 os_memcpy(&(tfs_ie->app_buf[0]), peer, ETH_ALEN); in athr_wnm_tfs() 2121 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN, &val, 2); in athr_wnm_tfs() 2123 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN + 2, &val, 2); in athr_wnm_tfs() 2126 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN + 2 + 2, ie, *len); in athr_wnm_tfs() 2128 if (set80211priv(drv, IEEE80211_IOCTL_SET_APPIEBUF, tfs_ie, in athr_wnm_tfs() 2136 tfs_ie = (struct ieee80211req_getset_appiebuf *) buf; in athr_wnm_tfs() [all …]
|