Home
last modified time | relevance | path

Searched refs:plink_action (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/net/mac80211/
Dmesh_plink.c178 skb_put(skb, 25 + sizeof(mgmt->u.action.u.plink_action)); in mesh_plink_frame_tx()
179 memset(mgmt, 0, 25 + sizeof(mgmt->u.action.u.plink_action)); in mesh_plink_frame_tx()
186 mgmt->u.action.u.plink_action.action_code = action; in mesh_plink_frame_tx()
189 mgmt->u.action.u.plink_action.aux = reason; in mesh_plink_frame_tx()
191 mgmt->u.action.u.plink_action.aux = cpu_to_le16(0x0); in mesh_plink_frame_tx()
441 baseaddr = mgmt->u.action.u.plink_action.variable; in mesh_rx_plink_frame()
442 baselen = (u8 *) mgmt->u.action.u.plink_action.variable - (u8 *) mgmt; in mesh_rx_plink_frame()
443 if (mgmt->u.action.u.plink_action.action_code == PLINK_CONFIRM) { in mesh_rx_plink_frame()
453 ftype = mgmt->u.action.u.plink_action.action_code; in mesh_rx_plink_frame()
Dcfg.c715 if (ieee80211_vif_is_mesh(&sdata->vif) && params->plink_action) { in sta_apply_parameters()
716 switch (params->plink_action) { in sta_apply_parameters()
/linux-2.6.39/include/linux/
Dieee80211.h740 } __attribute__((packed)) plink_action; member
/linux-2.6.39/include/net/
Dcfg80211.h399 u8 plink_action; member
/linux-2.6.39/net/wireless/
Dnl80211.c2221 params.plink_action = in nl80211_set_station()
2236 if (params.plink_action) in nl80211_set_station()
2242 if (params.plink_action) in nl80211_set_station()