Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c1984 struct ieee80211req_getset_appiebuf *tfs_ie; in athr_wnm_tfs() local
1997 tfs_ie = (struct ieee80211req_getset_appiebuf *) buf; in athr_wnm_tfs()
1998 tfs_ie->app_frmtype = IEEE80211_APPIE_FRAME_WNM; in athr_wnm_tfs()
1999 tfs_ie->app_buflen = ETH_ALEN + 2 + 2 + *len; in athr_wnm_tfs()
2002 os_memcpy(&(tfs_ie->app_buf[0]), peer, ETH_ALEN); in athr_wnm_tfs()
2004 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN, &val, 2); in athr_wnm_tfs()
2006 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN + 2, &val, 2); in athr_wnm_tfs()
2009 os_memcpy(&(tfs_ie->app_buf[0]) + ETH_ALEN + 2 + 2, ie, *len); in athr_wnm_tfs()
2011 if (set80211priv(drv, IEEE80211_IOCTL_SET_APPIEBUF, tfs_ie, in athr_wnm_tfs()
2019 tfs_ie = (struct ieee80211req_getset_appiebuf *) buf; in athr_wnm_tfs()
[all …]