Home
last modified time | relevance | path

Searched refs:oal_wiphy_stru (Results 1 – 12 of 12) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_cfg80211.h236 hi_u32 wal_cfg80211_set_default_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_i…
239 hi_u32 wal_cfg80211_mgmt_tx(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, struct cfg80211_mgmt_tx_…
242 hi_u32 wal_cfg80211_mgmt_tx(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, oal_ieee80211_channel *p…
248 hi_u32 wal_cfg80211_add_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, bo…
250 hi_u32 wal_cfg80211_remove_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index,…
252 hi_u32 wal_cfg80211_change_virtual_intf(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, nl80211…
254 hi_u32 wal_cfg80211_scan(oal_wiphy_stru *wiphy, oal_cfg80211_scan_request_stru *request);
255 hi_u32 wal_cfg80211_del_station(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev,
260 hi_s32 wal_cfg80211_stop_ap(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev);
261 hi_s32 wal_cfg80211_del_virtual_intf(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev);
[all …]
Dwal_cfg80211.c448 hi_u32 wal_drv_remain_on_channel(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, oal_ieee80211_chann… in wal_drv_remain_on_channel()
451 hi_s32 wal_drv_remain_on_channel(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, oal_ieee80211_chann… in wal_drv_remain_on_channel()
544 hi_s32 wal_cfg80211_remain_on_channel(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, oal_ieee80211_… in wal_cfg80211_remain_on_channel()
547 hi_s32 wal_cfg80211_remain_on_channel(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, oal_ieee80211_… in wal_cfg80211_remain_on_channel()
563 hi_s32 wal_cfg80211_cancel_remain_on_channel(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, hi_u64 … in wal_cfg80211_cancel_remain_on_channel()
565 hi_s32 wal_cfg80211_cancel_remain_on_channel(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, hi_u64 … in wal_cfg80211_cancel_remain_on_channel()
801 static hi_s32 wal_cfg80211_get_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_in… in wal_cfg80211_get_key()
886 hi_s32 wal_cfg80211_set_default_mgmt_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 … in wal_cfg80211_set_default_mgmt_key()
903 static hi_s32 wal_cfg80211_set_wiphy_params(oal_wiphy_stru *wiphy, hi_u32 changed) in wal_cfg80211_set_wiphy_params()
923 static hi_s32 wal_cfg80211_change_bss(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, in wal_cfg80211_change_bss()
[all …]
Dwal_scan.h62 hi_void wal_inform_all_bss(const oal_net_device_stru *netdev, oal_wiphy_stru *wiphy, hmac_bss_mgmt_…
Dwal_scan.c93 oal_wiphy_stru *wiphy = HI_NULL; in wal_inform_bss_frame()
109 wiphy = (oal_wiphy_stru *)data; in wal_inform_bss_frame()
173 hi_void wal_inform_all_bss(const oal_net_device_stru *netdev, oal_wiphy_stru *wiphy, hmac_bss_mgmt_… in wal_inform_all_bss()
404 oal_wiphy_stru *wiphy = HI_NULL; in wal_wait_for_scan_timeout_fn()
Dwal_mac80211.c117 static oal_ieee80211_channel *GetChannelByFreq(const oal_wiphy_stru *wiphy, uint16_t center_freq) in GetChannelByFreq()
136 static int32_t WifiScanSetChannel(const oal_wiphy_stru *wiphy, const struct WlanScanRequest *params, in WifiScanSetChannel()
222 oal_wiphy_stru *wiphy = oal_wiphy_get(); in WalStartScan()
242 static oal_ieee80211_channel_stru *WalGetChannel(oal_wiphy_stru *wiphy, int32_t freq) in WalGetChannel()
275 oal_wiphy_stru *wiphy = oal_wiphy_get(); in WalConnect()
838 oal_wiphy_stru *wiphy = oal_wiphy_get(); in WalRemainOnChannel()
Dwal_cfg80211_apt.h73 hi_void cfg80211_inform_bss_frame(const oal_net_device_stru *netdev, oal_wiphy_stru *wiphy,
Dwal_cfg80211_apt.c290 hi_void cfg80211_inform_bss_frame(const oal_net_device_stru *netdev, oal_wiphy_stru *wiphy, in cfg80211_inform_bss_frame()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h1082 } oal_wiphy_stru; typedef
1084 typedef struct wiphy oal_wiphy_stru; typedef
1148 oal_wiphy_stru* wiphy;
1376 oal_wiphy_stru* wiphy;
1596 hi_s32 (*add_key)(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev,
1598 hi_s32 (*get_key)(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev,
1601 …hi_s32 (*del_key)(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, hi_bool en_…
1603 …hi_s32 (*set_default_key)(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, hi_…
1605 …hi_s32 (*set_default_mgmt_key)(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index…
1606 hi_s32 (*scan)(oal_wiphy_stru *pst_wiphy, oal_cfg80211_scan_request_stru *pst_request);
[all …]
Doal_cfg80211.h82 hi_void oal_cfg80211_sched_scan_result(oal_wiphy_stru *pst_wiphy);
89 oal_cfg80211_bss_stru *oal_cfg80211_inform_bss_frame(oal_wiphy_stru *pst_wiphy,
95 hi_void oal_cfg80211_put_bss(oal_wiphy_stru *pst_wiphy, oal_cfg80211_bss_stru *pst_cfg80211_bss);
Doal_cfg80211.c45 hi_void oal_cfg80211_sched_scan_result(oal_wiphy_stru *pst_wiphy) in oal_cfg80211_sched_scan_result()
258 oal_cfg80211_bss_stru *oal_cfg80211_inform_bss_frame(oal_wiphy_stru *pst_wiphy, in oal_cfg80211_inform_bss_frame()
276 hi_void oal_cfg80211_put_bss(oal_wiphy_stru *pst_wiphy, oal_cfg80211_bss_stru *pst_cfg80211_bss) in oal_cfg80211_put_bss()
Doal_net.c52 oal_wiphy_stru *g_wiphy = HI_NULL;
79 hi_void oal_wiphy_register(oal_wiphy_stru *wiphy) in oal_wiphy_register()
86 oal_wiphy_stru *oal_wiphy_get(hi_void) in oal_wiphy_get()
327 oal_ieee80211_channel_stru *oal_ieee80211_get_channel(const oal_wiphy_stru *wiphy, hi_s32 freq) in oal_ieee80211_get_channel()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_device.h524 oal_wiphy_stru *wiphy;