Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2732 struct ieee80211_mgmt *tmpmgmt; in rtw_add_beacon() local
2747 tmpmgmt = (struct ieee80211_mgmt *)pbuf; in rtw_add_beacon()
2762 tmpmgmt->u.beacon.variable, ielen)) in rtw_add_beacon()
2766 rtw_ies_remove_ie23a(tmpmgmt->u.beacon.variable, &ielen, 0, in rtw_add_beacon()
2768 rtw_ies_remove_ie23a(tmpmgmt->u.beacon.variable, &ielen, 0, in rtw_add_beacon()
2772 if (rtw_check_beacon_data23a(adapter, tmpmgmt, len) == _SUCCESS) { in rtw_add_beacon()