/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_chan_mgmt.c | 537 hi_s32 l_freq = 0; in hmac_chan_switch_to_new_chan_complete() local 538 hi_unref_param(l_freq); in hmac_chan_switch_to_new_chan_complete() 570 l_freq = oal_ieee80211_channel_to_frequency(mac_vap->channel.chan_number, mac_vap->channel.band); in hmac_chan_switch_to_new_chan_complete() 571 hi_unref_param(l_freq); in hmac_chan_switch_to_new_chan_complete() 575 hmac_channel_switch_report_event(hmac_vap, l_freq); in hmac_chan_switch_to_new_chan_complete() 720 hi_void hmac_channel_switch_report_event(const hmac_vap_stru *hmac_vap, hi_s32 l_freq) in hmac_channel_switch_report_event() argument 722 hmac_send_event_to_host(hmac_vap->base_vap, (const hi_u8 *)(&l_freq), sizeof(hi_s32), in hmac_channel_switch_report_event()
|
H A D | hmac_chan_mgmt.h | 80 hi_void hmac_channel_switch_report_event(const hmac_vap_stru *hmac_vap, hi_s32 l_freq);
|
H A D | hmac_ext_if.h | 185 hi_s32 l_freq; member
|
H A D | hmac_mgmt_bss_comm.h | 89 hi_void hmac_send_mgmt_to_host(const hmac_vap_stru *hmac_vap, oal_netbuf_stru *netbuf, hi_u16 us_len, hi_s32 l_freq);
|
H A D | hmac_mgmt_bss_comm.c | 2554 [4]l_freq 2557 hi_void hmac_send_mgmt_to_host(const hmac_vap_stru *hmac_vap, oal_netbuf_stru *netbuf, hi_u16 us_len, hi_s32 l_freq) in hmac_send_mgmt_to_host() argument 2571 mgmt_frame.l_freq = l_freq; in hmac_send_mgmt_to_host() 2681 hi_s32 l_freq; in hmac_rx_mgmt_send_to_host() local 2685 l_freq = oal_ieee80211_channel_to_frequency(rx_info->channel_number, in hmac_rx_mgmt_send_to_host() 2687 hmac_send_mgmt_to_host(hmac_vap, netbuf, rx_info->us_frame_len, l_freq); in hmac_rx_mgmt_send_to_host()
|
H A D | hmac_mgmt_ap.c | 1868 hi_s32 l_freq; in hmac_ap_up_rx_probe_req() local 1877 l_freq = oal_ieee80211_channel_to_frequency(hmac_vap->base_vap->channel.chan_number, band); in hmac_ap_up_rx_probe_req() 1880 hmac_send_mgmt_to_host(hmac_vap, netbuf, rx_ctrl->us_frame_len, l_freq); in hmac_ap_up_rx_probe_req()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_event.c | 557 hi_s32 l_freq; in wal_send_mgmt_to_host() local 583 l_freq = mgmt_frame->l_freq; in wal_send_mgmt_to_host() 588 ret = HdfWifiEventRxMgmt(netdev, l_freq, 0, puc_buf, us_len); in wal_send_mgmt_to_host() 590 ret = oal_cfg80211_rx_mgmt(netdev, l_freq, puc_buf, us_len, GFP_ATOMIC); in wal_send_mgmt_to_host() 596 "{wal_send_mgmt_to_host::cfg80211_rx_mgmt_ext fail[%d]!len[%d], freq[%d]}", ret, us_len, l_freq); in wal_send_mgmt_to_host() 601 l_freq, us_len, ieee80211_mgmt->frame_control); in wal_send_mgmt_to_host() 1447 hi_s32 l_freq; in wal_channel_switch_report() local 1463 l_freq = *(hi_s32 *)event->auc_event_data; in wal_channel_switch_report() 1466 hi_u32 ret = HdfWifiEventCsaChannelSwitch(netdev, l_freq); in wal_channel_switch_report() [all...] |
H A D | hi_wifi_driver_wpa_if.h | 397 hi_s32 l_freq; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_cfg80211.c | 239 hi_u32 oal_cfg80211_rx_mgmt(oal_net_device_stru *pst_dev, hi_s32 l_freq, const hi_u8 *puc_buf, hi_u32 ul_len, in oal_cfg80211_rx_mgmt() argument 246 cfg80211_rx_mgmt(pst_wdev, l_freq, 0, puc_buf, ul_len, en_gfp); in oal_cfg80211_rx_mgmt() 248 HdfWifiEventRxMgmt(pst_dev, l_freq, 0, puc_buf, (size_t)ul_len); in oal_cfg80211_rx_mgmt()
|
H A D | oal_cfg80211.h | 87 hi_u32 oal_cfg80211_rx_mgmt(oal_net_device_stru *pst_dev, hi_s32 l_freq, const hi_u8 *puc_buf, hi_u32 ul_len,
|
H A D | oal_net.h | 1505 hi_s32 l_freq; member 1518 hi_s32 l_freq; /* ap所在频段,与linux-2.6.34内核中定义不同 */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/ |
H A D | hi_wifi_driver_wpa_if.h | 387 hi_s32 l_freq; member 531 hi_s32 l_freq; member
|