Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/core/
Drtw_mlme.c1308 struct stadel_event *pstadel = (struct stadel_event *)pbuf; in rtw_stadel_event_callback23a() local
1312 psta = rtw_get_stainfo23a(&adapter->stapriv, pstadel->macaddr); in rtw_stadel_event_callback23a()
1316 mac_id = pstadel->mac_id; in rtw_stadel_event_callback23a()
1318 DBG_8723A("%s(mac_id=%d)=%pM\n", __func__, mac_id, pstadel->macaddr); in rtw_stadel_event_callback23a()
1334 if (*((u16 *)pstadel->rsvd) != WLAN_REASON_EXPIRATION_CHK) in rtw_stadel_event_callback23a()
/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1276 struct stadel_event *pstadel = (struct stadel_event *)pbuf; in rtw_stadel_event_callback() local
1280 psta = rtw_get_stainfo(&adapter->stapriv, pstadel->macaddr); in rtw_stadel_event_callback()
1284 mac_id = pstadel->mac_id; in rtw_stadel_event_callback()
1286 DBG_88E("%s(mac_id=%d)=%pM\n", __func__, mac_id, pstadel->macaddr); in rtw_stadel_event_callback()
1308 if (*((unsigned short *)(pstadel->rsvd)) != WLAN_REASON_EXPIRATION_CHK) in rtw_stadel_event_callback()
/drivers/staging/rtl8712/
Drtl871x_mlme.c971 struct stadel_event *pstadel = (struct stadel_event *)pbuf; in r8712_stadel_event_callback() local
982 psta = r8712_get_stainfo(&adapter->stapriv, pstadel->macaddr); in r8712_stadel_event_callback()