Home
last modified time | relevance | path

Searched refs:notifyParam (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhostapd_common_cmd.c634 int32_t ProcessEventHostapdNotify(struct HdfHostapdRemoteNode *node, char *notifyParam, const char *ifName) in ProcessEventHostapdNotify() argument
642 if (notifyParam == NULL || ifName == NULL) { in ProcessEventHostapdNotify()
646 if (strlen(notifyParam) == 0) { in ProcessEventHostapdNotify()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd.c1562 int32_t ProcessEventStaNotify(struct HdfWpaRemoteNode *node, char *notifyParam, const char *ifName) in ProcessEventStaNotify() argument
1565 if (notifyParam == NULL || ifName == NULL) { in ProcessEventStaNotify()
1584 if (strcpy_s(notifyStr, BUF_SIZE, notifyParam) != EOK) { in ProcessEventStaNotify()

Completed in 6 milliseconds