Searched refs:pvMsg (Results 1 – 1 of 1) sorted by relevance
41 typedef void (*tpfAppSocketCb) (SOCKET sock, uint8 u8Msg, void *pvMsg);618 static void handle_wifi_con_state_changed(void *pvMsg) in handle_wifi_con_state_changed() argument621 (tstrM2mWifiStateChanged *)pvMsg; in handle_wifi_con_state_changed()654 static void handle_wifi_dhcp_conf(void *pvMsg) in handle_wifi_dhcp_conf() argument656 uint8_t *pu8IPAddress = (uint8_t *)pvMsg; in handle_wifi_dhcp_conf()683 static void handle_scan_result(void *pvMsg) in handle_scan_result() argument685 tstrM2mWifiscanResult *pstrScanResult = (tstrM2mWifiscanResult *)pvMsg; in handle_scan_result()722 static void handle_scan_done(void *pvMsg) in handle_scan_done() argument724 tstrM2mScanDone *pstrInfo = (tstrM2mScanDone *)pvMsg; in handle_scan_done()755 static void winc1500_wifi_cb(uint8_t message_type, void *pvMsg) in winc1500_wifi_cb() argument[all …]