Searched refs:hostif_sme_enqueue (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/staging/ks7010/ |
H A D | ks_wlan_net.c | 76 hostif_sme_enqueue(priv, SME_PHY_INFO_REQUEST); in ks_wlan_update_phy_information() 101 hostif_sme_enqueue(priv, SME_STOP_REQUEST); in ks_wlan_setup_parameter() 104 hostif_sme_enqueue(priv, SME_RTS_THRESHOLD_REQUEST); in ks_wlan_setup_parameter() 106 hostif_sme_enqueue(priv, SME_FRAGMENTATION_THRESHOLD_REQUEST); in ks_wlan_setup_parameter() 109 hostif_sme_enqueue(priv, SME_WEP_INDEX_REQUEST); in ks_wlan_setup_parameter() 111 hostif_sme_enqueue(priv, SME_WEP_KEY1_REQUEST); in ks_wlan_setup_parameter() 113 hostif_sme_enqueue(priv, SME_WEP_KEY2_REQUEST); in ks_wlan_setup_parameter() 115 hostif_sme_enqueue(priv, SME_WEP_KEY3_REQUEST); in ks_wlan_setup_parameter() 117 hostif_sme_enqueue(priv, SME_WEP_KEY4_REQUEST); in ks_wlan_setup_parameter() 119 hostif_sme_enqueue(priv, SME_WEP_FLAG_REQUEST); in ks_wlan_setup_parameter() [all …]
|
H A D | ks_hostif.c | 91 hostif_sme_enqueue(priv, SME_POW_MNGMT_REQUEST); in ks_wlan_do_power_save() 536 hostif_sme_enqueue(priv, SME_GET_MAC_ADDRESS); in hostif_mib_get_confirm() 548 hostif_sme_enqueue(priv, SME_GET_PRODUCT_VERSION); in hostif_mib_get_confirm() 594 hostif_sme_enqueue(priv, SME_RTS_THRESHOLD_CONFIRM); in hostif_mib_set_confirm() 597 hostif_sme_enqueue(priv, SME_FRAGMENTATION_THRESHOLD_CONFIRM); in hostif_mib_set_confirm() 601 hostif_sme_enqueue(priv, SME_WEP_INDEX_CONFIRM); in hostif_mib_set_confirm() 605 hostif_sme_enqueue(priv, SME_SET_PMK_TSC); in hostif_mib_set_confirm() 607 hostif_sme_enqueue(priv, SME_WEP_KEY1_CONFIRM); in hostif_mib_set_confirm() 611 hostif_sme_enqueue(priv, SME_SET_GMK1_TSC); in hostif_mib_set_confirm() 613 hostif_sme_enqueue(priv, SME_WEP_KEY2_CONFIRM); in hostif_mib_set_confirm() [all …]
|
H A D | ks_hostif.h | 596 void hostif_sme_enqueue(struct ks_wlan_private *priv, u16 event);
|
H A D | ks7010_sdio.c | 821 hostif_sme_enqueue(priv, init_events[ev]); in ks7010_sme_enqueue_events() 829 hostif_sme_enqueue(priv, SME_START); in ks7010_card_init()
|