Lines Matching refs:asInterface

48 Interface* asInterface(wifi_interface_handle h) {  in asInterface()  function
124 return asInterface(handle)->getSupportedFeatureSet(set); in wifi_get_supported_feature_set()
144 return asInterface(handle)->getName(name, size); in wifi_get_iface_name()
154 return asInterface(handle)->getLinkStats(id, handler); in wifi_get_link_stats()
163 return asInterface(handle)->setLinkStats(params); in wifi_set_link_stats()
173 return asInterface(handle)->setAlertHandler(id, handler); in wifi_set_alert_handler()
182 return asInterface(handle)->resetAlertHandler(id); in wifi_reset_alert_handler()
192 return asInterface(handle)->getFirmwareVersion(buffer, buffer_size); in wifi_get_firmware_version()
202 return asInterface(handle)->getDriverVersion(buffer, buffer_size); in wifi_get_driver_version()
211 return asInterface(handle)->setScanningMacOui(scan_oui); in wifi_set_scanning_mac_oui()
223 return asInterface(handle)->clearLinkStats(stats_clear_req_mask, in wifi_clear_link_stats()
239 return asInterface(handle)->getValidChannels(band, in wifi_get_valid_channels()
255 return asInterface(handle)->startLogging(verbose_level, in wifi_start_logging()
268 return asInterface(handle)->setCountryCode(country_code); in wifi_set_country_code()
278 return asInterface(handle)->setLogHandler(id, handler); in wifi_set_log_handler()
288 return asInterface(handle)->getRingBuffersStatus(num_rings, status); in wifi_get_ring_buffers_status()
297 return asInterface(handle)->getLoggerSupportedFeatureSet(support); in wifi_get_logger_supported_feature_set()
305 return asInterface(handle)->getRingData(ring_name); in wifi_get_ring_data()
313 return asInterface(handle)->configureNdOffload(enable); in wifi_configure_nd_offload()
321 return asInterface(handle)->startPacketFateMonitoring(); in wifi_start_pkt_fate_monitoring()
332 return asInterface(handle)->getTxPacketFates(tx_report_bufs, in wifi_get_tx_pkt_fates()
345 return asInterface(handle)->getRxPacketFates(rx_report_bufs, in wifi_get_rx_pkt_fates()
357 return asInterface(handle)->getPacketFilterCapabilities(version, max_len); in wifi_get_packet_filter_capabilities()
366 return asInterface(handle)->setPacketFilter(program, len); in wifi_set_packet_filter()
376 return asInterface(handle)->readPacketFilter(src_offset, host_dst, length); in wifi_read_packet_filter()
386 return asInterface(handle)->getWakeReasonStats(wifi_wake_reason_cnt); in wifi_get_wake_reason_stats()
400 return asInterface(handle)->startSendingOffloadedPacket(id, in wifi_start_sending_offloaded_packet()
415 return asInterface(handle)->stopSendingOffloadedPacket(id); in wifi_stop_sending_offloaded_packet()