Lines Matching refs:ifHandle

584 static wifi_interface_handle ifHandle = NULL;  variable
1998 ifHandle = wifi_get_iface_handle_by_iface_name(val_p); in setupTwtRequest()
2030 if (ifHandle == NULL) { in setupTwtRequest()
2041 ret = twt_setup_request(ifHandle, &msg); in setupTwtRequest()
2072 ifHandle = wifi_get_iface_handle_by_iface_name(val_p); in TeardownTwt()
2086 if (ifHandle == NULL) { in TeardownTwt()
2097 ret = twt_teardown_request(ifHandle, &msg); in TeardownTwt()
2128 ifHandle = wifi_get_iface_handle_by_iface_name(val_p); in InfoFrameTwt()
2142 if (ifHandle == NULL) { in InfoFrameTwt()
2153 ret = twt_info_frame_request(ifHandle, &msg); in InfoFrameTwt()
2182 ifHandle = wifi_get_iface_handle_by_iface_name(val_p); in GetTwtStats()
2192 if (ifHandle == NULL) { in GetTwtStats()
2199 ret = twt_get_stats(ifHandle, config_id, &twt_stats); in GetTwtStats()
2246 ifHandle = wifi_get_iface_handle_by_iface_name(val_p); in ClearTwtStats()
2256 if (ifHandle == NULL) { in ClearTwtStats()
2266 ret = twt_clear_stats(ifHandle, config_id); in ClearTwtStats()
2290 ifHandle = wifi_get_iface_handle_by_iface_name(val_p); in getTWTCapability()
2298 if (ifHandle == NULL) { in getTWTCapability()
2305 ret = twt_get_capability(ifHandle, &twt_capability); in getTWTCapability()
3195 if (ifHandle == NULL) { in LoggerGetFW()
3200 ret = hal_fn.wifi_get_firmware_version(ifHandle, buffer, buffer_size); in LoggerGetFW()
3219 if (ifHandle == NULL) { in LoggerGetDriver()
3224 ret = hal_fn.wifi_get_driver_version(ifHandle, buffer, buffer_size); in LoggerGetDriver()
3401 if (ifHandle == NULL) { in LoggerGetTxPktFate()
3407 result = hal_fn.wifi_get_tx_pkt_fates(ifHandle, tx_report, in LoggerGetTxPktFate()
3493 if (ifHandle == NULL) { in LoggerGetRxPktFate()
3499 result = hal_fn.wifi_get_rx_pkt_fates(ifHandle, rx_report, in LoggerGetRxPktFate()
3757 ifHandle = wifi_get_iface_handle_by_iface_name(argv[j + 1]); in readTestOptions()
4029 ifHandle = wifi_get_iface_handle_by_iface_name(argv[j+1]); in readLoggerOptions()
4041 ifHandle = wifi_get_iface_handle_by_iface_name(argv[j+1]); in readLoggerOptions()
4086 ifHandle = wifi_get_iface_handle_by_iface_name(argv[j+1]); in readLoggerOptions()
4110 ifHandle = wifi_get_iface_handle_by_iface_name(argv[j+1]); in readLoggerOptions()
4875 if (ifHandle == NULL) { in getChannelList()
4880 int result = hal_fn.wifi_get_valid_channels(ifHandle, band, MAX_CH_BUF_SIZE, in getChannelList()
5084 ifHandle = wifi_get_iface_handle_by_iface_name(val_p); in getRoamingCapabilities()
5092 if (ifHandle == NULL) { in getRoamingCapabilities()
5098 ret = hal_fn.wifi_get_roaming_capabilities(ifHandle, &roam_capability); in getRoamingCapabilities()
5154 static wifi_error setApfProgram(char *str, wifi_interface_handle ifHandle) in setApfProgram() argument
5184 ret = hal_fn.wifi_set_packet_filter(ifHandle, program, program_len); in setApfProgram()
5200 static wifi_error getApfCapabilities(wifi_interface_handle ifHandle) in getApfCapabilities() argument
5204 wifi_error ret = hal_fn.wifi_get_packet_filter_capabilities(ifHandle, in getApfCapabilities()
5215 static wifi_error getApfFilterData(wifi_interface_handle ifHandle) in getApfFilterData() argument
5221 ret = hal_fn.wifi_get_packet_filter_capabilities(ifHandle, in getApfFilterData()
5234 ret = hal_fn.wifi_read_packet_filter(ifHandle, 0, buf, max_len); in getApfFilterData()
5265 wifi_interface_handle ifHandle = NULL; in testApfOptions() local
5287 ifHandle = wifi_get_iface_handle(halHandle, iface_name); in testApfOptions()
5288 if (ifHandle == NULL) { in testApfOptions()
5300 ifHandle, iface_name); in testApfOptions()
5301 if (ifHandle) { in testApfOptions()
5302 ret = setApfProgram(val_p, ifHandle); in testApfOptions()
5313 ifHandle, iface_name); in testApfOptions()
5314 if (ifHandle) { in testApfOptions()
5315 ret = getApfCapabilities(ifHandle); in testApfOptions()
5319 ifHandle, iface_name); in testApfOptions()
5320 if (ifHandle) { in testApfOptions()
5321 ret = getApfFilterData(ifHandle); in testApfOptions()
6109 wifi_interface_handle ifHandle = NULL; in wifi_get_iface_handle_by_iface_name() local
6117 return ifHandle; in wifi_get_iface_handle_by_iface_name()
6119 ifHandle = wifi_get_iface_handle(halHandle, iface_name); in wifi_get_iface_handle_by_iface_name()
6120 if (ifHandle == NULL) { in wifi_get_iface_handle_by_iface_name()
6123 return ifHandle; in wifi_get_iface_handle_by_iface_name()
9685 wifi_interface_handle ifHandle = NULL; in MultiStaSetPrimaryConnection() local
9704 ifHandle = wifi_get_iface_handle(halHandle, iface_name); in MultiStaSetPrimaryConnection()
9705 if (ifHandle == NULL) { in MultiStaSetPrimaryConnection()
9710 ret = hal_fn.wifi_multi_sta_set_primary_connection(halHandle, ifHandle); in MultiStaSetPrimaryConnection()
9758 wifi_interface_handle ifHandle = NULL; in SetLatencyMode() local
9782 ifHandle = wifi_get_iface_handle(halHandle, iface_name); in SetLatencyMode()
9783 if (ifHandle == NULL) { in SetLatencyMode()
9790 ret = hal_fn.wifi_set_latency_mode(ifHandle, latency_mode); in SetLatencyMode()
9807 wifi_interface_handle ifHandle = NULL; in SetVoipMode() local
9831 ifHandle = wifi_get_iface_handle(halHandle, iface_name); in SetVoipMode()
9832 if (ifHandle == NULL) { in SetVoipMode()
9839 ret = hal_fn.wifi_set_voip_mode(ifHandle, mode); in SetVoipMode()