Searched refs:HdfHostapdRemoteNode (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/ |
H A D | hostapd_common_cmd.c | 560 static int32_t ProcessEventStaJoin(struct HdfHostapdRemoteNode *node, in ProcessEventStaJoin() 597 static int32_t ProcessEventApState(struct HdfHostapdRemoteNode *node, in ProcessEventApState() 634 int32_t ProcessEventHostapdNotify(struct HdfHostapdRemoteNode *node, char *notifyParam, const char *ifName) in ProcessEventHostapdNotify() 654 struct HdfHostapdRemoteNode *pos = NULL; in HdfHostapdCallbackFun() 666 DLIST_FOR_EACH_ENTRY(pos, head, struct HdfHostapdRemoteNode, node) { in HdfHostapdCallbackFun() argument 741 struct HdfHostapdRemoteNode *pos = NULL; in HdfHostapdAddRemoteObj() 749 DLIST_FOR_EACH_ENTRY(pos, head, struct HdfHostapdRemoteNode, node) { in HdfHostapdAddRemoteObj() argument 756 struct HdfHostapdRemoteNode *newRemoteNode = in HdfHostapdAddRemoteObj() 757 (struct HdfHostapdRemoteNode *)OsalMemCalloc(sizeof(struct HdfHostapdRemoteNode)); in HdfHostapdAddRemoteObj() 775 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, struct HdfHostapdRemoteNode, node) HdfHostapdDelRemoteObj() argument [all...] |
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/ |
H A D | hostapd_interface_drivers.c | 114 struct HdfHostapdRemoteNode *pos = NULL; in HdfHostapdInterfaceDriverRelease() 115 struct HdfHostapdRemoteNode *tmp = NULL; in HdfHostapdInterfaceDriverRelease() 125 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, &stubData->remoteListHead, struct HdfHostapdRemoteNode, node) { in HdfHostapdInterfaceDriverRelease()
|
H A D | hostapd_impl.h | 30 struct HdfHostapdRemoteNode { struct
|
Completed in 3 milliseconds