Home
last modified time | relevance | path

Searched refs:WpaEventReport (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/wlan/wpa/client/include/
H A Dwpa_client.h244 void WpaEventReport(const char *ifName, uint32_t event, void *data);
/drivers/peripheral/wlan/wpa/client/src/
H A Dwpa_client.c124 void WpaEventReport(const char *ifName, uint32_t event, void *data) in WpaEventReport() function
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd.h94 void WpaEventReport(const char *ifName, uint32_t event, void *data);
/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp1049 * @tc.name: WpaEventReport
1092 WpaEventReport(WLAN_IFNAME, WPA_EVENT_STATE_CHANGED, (void *) &wpaStateChangedParma);
1093 WpaEventReport(WLAN_IFNAME, WPA_EVENT_STATE_CHANGED, nullptr);
1094 WpaEventReport(nullptr, WPA_EVENT_STATE_CHANGED, (void *) &wpaStateChangedParma);

Completed in 5 milliseconds